SEO Keyword ideas API
Find AnyAPI SEO keyword ideas from seed terms with volume, CPC, competition, difficulty, and intent as normalized JSON.
Try it
Make your first request
{
"data": {
"ideas": [
{
"competition": "example",
"cpc": 12.5,
"keyword": "a1b2c3d4",
"keywordDifficulty": 42,
"searchIntent": "example",
"searchVolume": 12500,
"updatedUtc": 12.5
}
]
},
"found": true
}interface SeoKeywordIdeasResponse {
data: {
ideas: {
competition?: string;
cpc?: number;
keyword: string;
keywordDifficulty?: number;
searchIntent?: string;
searchVolume?: number;
updatedUtc?: 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_ideas \
-H "Authorization: Bearer $ANYAPI_KEY" \
-H "Content-Type: application/json" \
-d '{"keywords":["project management software"],"language":"en","limit":5,"location":2840}'| Field | Type | Example value |
|---|---|---|
| Request body | ||
| keywords | array | ["project management software"]Seed SEO keywords used to generate related keyword ideas. |
| closelyVariants | boolean | When true, generate only close variants of the seed keywords; when false (the default), generate a broader set of related ideas. |
| language | string | "en"Language code for SEO metrics. |
| limit | integer | 5Maximum number of keyword ideas to return. You are billed per returned result, so a lower limit costs less. |
| location | integer | 2840Location code for SEO metrics. The default is the United States. |
| orderBy | enum | Sort order for the returned ideas: by search volume, cost per click, or keyword difficulty, ascending or descending. Omit for the default order. |
| Response | ||
| data | object | |
| data.ideas | object[] | SEO keyword idea records. Populated whenever the provider has data for the entity. |
| data.ideas[].competition | string | Paid-search competition level for the keyword idea. Populated whenever the provider has data for the entity. |
| data.ideas[].cpc | number | Average paid-search cost per click in USD. Populated whenever the provider has data for the entity. |
| data.ideas[].keyword | string | Keyword idea phrase. Populated whenever the provider has data for the entity. |
| data.ideas[].keywordDifficulty | integer | Estimated organic ranking difficulty on a 0-100 scale. Populated whenever the provider has data for the entity. |
| data.ideas[].searchIntent | string | Primary SEO search intent for the keyword idea. Populated whenever the provider has data for the entity. |
| data.ideas[].searchVolume | integer | Average monthly search volume for the keyword idea. Populated whenever the provider has data for the entity. |
| data.ideas[].updatedUtc | number | UTC epoch timestamp in seconds (Unix time). Multiply by 1000 for a JS Date in milliseconds. |
| found | boolean | |
| Price | ||
| Price per request (ceiling) | USD | $0.17496 |
| Price /1k results | USD | $0.17496 |
FAQ
About the SEO Keyword ideas API
The AnyAPI SEO Keyword ideas API returns SEO keyword ideas data as normalized JSON from one POST call to /v1/run/seo.keyword_ideas. Find AnyAPI SEO keyword ideas from seed terms with volume, CPC, competition, difficulty, and intent as normalized JSON. AnyAPI returns one normalized schema whichever source serves it. It costs $0.17 per 1,000 results, and never more than $0.17496 for a single request, in US dollars with no subscription and no monthly minimum. Over the last 30 days, 100.0% of SEO keyword ideas calls through AnyAPI succeeded, with a median response time of 1.8 seconds across 2 measured calls.