This endpoint returns the SERP, search and your ranking data for the keywords specified in the request.
Request
Add parameter in header Authorization
Example:Authorization: ********************
Request samples
curl --location -g --request GET 'https://apigw.seomonitor.com/v3/research/v3.0/keywords?campaign_id={{campaign_id}}&keywords={{keywords}}&limit={{limit}}&offset={{offset}}&order_by={{order_by}}&order_direction={{order_direction}}' \
--header 'Accept: application/json' \
--header 'Authorization;'
Responses
application/json [
{
"keyword": "seo research",
"search_data": {
"search_volume": 18100,
"year_over_year": 1.49,
"monthly_searches": [
{
"month": "August",
"year": 2023,
"search_volume": 27100
}
]
},
"ranking_data": {
"updated_on": "2023-09-06",
"rank": 45,
"trend": 3,
"landing_page": "https://deliveroo.co.uk/restaurants/manchester/sale"
},
"serp_data": {
"percentage_clicks": 0.77,
"serp_features": [
{
"feature": "IMG",
"position": 4
}
]
},
"tracked_keyword_id": 1789784
}
]
Modified at 2024-11-05 13:59:34