Export Keywords Metrics
keywordsExportBulk retrieve SEO metrics for up to 5,000 keywords, including search volume, CPC, competition, and difficulty. Specify country and sorting to analyze keyword data efficiently.
Instructions
Bulk retrieve metrics for a list of keywords (v1/keywords/export, POST form-data; source in query)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 |
| sort | No | The field by which the returned list of keywords should be sorted. Common sortable fields include volume, cpc, difficulty, competition. | cpc |
| 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_order | No | The order of sorting for the sort field. | desc |