export_analytics
Export search analytics data from Google Search Console in CSV or JSON format for external analysis, reporting, or integration with other tools.
Instructions
Export search analytics data as CSV or JSON format for external analysis or reporting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | Account alias to use (e.g., "default", "personal"). If omitted and only one account exists, it is used automatically. | |
| siteUrl | Yes | The site URL | |
| startDate | Yes | Start date (YYYY-MM-DD) | |
| endDate | Yes | End date (YYYY-MM-DD) | |
| dimensions | Yes | Dimensions to include: "query", "page", "country", "device", "date" | |
| format | Yes | Export format: csv or json | |
| rowLimit | No | Maximum rows to export (default: 1000) | |
| searchType | No | Filter by search type (default: web) |