AI crawler · registry

Claude-SearchBot

Anthropic · Answer index · robots.txt token claude-searchbot

honors robots.txtMeasured across 3,958 sites with a robots.txt policy record for this agent, out of 7,068 on record.
3%
of measured sites block it
137
sites blocking
3,821
sites allowing
yes
honors robots.txt

What it is definition

Indexes content to improve the relevance and accuracy of Claude's search results.

Claude-SearchBot is operated by Anthropic and classified here as answer index. These agents build the index an answer engine queries at question time. Disallowing one removes the site from those answers and from the citations that link back to it. Training is governed by separate tokens, so this is the expensive block, not the protective one.

Disallowing claude-searchbot removes the site from the index Claude search queries when it answers a question. The engine can then neither quote nor link the page, which is a traffic decision rather than a licensing one. Model training is governed by separate tokens.

robots.txt token
claude-searchbot
Operator
Anthropic
Purpose
Answer index
Honors robots.txt
yes
Documentation
https://support.claude.com/en/articles/8896518-does-anthropic-crawl-data-from-the-web-and-how-can-site-owners-block-the-crawler

Identity on the wire exact string

User-agent string
Mozilla/5.0 (compatible; Claude-SearchBot/1.0; +Claude-SearchBot@anthropic.com)
Verify your own edge is not refusing it
curl -A 'Mozilla/5.0 (compatible; Claude-SearchBot/1.0; +Claude-SearchBot@anthropic.com)' https://example.com/

Replace the host with your own. A 403, a challenge page or an empty body means the edge is blocking the agent whatever robots.txt says.

How to allow it, how to block it robots.txt

Allow it
User-agent: claude-searchbot
Allow: /

Absent any rule, the agent is already allowed, so this group only matters when your * group disallows something. Naming the agent replaces the * group for it entirely, so repeat here every disallow you still want to apply to it.

Block it
User-agent: claude-searchbot
Disallow: /

Disallowing claude-searchbot removes the site from the index Claude search queries when it answers a question. The engine can then neither quote nor link the page, which is a traffic decision rather than a licensing one. Model training is governed by separate tokens.

Sites that block it 60 shown

DomainAI access scoreRank
amazon.com 33 26
tiktok.com 41 54
msn.com 34 62
nytimes.com 67 157
cnn.com 50 190
theguardian.com 60 193
launchpad.net 49 260
amazon.co.uk 33 318
bloomberg.com 53 358
amazon.de 33 377
unsplash.com 59 397
quora.com 41 479
amazon.co.jp 33 494
wired.com 74 533
usatoday.com 55 552
uol.com.br 74 571
telegraph.co.uk 45 580
amazon.fr 33 609
amazon.co.za 33 623
dailymail.co.uk 63 627
amazon.ca 33 635
elpais.com 45 647
amazon.in 34 659
cnet.com 75 662
lemonde.fr 72 671
dailymail.com 63 681
amazon.it 33 706
amazon.es 33 725
apnews.com 75 787
people.com 38 801
amazon.com.au 33 812
theverge.com 68 815
nbcnews.com 63 823
amazon.com.br 33 833
lefigaro.fr 74 834
investopedia.com 38 913
theatlantic.com 68 980
theconversation.com 52 1,019
huffpost.com 82 1,027
amazon.com.mx 33 1,032
spiegel.de 72 1,042
as.com 45 1,061
bfmtv.com 71 1,073
nypost.com 73 1,083
franceinfo.fr 66 1,098
gsmarena.com 65 1,114
economist.com 43 1,157
aftonbladet.se 71 1,189
ad.nl 47 1,190
nu.nl 47 1,191
vg.no 73 1,208
furaffinity.net 41 1,223
hln.be 47 1,251
huffingtonpost.com 82 1,275
f95zone.to 49 1,300
iltalehti.fi 50 1,409
ekstrabladet.dk 60 1,446
eenadu.net 73 1,456
newyorker.com 71 1,793
zdnet.com 61 1,831

Compare Anthropic

Anthropic runs 4 agents in this registry, and they do different jobs. Blocking one says nothing about the others.

Common questions answered

Does blocking Claude-SearchBot remove me from Claude search?

Yes, in effect. Claude-SearchBot builds the index Claude search reads at question time, so disallowing it takes the site out of those answers and out of the citations that link back to it. This is the block that costs traffic.

How do I verify Claude-SearchBot requests are genuine?

Anthropic publishes the address ranges its crawlers fetch from, linked from its crawler support article. Compare the source address of the request against that list. There is no reverse DNS name to check.

Check your own site free

See whether your robots.txt admits Claude-SearchBot today, and whether your edge agrees with it.