topvisor_get_snapshots
Fetch SERP snapshots for keywords in a project region by specifying a date range or specific dates.
Instructions
Get SERP snapshots for a project and region. Snapshots are collected when do_snapshots=1 is set in topvisor_check_positions. Returns snapshotsData per keyword. Requires either 'dates' array OR both 'date1' and 'date2'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| region_index | Yes | Region index (from topvisor_list_regions, NOT region_key) | |
| date1 | No | YYYY-MM-DD start date (use with date2) | |
| date2 | No | YYYY-MM-DD end date (use with date1) | |
| dates | No | Array of specific YYYY-MM-DD dates. Use either dates OR date1+date2 — both cannot be absent. | |
| filters | No | Keyword filters, max 100 per request | |
| type_range | No | Date range type (default 3) | |
| count_dates | No | ||
| show_exists_dates | No | ||
| show_ams | No | ||
| positions_fields | No |