Fleet — AI Crawler Hits
fleet_crawler_hitsServer-logged crawler fetches: which AI engines (GPTBot, ClaudeBot, PerplexityBot, OAI-SearchBot, …) and search crawlers (Googlebot, Bingbot) fetched which heista.co pages, and when. This signal is invisible to page analytics — crawlers never run the tracking script. Group by bot, page, or date; filter by bot or path. Logging began 2026-07-23 (no earlier history exists). 180-day retention. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bot | No | Filter to one bot (canonical names: gptbot, oai-searchbot, chatgpt-user, claudebot, claude-user, perplexitybot, perplexity-user, googlebot, bingbot, …). | |
| days | No | Window in days (default 28, max 180 — retention limit). | |
| limit | No | Max rows (default 25, hard cap 100). | |
| group_by | No | Aggregation: by bot (default — which engines are crawling), by page (what they fetch), or by date (crawl cadence). | |
| path_prefix | No | Filter: page path STARTS WITH this (e.g. "/creative/library"). Anchored — this is the one you want. Prefer it over path_contains. | |
| path_contains | No | Filter: page path contains this anywhere. Over-matches — "/creative" also returns /creative-playbooks and /for/creative-strategists. Use path_prefix unless you deliberately want a substring. |