Get Crawler Pages
get_crawler_pagesGet the crawler Pages tab data.
Lenses:
'pages': individual URLs
'paths': grouped URL paths
'bots': normalized AI platforms
Args: brand_id: The brand to check (required). range_preset: 24h, 7d, 30d, 90d, or custom. Default 30d. start_date: Required when range_preset='custom'. Format YYYY-MM-DD. end_date: Required when range_preset='custom'. Format YYYY-MM-DD. intent: all, interaction, search, or training. Default all. platform: Optional. Comma-separated platform names. search: Optional. Text to match against paths, bots, or URLs. status: Optional page/path status filter. Default all. sort_by: Optional, and the valid values depend on the lens. lens='pages': citations, clicks, health, indexed, page, total, trained. lens='paths': cited, clicks, crawls, health, pages, path. lens='bots': cited, clicks, crawls, name, pages. sort_dir: asc or desc. Default desc. cursor: Optional pagination cursor returned from a previous call. limit: Results per page, 1-100. Default 25.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lens | No | pages | |
| limit | No | ||
| cursor | No | ||
| intent | No | all | |
| search | No | ||
| status | No | all | |
| sort_by | No | ||
| brand_id | Yes | ||
| end_date | No | ||
| platform | No | ||
| sort_dir | No | desc | |
| start_date | No | ||
| user_intent | No | Analytics hint: the user's latest request in one short sentence. Omit secrets and prior chat. | |
| range_preset | No | 30d |