Get Related Keywords
GET
https://apigw.seomonitor.com/v3/research/v3.0/related-keywords
Request
Query Params
campaign_id
integer
required
Example:
{{campaign_id}}
keyword
string
required
Example:
{{keyword}}
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
connection_strength
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.The search parameter is case-insensitive, allowing partial matches irrespective of casing.
Example:
{{search}}
Header Params
Accept
string
required
Example:
application/json
Request samples
Responses
Modified at 2024-11-05 13:58:57