Get Top 100 Results
GET
https://apigw.seomonitor.com/v3/rank-tracker/v3.0/keywords/top-results
Request
Query Params
campaign_id
integer
required
Example:
{{campaign_id}}
device
string
required
desktop
or mobile
.desktop
.Example:
{{device}}
date
string
required
Example:
{{date}}
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}}
keyword_ids
string
optional
keyword_ids
should be a comma-separated list of keyword IDs.keyword_ids
, the API will return data for all keywords in the campaign that meet the other specified criteria (e.g. group_id
).Example:
{{keyword_ids}}
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.0
, which means the API will start from the first record.Example:
{{offset}}
Header Params
Accept
string
required
Example:
application/json
Request samples
Responses
Modified at 2024-12-13 13:06:58