SEO Keyword difficulty API
Get AnyAPI SEO keyword difficulty scores for one or more keywords as normalized JSON.
Pricing
One price, in dollars
Try it
Make your first request
{
"data": {
"difficulties": [
{
"keyword": "a1b2c3d4",
"keywordDifficulty": 42
}
]
},
"found": true
}interface SeoKeywordDifficultyResponse {
data: {
difficulties: {
keyword: string;
keywordDifficulty?: number;
}[];
} | null;
found: boolean;
}Full parameter and response reference - every field, type, and example for this endpoint.
Reference
Request, response, and price
Last verified 2026-09-16 · uptime and latency measured over 30dcurl -X POST https://api.getanyapi.com/v1/run/seo.keyword_difficulty \
-H "Authorization: Bearer $ANYAPI_KEY" \
-H "Content-Type: application/json" \
-d '{"keywords":["seo tools"],"language":"en","location":2840}'| Field | Type | Example value |
|---|---|---|
| Request body | ||
| keywords | array | ["seo tools"]SEO keywords to score for organic ranking difficulty. |
| language | string | "en"Language code for SEO keyword difficulty metrics. |
| location | integer | 2840Location code for SEO keyword difficulty metrics. The default is the United States. |
| Response | ||
| data | object | |
| data.difficulties | object[] | SEO keyword difficulty records. Populated whenever the provider has data for the entity. |
| data.difficulties[].keyword | string | Keyword phrase. Populated whenever the provider has data for the entity. |
| data.difficulties[].keywordDifficulty | integer | Estimated organic ranking difficulty on a 0-100 scale. Omitted when the upstream has no difficulty for the keyword. Populated whenever the provider has data for the entity. |
| found | boolean | |
| Price | ||
| Price per request (ceiling) | USD | $0.17438 |
| Price /1k keywords | USD | $0.17438 |
FAQ
About the SEO Keyword difficulty API
The AnyAPI SEO Keyword difficulty API returns SEO keyword difficulty data as normalized JSON from one POST call to /v1/run/seo.keyword_difficulty. Get AnyAPI SEO keyword difficulty scores for one or more keywords as normalized JSON. AnyAPI returns one normalized schema whichever source serves it. It costs $0.17 per 1,000 keywords, and never more than $0.17438 for a single request, in US dollars with no subscription and no monthly minimum. Over the last 30 days, 100.0% of SEO keyword difficulty calls through AnyAPI succeeded, with a median response time of 0.7 seconds across 1 measured calls.