Get Ranking Data
GET
https://apigw.seomonitor.com/v3/research/v3.0/ranking-data
Request
Query Params
campaign_id
integer
required
Example:
{{campaign_id}}
keywords
array[string]
required
Example:
["{{keywords}}"]
domains
string
required
Example:
{{domains}}
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
rank
rank_trend
order_by
parameter, the API will sort the data by rank
by default.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}}
Header Params
Accept
string
required
Example:
application/json
Request samples
Responses
Modified at 2024-11-05 13:59:40