Get Keyword Data
GET
https://apigw.seomonitor.com/v3/research/v3.0/keywords
Request
Query Params
campaign_id
integer
required
Example:
{{campaign_id}}
keywords
string
required
Example:
{{keywords}}
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
rank_trend
percentage_clicks
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:34