Home / Guides / AI crawler list

Every AI crawler that matters in 2026

By UpGeo · Updated July 2026 · 8 min read

If AI crawlers can't fetch your pages, you cannot be cited — no matter how good your content is. This is the single most common GEO failure we find in audits, usually caused by a CDN "block AI bots" preset someone enabled and forgot.

The crawlers, by company

Three roles to understand: training bots collect data for future models, search/index bots build retrieval indexes, and user-fetch agents grab a page live because a user's question needs it. For GEO you generally want all three allowed.

User agentCompanyRoleWhy it matters for GEO
GPTBotOpenAITrainingFeeds future GPT models' memory of your brand
OAI-SearchBotOpenAISearch indexPowers ChatGPT search results and link citations
ChatGPT-UserOpenAIUser fetchLive page visits when ChatGPT browses for an answer
ClaudeBotAnthropicTrainingClaude's model knowledge of your site
Claude-UserAnthropicUser fetchLive fetches during Claude web search
anthropic-aiAnthropicLegacy/trainingOlder UA still seen in logs; allow for safety
PerplexityBotPerplexitySearch indexPerplexity's own index — its answers cite from it heavily
Perplexity-UserPerplexityUser fetchLive retrieval during a Perplexity answer
Google-ExtendedGoogleTraining (Gemini)Controls Gemini training use; doesn't affect Google Search rank
GoogleOtherGoogleR&D fetchMisc Google product fetches, incl. AI experiments
GooglebotGoogleSearch indexAI Overviews are built on the normal search index — regular SEO access is your GEO access
BingbotMicrosoftSearch indexCopilot answers ride on the Bing index
Applebot-ExtendedAppleTrainingApple Intelligence training opt-in
AmazonbotAmazonTraining/indexAlexa and Amazon AI answers
meta-externalagentMetaTraining/indexLlama models and Meta AI answers
cohere-aiCohereTrainingEnterprise RAG deployments built on Cohere
BytespiderByteDanceTrainingDoubao/CN-market AI; relevant if China matters to you
DuckAssistBotDuckDuckGoSearch/answersDuckAssist AI answers

robots.txt: welcome them all

Copy-paste block (also available with one click in our free tool):

User-agent: GPTBot
Allow: /

User-agent: OAI-SearchBot
Allow: /

User-agent: ChatGPT-User
Allow: /

User-agent: ClaudeBot
Allow: /

User-agent: Claude-User
Allow: /

User-agent: PerplexityBot
Allow: /

User-agent: Perplexity-User
Allow: /

User-agent: Google-Extended
Allow: /

User-agent: Applebot-Extended
Allow: /

User-agent: Amazonbot
Allow: /

User-agent: meta-externalagent
Allow: /

Three gotchas that silently block you

  1. CDN bot protection. Cloudflare, Akamai and friends ship one-toggle "block AI scrapers" features. robots.txt says Allow, the firewall says 403, and you never notice. Check your WAF rules, not just robots.txt.
  2. JavaScript-only content. Most AI crawlers don't execute JS. If your product page is an empty div until React hydrates, AI sees the empty div. Server-render anything you want quoted.
  3. Verify with logs, not vibes. grep your access logs for the user agents above. Seeing GPTBot fetch your pricing page is the ground truth that AI can read you. UpGeo's crawler tracking automates exactly this.

Should you ever block them?

Publishers monetizing content may reasonably block training bots while allowing search/user-fetch ones (that's what Google-Extended exists for — blocking it doesn't touch your search ranking). But if your goal is being recommended when buyers ask AI what to use, blocking is self-sabotage: you're removing yourself from the answer.

Not sure what's actually reaching you?

UpGeo's audit checks crawler access, JS rendering and server logs — then tracks AI bot visits continuously on the Growth plan.

Check my AI access

Related guides