Bot Traffic
Bot Traffic shows automated requests that reached Agent Analytics and were filtered out of your normal analytics.
Use it when you want to answer questions like:
- Did ChatGPT or another agent actually hit this site?
- Are search crawlers or preview bots touching the tracker?
- How many analytics events were dropped because they came from automation?
Important scope
Section titled “Important scope”This feature is intentionally narrower than CDN or reverse-proxy logs.
- It is not full site traffic visibility like Cloudflare.
- It only includes automated requests that reached
POST /trackorPOST /track/batch. - It stores daily aggregates, not raw request logs.
- It does not store IPs.
- It does not add bot hits to your normal event analytics, sessions, or billing.
What you get back
Section titled “What you get back”Project and account views return:
automated_requests: how many filtered tracking requests were receiveddropped_events: how many analytics events were discarded inside those requestscategories: grouped buckets likeai_agent,search_crawler,social_preview,monitoring_perfactors: normalized sources likeChatGPT-User,Googlebot,ClaudeBot,curltime_series: zero-filled daily rollup for the selected period
Access paths
Section titled “Access paths”npx @agent-analytics/cli bot-traffic my-site --period 7d --limit 5npx @agent-analytics/cli bot-traffic --all --period 7d --limit 10Use:
bot_traffic_overviewfor one projectall_sites_bot_trafficfor account scope
curl "https://api.agentanalytics.sh/bot-traffic?project=my-site&period=7d&limit=5" \ -H "X-API-Key: aak_..."curl "https://api.agentanalytics.sh/account/bot-traffic?period=7d&limit=10" \ -H "X-API-Key: aak_..."Project vs account scope
Section titled “Project vs account scope”Use project scope when you want top actors and category breakdown for one site.
Use account scope when you want:
- total filtered automation across all active projects
- which projects are seeing that traffic
- a lightweight all-sites overview instead of per-project details
Deleted projects are excluded from account rankings and totals.
Availability
Section titled “Availability”Bot traffic overview is available on both hosted free and pro plans through API, CLI, and MCP.