Get Live Crawler Visits
get_crawler_liveGet the crawler Live tab data.
Views:
'activity': recent crawler events shown in the Live feed
'pages': top pages relevant to the selected intent
'sessions': recent crawl sessions
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 (e.g. "ChatGPT,Perplexity"). http_status: Optional. Comma-separated status groups: 2xx, 3xx, 4xx, 5xx. search: Optional. Text to match against page URLs. sort_by: Optional, and the valid values depend on the view. view='activity': platform, status_code, url, visited_at. view='pages': citations, clicks, health, indexed, page, total, trained. view='sessions': bot_name, duration_secs, page_count, started_at. 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 |
|---|---|---|---|
| view | No | activity | |
| limit | No | ||
| cursor | No | ||
| intent | No | all | |
| search | No | ||
| sort_by | No | ||
| brand_id | Yes | ||
| end_date | No | ||
| platform | No | ||
| sort_dir | No | desc | |
| start_date | No | ||
| http_status | No | ||
| user_intent | No | Analytics hint: the user's latest request in one short sentence. Omit secrets and prior chat. | |
| range_preset | No | 30d |