AR
Reference

AI Crawler Directory

Every known AI crawler user-agent, what it's for, and whether it respects robots.txt. Updated as new AI crawlers appear — last reviewed September 2026.

User-AgentCompanyPurposeType
GPTBotOpenAICrawls content to train future OpenAI models.Trains AI models
ChatGPT-UserOpenAIFetches a page live when a ChatGPT user shares a link or browses.Live fetch / citation
OAI-SearchBotOpenAICrawls and indexes pages for ChatGPT search / SearchGPT results.AI search index
ClaudeBotAnthropicCrawls content to train Claude models.Trains AI models
Claude-WebAnthropicFetches a page live when Claude browses or cites a source.Live fetch / citation
anthropic-aiAnthropicLegacy Anthropic crawler user-agent, still seen on some hosts.Trains AI models
PerplexityBotPerplexityCrawls and indexes pages that Perplexity answers can cite.AI search index
Perplexity-UserPerplexityFetches a page live when a Perplexity user asks about it directly.Live fetch / citation
Google-ExtendedGoogleControls use of your content for Gemini and Google AI features — separate from classic Googlebot indexing.Trains AI models
Applebot-ExtendedAppleControls use of your content for Apple Intelligence features.Trains AI models
BingbotMicrosoftClassic Bing search crawler — also feeds Bing Copilot / Copilot Search.AI search index
CCBotCommon CrawlBuilds the open Common Crawl dataset, which many LLMs (including early GPT models) trained on.Trains AI models
BytespiderByteDanceCrawls content to train ByteDance/TikTok AI models.Trains AI models
AmazonbotAmazonCrawls content partly to support Alexa and Amazon AI answers.AI search index
FacebookBotMetaCrawls content that may be used to train Meta AI models.Trains AI models
meta-externalagentMetaFetches links shared on Meta platforms and supports Meta AI features.Live fetch / citation
Example

How to allow or block a crawler

Add a dedicated User-agent block to your robots.txt for each crawler you want to control — it doesn't inherit from your general User-agent: * rules.

# Block AI training crawlers, keep AI search/citation bots
User-agent: GPTBot
Disallow: /

User-agent: CCBot
Disallow: /

User-agent: Google-Extended
Disallow: /

# Allow crawlers that cite you in AI answers
User-agent: PerplexityBot
Allow: /

User-agent: OAI-SearchBot
Allow: /

Not sure which crawlers your current robots.txt allows or blocks? The robots.txt AI Crawler Checker reads your file and shows the answer for every crawler on this page.