Get Ranking Keywords
GET
https://apigw.seomonitor.com/v3/research/v3.0/domain-ranking-keywords
For each keyword, it will return SERP, search and two sets of ranking data for your campaign domain, and for the requested one.
Request
Query Params
campaign_id
integer
required
Example:
{{campaign_id}}
url
string
required
Example:
{{url}}
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
search_volume
year-over-year
rank
: Sorts the data based on the keyword rank for the requested domain or URL.rank_trend
: Sorts the data based on the trend in keyword ranking for the requested domain or URL.my_rank
: Sorts the data based on the keyword rank for the tracked website.my_rank_trend
: Sorts the data based on the trend in keyword ranking for the tracked website.percentage_clicks
: Sorts the data based on the percentage of clicks that end up on organic results after discounting the impact of the top 10 SERP features present on the 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
, the default is asc
.Example:
{{order_direction}}
gap_analysis
string
optional
overlapping
, non-overlapping
, or all-keywords
.keyword_gap_type
is not specified, data for all-keywords
is returned.Example:
{{gap_analysis}}
search
string
optional
search
parameter allows you to filter the results based on a keyword name search. The API will return only those records where the keyword matches (fully or partially) the provided search term.Example:
porcii vietnamezi
Header Params
Accept
string
required
Example:
application/json
Request samples
Responses
Modified at 2024-11-05 13:59:26