Reference

AI Crawler List: Every AI Bot User Agent, and Whether to Block It

Every entry below is taken from the operator’s own documentation. For each AI crawler you get the exact user agent, who runs it, whether it feeds model training or AI search, what you lose by blocking it, and how to confirm it is the real bot and not a spoof.

Maintained by Synthesis Insights. Facts verified 3 September 2026 against each operator’s published crawler documentation.

The one distinction that matters before you block anything

Training crawlers and AI-search crawlers are different jobs. Blocking a training crawler (GPTBot, ClaudeBot, Amazonbot) or a training-control token (Google-Extended, Applebot-Extended) opts you out of AI training and changes nothing about whether an assistant recommends you. Blocking an AI-search crawler (OAI-SearchBot, PerplexityBot, Claude-SearchBot) is what actually removes you from the answer. Most sites want to block the first group and keep the second. The table makes the difference explicit for every agent.

The AI crawler list

Sorted by operator. “Verify” is how you confirm a request is genuinely from that bot rather than something spoofing its user agent.

User agentOperatorTypeWhat it feedsBlock it and you loseVerify it is genuine
GPTBotOpenAITrainingTraining data for OpenAI foundation modelsOpts you out of training use. Does not affect whether ChatGPT search cites you.openai.com/gptbot.json
OAI-SearchBotOpenAIAI searchWebsites shown in ChatGPT search resultsYou stop being eligible to appear in ChatGPT search. Usually the one to keep.openai.com/searchbot.json
ChatGPT-UserOpenAIUser fetchPages ChatGPT opens when a user asks it toUsers who ask ChatGPT to visit your page get blocked. Not automated crawling.openai.com/chatgpt-user.json
ClaudeBotAnthropicTrainingTraining data for Claude modelsOpts you out of training. Does not affect whether Claude search cites you.claude.com/crawling/bots.json
Claude-SearchBotAnthropicAI searchSearch results inside ClaudeYou stop being eligible for Claude search citations.claude.com/crawling/bots.json
Claude-UserAnthropicUser fetchPages Claude opens when a user asks it toUsers who ask Claude to visit your page get blocked.claude.com/crawling/bots.json
PerplexityBotPerplexityAI searchPages surfaced and linked in Perplexity answersYou stop being eligible for Perplexity citations. Not used for model training.perplexity.com/perplexitybot.json
Perplexity-UserPerplexityUser fetchPages Perplexity opens for a user's questionrobots.txt is generally ignored here, since it is a user request. Block by IP if you must.perplexity.com/perplexity-user.json
GooglebotGoogleAI searchGoogle Search, and grounding for AI Overviews and AI ModeRemoves you from Google entirely. Almost never the right move.Reverse DNS to *.googlebot.com, plus Google’s published crawler IP list
Google-ExtendedGoogleControl tokenWhether Google-crawled content trains Gemini and grounds itNo effect on Google Search inclusion or ranking. It is a training-use switch only.Control token, no separate crawler and no IP list
BingbotMicrosoftAI searchBing Search, and the index Microsoft Copilot draws onRemoves your Bing presence and your Copilot grounding.Reverse DNS to *.search.msn.com (Bing Webmaster Tools verification)
AmazonbotAmazonTrainingAmazon products and services; may train Amazon AI modelsOpts you out of Amazon’s crawl and AI training use.developer.amazon.com/amazonbot/ip-addresses
ApplebotAppleAI searchSpotlight, Siri, and Safari suggestionsRemoves you from Apple’s search surfaces.Reverse DNS to Apple’s crawler range
Applebot-ExtendedAppleControl tokenWhether Apple-crawled content trains Apple’s modelsNo effect on Spotlight, Siri, or Safari inclusion. Training-use switch only.Control token, no separate crawler and no IP list
meta-externalagentMetaTrainingTraining Meta’s foundation models, and indexing contentOpts you out of Meta’s AI training crawl.robots.txt; changes take up to 24 hours
meta-externalfetcherMetaUser fetchLinks Meta AI fetches at a user’s requestMay bypass robots.txt, since it is a user-initiated fetch.robots.txt / IP

One correction worth making, because stale guides still repeat it: anthropic-ai is not an active Anthropic crawler. Anthropic’s current agents are the three ClaudeBot entries above.

How to tell a real bot from a spoof

A user agent string is one line of text and anyone can send it. A scraper can call itself GPTBot to slip past a rule that trusts the name. Two checks defeat that, and every serious operator supports at least one:

  • Match the source IP against the operator’s published list. OpenAI, Anthropic, Perplexity, Amazon and Google all publish the IP ranges their bots crawl from, linked in the table. If a request claiming to be GPTBot does not come from an IP in openai.com/gptbot.json, it is not GPTBot.
  • Reverse DNS, where the operator supports it. A genuine Googlebot request reverse-resolves to *.googlebot.com, and Bingbot to *.search.msn.com. Confirm it forward-resolves back to the same IP.

Other agents you may see in your logs

These come up in the same log lines but have thinner public documentation. Treat the operator and purpose below as directional, not publisher-confirmed to the standard of the table above.

User agentOperatorWhat it is
BytespiderByteDance (TikTok)Training crawler. Historically aggressive, and compliance with robots.txt has been inconsistent. No publisher IP-verification endpoint.
CCBotCommon CrawlTrainingThe free Common Crawl public dataset on Amazon S3, a corpus many AI labs and researchers train onRemoval from an open research corpus, not from any one company’s model. Common Crawl also runs a separate opt-out registry.index.commoncrawl.org/ccbot.json, plus reverse DNS to crawl.commoncrawl.org
cohere-aiCohereAssociated with training-data collection. Thin public documentation.
facebookexternalhitMetaLink-preview crawler for shared posts (title, description, thumbnail). Not AI training. Listed here because it is often mistaken for one of the AI agents above.

Common questions

Bot lookups people run

What is SiteCheckerBotCrawler?

It is the crawler for a third-party SEO audit tool, not an AI assistant. Seeing it in your logs means someone ran an SEO scan of your site. It has nothing to do with ChatGPT, Claude, Perplexity or Gemini, and it does not affect whether AI assistants cite you.

How do I check which AI bots can access my website?

Read your robots.txt against the table above, then check your server access logs for these user agent strings. robots.txt tells you what you have allowed or blocked; the logs tell you who actually came. The reference posts linked below walk through both.

Does blocking GPTBot hurt my visibility in ChatGPT?

No. GPTBot only collects training data. Whether ChatGPT cites you in its search answers is decided by OAI-SearchBot, a separate agent. You can block GPTBot and still be recommended in ChatGPT search, as long as OAI-SearchBot is allowed.

How do I whitelist OAI-SearchBot?

Allow it in robots.txt (User-agent: OAI-SearchBot, then Allow: /) and make sure nothing at the firewall or CDN is blocking the IP ranges OpenAI publishes at openai.com/searchbot.json. Being reachable by OAI-SearchBot is what makes you eligible for ChatGPT search citations.

How do I tell a real AI bot from a fake one?

A user agent string is trivial to spoof, so never trust it alone. Match the request’s source IP against the operator’s published IP list (linked in the table), or run a reverse DNS lookup where the operator supports one. If neither matches, it is not the real bot.

If I block AI training crawlers, do I lose AI search citations?

No, and this is the distinction that matters most. Training crawlers (GPTBot, ClaudeBot, Amazonbot, meta-externalagent) and the training-control tokens (Google-Extended, Applebot-Extended) do not decide whether you are cited. The AI-search agents (OAI-SearchBot, PerplexityBot, Claude-SearchBot) do. Block the first group and keep the second, and your citation eligibility is intact.

These walk through the checks the table points at, on your own logs and robots.txt:

Want the whole thing checked for you?

The free AI Agent Readiness Check tests whether an AI agent can actually reach and use your site, and reports the specific elements at fault. It takes about a minute and does not need a call.