Authentication required. Set the Authorizationheader to your SEOmonitor API token (raw JWT — noBearerprefix). See the Authentication Guide for setup.
Authorization: ********************curl --location --globoff 'https://apigw.seomonitor.com/v3/research/v3.0/domain-ranking-keywords?campaign_id={{campaign_id}}&url={{url}}&limit={{limit}}&offset={{offset}}&order_by={{order_by}}&order_direction={{order_direction}}&gap_analysis={{gap_analysis}}&search=porcii%20vietnamezi' \
--header 'Authorization: <api-key>'{
"keyword": "content strategy example",
"search_data": {
"search_volume": 320,
"year_over_year": -1.65,
"monthly_searches": [
{
"month": "May",
"year": 2026,
"search_volume": 320
},
{
"month": "June",
"year": 2026,
"search_volume": 170
}
]
},
"ranking_data": {
"updated_on": "2026-07-01",
"my_rank": {
"domain": "seomonitor.com",
"rank": 21,
"trend": 0,
"landing_page": ""
},
"competitor_rank": {
"domain": "ahrefs.com",
"rank": 21,
"trend": 0,
"landing_page": "https://ahrefs.com/blog/content-strategy-examples/"
}
},
"serp_data": {
"percentage_clicks": 0.75,
"serp_features": [
{
"feature": "QNS",
"position": 4
}
]
},
"tracked_keyword_id": ""
}