Get Daily Keyword Ranks
GET
https://apigw.seomonitor.com/v3/rank-tracker/v3.0/keywords/daily-ranks
Request
Query Params
campaign_id
integer
required
Example:
{{campaign_id}}
start_date
string
required
Example:
{{start_date}}
end_date
string
required
Example:
{{end_date}}
domain
string
optional
domain
is provided, the endpoint will return the data for the campaign's website.Example:
{{domain}}
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
, the API will return data for all keywords that meet the other specified criteria (e.g. group_id
).Example:
{{keyword_ids}}
get_archive
string
optional
false
and will return the data only for actively tracked keywords.Example:
{{get_archive}}
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 API will start from the first record.Example:
{{offset}}
search
string
optional
search
parameter allows you to filter the results based on a keyword search. The API will return only those records where the keyword matches (fully or partially) the provided search term.The search parameter is case-insensitive, allowing partial matches irrespective of casing.
Example:
{{search}}
Header Params
Accept
string
required
Example:
application/json
Request samples
Responses
Modified at 2024-12-13 13:07:30