Bot reference catalog

One-page summaries of 30 common search, AI/LLM, and social-preview crawlers.

← bot index · audit index

Claude-SearchBot

Vendor
Anthropic
Type
AI search-index
JavaScript rendering
no
Honors robots.txt
yes
VendorAnthropic
TypeSearch-index crawler
robots.txt tokenClaude-SearchBot
JavaScript renderingNo — HTTP-only fetcher
Honors robots.txtYes
Vendor docssupport.anthropic.com

User-Agent strings

Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Claude-SearchBot/1.0; +https://anthropic.com/claude-searchbot)

Purpose

Builds the Claude search index — the corpus Claude consults when a user asks a question with the web-search tool enabled. Roughly the Anthropic equivalent of OpenAI's OAI-SearchBot.

The three-bot framework (ClaudeBot · Claude-User · Claude-SearchBot) gives Anthropic the most granular crawler taxonomy of any AI vendor in 2026. Each token has a distinct purpose:

How to allow / block

To appear in Claude's search-tool results:

User-agent: Claude-SearchBot
Allow: /

To exclude:

User-agent: Claude-SearchBot
Disallow: /

Quirks

consolidated training token and leave Claude-SearchBot unconfigured (which is fine — it allows indexing for Claude's web-search results).

rely on JS to materialize content are invisible to it.

Sources