Keyword reports
Jump to Get Keyword MetricsGet Keyword Metrics
Price: 20 API units per request
Returns metrics from the latest snapshot available for the specified month.
Jump to EndpointEndpoint
Query parameters
keywordRequired
Keyword to get metrics for. Length must be between 1 and 255 characters.
Example: seo tools
Value/Type: string
countryRequired
Two-letter country code (ISO 3166-1 alpha-2) for which the metrics are returned.
Supported values: AF, AL, DZ, AO, AR, AM, AU, AT, AZ, BS, BH, BD, BY, BE, BZ, BO, BA, BW, BR, BN, BG, KH, CM, CA, CV, CL, CO, CR, HR, CY, CZ, CD, DK, DO, EC, EG, SV, EE, ET, FI, FR, GE, DE, GH, GR, GT, GY, HT, HN, HK, HU, IS, IN, ID, IE, IL, IT, JM, JP, JO, KZ, KW, LV, LB, LY, LT, LU, MG, MY, MT, MU, MX, MD, MN, ME, MA, MZ, NA, NP, NL, NZ, NI, NG, NO, OM, PK, PA, PY, PE, PH, PL, PT, QA, RO, RU, SA, SN, RS, SG, SK, SI, ZA, KR, ES, LK, SE, CH, TW, TH, TT, TN, TR, UA, AE, UK, US, UY, VE, VN, ZM, ZW.
Example: US
Value/Type: string
month
Monthly snapshot for which the data is returned. Format: YYYY-MM. Minimum: 2012-01. Maximum: the current month.
Default: the current month.
Example: 2024-01
Value/Type: string
meta
Response metadata describing the request context.
Value/Type: object
data
SEO and PPC metrics for the keyword.
Value/Type: object
curl -H 'Authorization: Apikey YOUR_API_KEY' "https://sr02.scalepine.com/_api/apis/v4/keywords/v1/metrics?keyword=seo%20tools&country=US&month=2024-01"{
"meta": {
"country": "US",
"keyword": "seo tools",
"month": "2024-01",
"request_id": "4fb1773ec2a8d61a0407f464599f897c",
"status_code": 200,
"success": true
},
"data": {
"competitive_density": 78,
"cpc": "1245",
"intents": ["COMMERCIAL", "INFORMATIONAL"],
"keyword_difficulty": 74,
"number_of_results": "1850000000",
"search_volume": "60500",
"serp_features": ["SITELINKS", "PEOPLE_ALSO_ASK", "AI_OVERVIEW", "RELATED_SEARCHES"],
"trends": [82, 78, 85, 90, 88, 92, 95, 100, 96, 91, 87, 84]
}
}competitive_density;cpc;intents;keyword_difficulty;number_of_results;search_volume;serp_features;trends
78;1245;COMMERCIAL,INFORMATIONAL;74;1850000000;60500;SITELINKS,PEOPLE_ALSO_ASK,AI_OVERVIEW,RELATED_SEARCHES;82,78,85,90,88,92,95,100,96,91,87,84Last updated: June 9, 2026