Complete List of AI Web Crawlers (2026)

Every known AI web crawler as of July 2026 — their user-agent strings, what they do, and how to configure your robots.txt to allow or block them. Updated monthly.

Last updated: July 26, 2026 · 14 crawlers tracked · Check your site's AI visibility free →

Summary

As of 2026, there are 14 known AI web crawlers operated by 9 companies. The most important ones to allow in your robots.txt are: GPTBot and OAI-SearchBot (OpenAI/ChatGPT), ClaudeBot (Anthropic/Claude), PerplexityBot (Perplexity AI), Google-Extended and Googlebot-Extended (Google Gemini and AI Overviews), Applebot-Extended (Apple Intelligence), and Meta-ExternalAgent (Meta AI). These 8 crawlers cover 95%+ of AI-generated answers worldwide. All respect robots.txt — you can selectively allow or block each one. Blocking all of them makes your website invisible to AI systems, meaning AI will never recommend your business when users ask relevant questions. Use the robots.txt template below to allow all major AI crawlers while blocking internal pages.

All AI Crawlers

Click any crawler name for details.

GPTBot/1.0GPTBot
Training + Knowledge
Operator: OpenAI
First seen: August 2023
User-Agent: GPTBot/1.0
Respects robots.txt: Yes

Purpose: Indexes web content for ChatGPT training data and knowledge

Primary OpenAI crawler. Blocking this prevents your content from appearing in ChatGPT responses.

Official documentation →

User-agent: GPTBot
Allow: /
ChatGPT-User/1.0ChatGPT-User
Real-time browsing
Operator: OpenAI
First seen: March 2024
User-Agent: ChatGPT-User/1.0
Respects robots.txt: Yes

Purpose: Real-time browsing when a ChatGPT user clicks "Browse the web"

Triggered by user action. Blocking this prevents ChatGPT from reading your site in real-time conversations.

Official documentation →

User-agent: ChatGPT-User
Allow: /
OAI-SearchBot/1.0OAI-SearchBot
Search index
Operator: OpenAI
First seen: October 2024
User-Agent: OAI-SearchBot/1.0
Respects robots.txt: Yes

Purpose: Powers ChatGPT Search (the search feature inside ChatGPT)

Indexes pages for ChatGPT's built-in search. Separate from GPTBot training.

Official documentation →

User-agent: OAI-SearchBot
Allow: /
ClaudeBot/1.0ClaudeBot
Training + Knowledge
Operator: Anthropic
First seen: March 2024
User-Agent: ClaudeBot/1.0
Respects robots.txt: Yes

Purpose: Indexes web content for Claude training and knowledge

Primary Anthropic crawler. Blocking prevents your content from being in Claude's knowledge.

Official documentation →

User-agent: ClaudeBot
Allow: /
Claude-SearchBot/1.0Claude-SearchBot
Real-time search
Operator: Anthropic
First seen: Early 2025
User-Agent: Claude-SearchBot/1.0
Respects robots.txt: Yes

Purpose: Real-time web search for Claude (search-grounded responses)

Used when Claude searches the web during a conversation.

Official documentation →

User-agent: Claude-SearchBot
Allow: /
PerplexityBot/1.0PerplexityBot
Search index + Real-time
Operator: Perplexity AI
First seen: Early 2024
User-Agent: PerplexityBot/1.0
Respects robots.txt: Yes

Purpose: Indexes content for Perplexity search engine responses

Perplexity is one of the most active AI citers. High-value to allow.

Official documentation →

User-agent: PerplexityBot
Allow: /
Google-ExtendedGoogle-Extended
AI training (Gemini, Bard)
Operator: Google
First seen: September 2023
User-Agent: Google-Extended
Respects robots.txt: Yes

Purpose: Controls whether Google uses your content for Gemini and AI training

Separate from Googlebot. Blocking this does NOT affect Google Search ranking — only AI training.

Official documentation →

User-agent: Google-Extended
Allow: /
Googlebot-ExtendedGooglebot-Extended
Google AI Overviews
Operator: Google
First seen: Late 2025
User-Agent: Googlebot-Extended
Respects robots.txt: Yes

Purpose: Post-2025 partition of Google-Extended for AI Overviews specifically

Controls inclusion in Google AI Overviews (SGE). Blocking means you won't appear in AI answer boxes.

Official documentation →

User-agent: Googlebot-Extended
Allow: /
DuckAssistBot/1.0DuckAssistBot
AI-powered search
Operator: DuckDuckGo
First seen: Mid 2024
User-Agent: DuckAssistBot/1.0
Respects robots.txt: Yes

Purpose: Powers DuckDuckGo AI Chat and DuckAssist features

Powers the AI chat feature in DuckDuckGo search.

Official documentation →

User-agent: DuckAssistBot
Allow: /
Applebot-ExtendedApplebot-Extended
Apple Intelligence
Operator: Apple
First seen: Mid 2024
User-Agent: Applebot-Extended
Respects robots.txt: Yes

Purpose: Indexes content for Apple Intelligence features (Siri, Safari AI)

Controls whether Apple Intelligence uses your content. Separate from standard Applebot.

Official documentation →

User-agent: Applebot-Extended
Allow: /
Meta-ExternalAgent/1.0Meta-ExternalAgent
AI training + responses
Operator: Meta
First seen: Late 2024
User-Agent: Meta-ExternalAgent/1.0
Respects robots.txt: Yes

Purpose: Indexes content for Meta AI (used across Facebook, Instagram, WhatsApp)

Powers Meta AI responses across Meta platforms (3.5B+ users).

Official documentation →

User-agent: Meta-ExternalAgent
Allow: /
CCBot/2.0CCBot
Open training data
Operator: Common Crawl
First seen: 2011
User-Agent: CCBot/2.0
Respects robots.txt: Yes

Purpose: Open web crawl dataset used by most AI companies for training

Common Crawl feeds training data to most open-source and commercial LLMs. Allowing this gives broadest AI visibility.

Official documentation →

User-agent: CCBot
Allow: /
BytespiderBytespider
AI training + search
Operator: ByteDance (TikTok)
First seen: 2022
User-Agent: Bytespider
Respects robots.txt: Yes

Purpose: Indexes content for ByteDance AI products and TikTok search

Very aggressive crawler (high volume). Many sites block due to bandwidth consumption. Powers TikTok search and Doubao AI.

User-agent: Bytespider
Allow: /
Amazonbot/0.1Amazonbot
AI assistant (Alexa)
Operator: Amazon
First seen: 2022
User-Agent: Amazonbot/0.1
Respects robots.txt: Yes

Purpose: Indexes content for Alexa AI and Amazon search

Powers Alexa answers and Amazon product search context.

Official documentation →

User-agent: Amazonbot
Allow: /

Ready-to-Use robots.txt Template

Copy this template to allow all 11 first-tier AI crawlers. Replace yourdomain.com with your actual domain.

# robots.txt — Allow all major AI crawlers (2026)
# Last updated: July 2026
# Source: https://www.shortcutsistem.com/data/ai-crawler-list

# Default: allow all
User-agent: *
Allow: /
Disallow: /admin/
Disallow: /api/
Disallow: /private/

# ── OpenAI ──
User-agent: GPTBot
Allow: /

User-agent: ChatGPT-User
Allow: /

User-agent: OAI-SearchBot
Allow: /

# ── Anthropic ──
User-agent: ClaudeBot
Allow: /

User-agent: Claude-SearchBot
Allow: /

# ── Google AI ──
User-agent: Google-Extended
Allow: /

User-agent: Googlebot-Extended
Allow: /

# ── Perplexity ──
User-agent: PerplexityBot
Allow: /

# ── Apple ──
User-agent: Applebot-Extended
Allow: /

# ── Meta ──
User-agent: Meta-ExternalAgent
Allow: /

# ── DuckDuckGo ──
User-agent: DuckAssistBot
Allow: /

# ── Open Data ──
User-agent: CCBot
Allow: /

# ── Optional: Block aggressive crawlers ──
# User-agent: Bytespider
# Disallow: /

Sitemap: https://yourdomain.com/sitemap.xml

Check if these crawlers can access YOUR site

Omni Audit scans your robots.txt against all 11 first-tier AI crawlers in 30 seconds. Free, no signup required.

Run Free AI Visibility Audit →

Frequently Asked Questions

What AI crawlers should I allow in robots.txt?
At minimum, allow GPTBot, ClaudeBot, PerplexityBot, Google-Extended, Googlebot-Extended, OAI-SearchBot, Applebot-Extended, and Meta-ExternalAgent. These 8 cover 95%+ of AI-generated answers.
Does blocking GPTBot affect my Google ranking?
No. GPTBot only affects ChatGPT. Your Google Search ranking is determined by Googlebot, not GPTBot. However, blocking Googlebot-Extended will remove you from Google AI Overviews.
How can I check if AI crawlers are blocked?
Use Omni Audit (free, no signup) at shortcutsistem.com/omni-audit — it checks all 11 AI crawlers against your robots.txt and shows exactly which ones are blocked.
What is the difference between GPTBot and ChatGPT-User?
GPTBot crawls for training/knowledge data continuously. ChatGPT-User is triggered only when a user asks ChatGPT to browse a specific URL in real-time.
Should I block Bytespider?
It depends. Bytespider (ByteDance/TikTok) is very aggressive and can consume significant bandwidth. If you don't need TikTok AI visibility, blocking is reasonable. Most sites block it.

This database is maintained by ShortcutSistem and updated monthly. Last update: July 26, 2026. Found an error or know of a new AI crawler? Let us know.