Get Keywords Competition Data
GET
https://apigw.seomonitor.com/v3/rank-tracker/v3.0/keywords/competition
Request
Query Params
campaign_id
integer
required
Example:
{{campaign_id}}
device
string
required
desktop
or mobile
.desktop
.Example:
{{device}}
start_date
string
required
Example:
{{start_date}}
end_date
string
required
Example:
{{end_date}}
group_id
integer
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}}
competitors
string
optional
This parameter should be an array of strings containing one or more competitor domains, formatted as follows:
["examplecompetitor1.com", "examplecompetitor2.net"]
Example:
{{competitors}}
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}}
order_by
string
optional
keyword
rank
rank_trend
: Sorts the data based on the trend in keyword ranking.order_by
parameter, the data will be sorted by default by the keyword name (keyword
).Example:
{{order_by}}
order_direction
string
optional
order_by
field. You can sort the data in either ascending (asc
) or descending (desc
) order.order_direction
parameter works in conjunction with the order_by
parameter. Use it to specify the direction of the sort after choosing the field to order by.order_direction
, the default is asc
.Example:
{{order_direction}}
search
string
optional
Example:
{{search}}
Header Params
Accept
string
required
Example:
application/json
Request samples
Responses
Modified at 2024-12-13 13:07:09