Export Keywords Metrics
keywordsExportBulk retrieve SEO metrics (volume, CPC, difficulty) for up to 5,000 keywords from a regional database, with sorting and column selection.
Instructions
Bulk retrieve metrics for a list of keywords (v1/keywords/export, POST form-data; source in query)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Alpha-2 country code of the regional keyword database. | |
| keywords | Yes | For a single keyword, use one keywords[] parameter. Repeat the keywords[] to analyze multiple keywords. A maximum of 5,000 keywords can be submitted per call. | |
| sort | No | The field by which the returned list of keywords should be sorted. Common sortable fields include volume, cpc, difficulty, competition. | cpc |
| sort_order | No | The order of sorting for the sort field. | desc |
| cols | No | A comma-separated list of specific response parameter names to include in the output for each keyword. If omitted, all available data points are returned. | keyword, volume, cpc, competition, difficulty, history_trend |