Get Keyword Data by List
GET
https://apigw.seomonitor.com/v3/keyword-vault/v3.0/get-keyword-data-by-list
Request
Query Params
campaign_id
integer
required
Example:
{{campaign_id}}
list
string
required
Example:
{{list}}
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
connection_strength
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}}
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.Example:
{{search}}
include_unqualified
string
optional
False
, excluding unqualified keywords from the results. Set it to True
to receive data for both qualified and unqualified keywords. Please note that data for unqualified keywords is not updated monthly.Example:
{{include_unqualified}}
Header Params
Accept
string
required
Example:
application/json
Request samples
Responses
Modified at 2024-11-05 13:59:55