Get Crawler
AI crawler analytics - see which AI models are visiting your site, how often, and which pages they crawl most.
Endpoint
Returns AI crawler visit analytics for a brand. Requires the crawler feature entitlement (available on paid plans, not during trial).
Query Parameters
brand_idstringrequiredBrand ID from /get-brands
viewstringView type: "dashboard" (default) or "recent"
daysintegerNumber of days for dashboard view (1-30)
Default: 7
Dashboard View
The default view=dashboard returns comprehensive analytics: summary metrics, crawler distribution, daily time series, top pages, and recent activity.
summary Object
total_visitsintegerTotal crawler visits in the period
total_visits_changenumberPercentage change vs previous period (null if no prior data)
unique_pagesintegerNumber of unique pages crawled
unique_pages_changenumberPercentage change in unique pages vs previous period
avg_daily_visitsnumberAverage daily crawler visits
top_crawlerstringMost active AI crawler (e.g. "ChatGPT", "Perplexity")
distribution[] Items
crawlerstringCrawler name (ChatGPT, Perplexity, Claude, Gemini, etc.)
countintegerTotal visits from this crawler
percentagenumberPercentage of total visits
time_series array contains one entry per day with a by_crawler breakdown. Days with no visits still appear with count: 0.Recent View
Use view=recent to get the last 100 crawler visits. The days parameter is ignored in this view.
Returns {"visits": [...], "total": 100} where each visit includes url, crawler, and visited_at timestamp.
Tracked Crawlers
Trakkr detects visits from these AI crawlers:
| Crawler | AI Model |
|---|---|
ChatGPT | OpenAI GPT-4o / GPT-5 |
Claude | Anthropic Claude |
Perplexity | Perplexity AI |
Gemini | Google Gemini |
DeepSeek | DeepSeek |
Meta AI | Meta Llama |
Apple | Apple Intelligence |
xAI | xAI Grok |
Feature Gating
403 Forbidden response.