Get Ranking Pages
GET
https://apigw.seomonitor.com/v3/rank-tracker/v3.0/keywords/ranking-pages
The response contains an array with ranking pages and their URL, title, description, and associated keyword IDs.
Request
Query Params
campaign_id
integer
required
Example:
{{campaign_id}}
group_id
string
optional
group_id
, the default value is the All Keywords
group, which means data will be returned for all active keywords in the campaign.There are several special IDs you can use to retrieve specific sets of keywords:
0: Retrieves data for all keywords.
-1: Specifies the Brand folder.
-2: Retrieves data for ungrouped keywords.
-3: Targets keywords associated with the Forecast objective
Example:
{{group_id}}
limit
integer
optional
limit
, the default number of records returned per request will be 100.Example:
{{limit}}
offset
integer
optional
limit
parameter to implement pagination.offset
, the default is 0
, which means the API will start from the first record.Example:
{{offset}}
search
string
optional
search
parameter allows you to filter for landing pages that include the searched term or URL path.The API will return only those records where the landing page matches (fully or partially) the provided search term or URL.
Example:
https://www.elefant.ro/enigma-otiliei_937f1c4a-dbe9-498e-b983-fdd6ffad83a0
Header Params
Accept
string
required
Example:
application/json
Request samples
Responses
Modified at 2024-12-13 13:08:13