Get Keyword Details
get_keyword_detailsRetrieve historical search volume data for a keyword by providing its slug, language, location, and time range.
Instructions
Historical volume for a keyword slug.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | URL-safe keyword slug returned by a XiaoFlow keyword result. | |
| language | No | Google Ads language ID or language code, for example 1000 or en. | |
| location | No | Google Ads geo target ID or ISO country code, for example 2840 or US. | |
| time_range | No | Historical window to return: 12m, 24m, or 48m. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | Stable machine-readable error code. | |
| data | No | Keyword results. | |
| page | No | Current one-based page. | |
| error | No | Human-readable error when success is false. | |
| total | No | Total known matching results. | |
| success | Yes | Whether the request completed successfully. | |
| has_more | No | Whether another result page is available. | |
| next_page | No | Next page number, or null when complete. |