Get Keyword AI Overview Data
GET
https://apigw.seomonitor.com/v3/rank-tracker/v3.0/keywords/aio
Campaign-wide Data
: By default, this endpoint returns data for all active keywords in a specified campaign.Group-specific Data
: When you provide agroup_id
, this endpoint will return data exclusively for the keywords within the specified group. Additionally, there are special group IDs which can access predefined groups. These are detailed further in the section on query parameters.Keyword-specific Data
: You can request data for specific keywords within a campaign by supplying their IDs using thekeyword_ids
parameter.keyword_ids
should be a comma-separated list of keyword IDs.limit
,offset
,order_by
,order_direction
, andsearch
to further customize the data retrieval as per your needs.Request
Query Params
campaign_id
integer
required
Please refer to the Quick Start Guide to learn how to retrieve the IDs of your campaigns.
Example:
{{campaign_id}}
start_date
string
required
If you don't specify a
start_date
, the default is 30 days before theend_date
.Example:
{{start_date}}
end_date
string
required
If you don't specify an
end_date
, the default is the current day.Example:
{{end_date}}
group_id
string
optional
Please refer to the Quick Start Guide to learn how to retrieve the IDs of your groups.
If you do not specify a
group_id
, the default value is the All Keywords
group, which means data will be returned for all active keywords in the campaign.Special Group IDs
There are several special IDs you can use to retrieve specific sets of keywords:
0: Retrieves data for all keywords.
-1: Specifies the Brand folder.
-2: Retrieves data for ungrouped keywords.
-3: Targets keywords associated with the Forecast objective
Example:
{{group_id}}
limit
integer
optional
Maximum Value: 1000 records per request
If you do not specify a
limit
, the default number of records returned per request will be 100.Example:
{{limit}}
offset
integer
optional
limit
parameter to implement pagination.If you do not specify an
offset
, the API will start from the first record.Example:
{{offset}}
Request samples
Responses
Modified at 2024-12-13 13:05:31