Bulk Keyword Lookup (Legacy)
bulk_keyword_lookupRetrieve live search volume, CPC, and competition data for up to 1,000 keywords in a single operation.
Instructions
Bulk volume/CPC for up to 1,000 keywords.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keywords | Yes | List of keywords to analyze. | |
| 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. |
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. |