AI crawler · registry

Claude-User

Anthropic · Live retrieval · robots.txt token claude-user

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

What it is definition

Retrieves pages on demand when a Claude user's question needs live web content.

Claude-User is operated by Anthropic and classified here as live retrieval. These agents fetch a single URL because a user asked about it. Disallowing one means the assistant answers from an older copy or from someone else's summary instead of the live page. Several are documented as not bound by robots.txt, because the request is user-initiated rather than a crawl.

Disallowing claude-user stops the fetch that happens when a user asks Claude about one of your URLs. The answer still gets written, from an older copy or from a third party's description of the page, and you no longer control what it says.

robots.txt token
claude-user
Operator
Anthropic
Purpose
Live retrieval
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-User/1.0; +Claude-User@anthropic.com)
Verify your own edge is not refusing it
curl -A 'Mozilla/5.0 (compatible; Claude-User/1.0; +Claude-User@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-user
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-user
Disallow: /

Disallowing claude-user stops the fetch that happens when a user asks Claude about one of your URLs. The answer still gets written, from an older copy or from a third party's description of the page, and you no longer control what it says.

Sites that block it 60 shown

DomainAI access scoreRank
amazon.com 33 26
tiktok.com 41 54
msn.com 34 62
amazonvideo.com 55 121
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
cnbc.com 59 457
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
primevideo.com 55 682
amazon.it 33 706
amazon.es 33 725
mercadolivre.com.br 72 740
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
mercadolibre.com.ar 72 931
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
mercadolibre.com.mx 72 1,125
economist.com 43 1,157
mercadolibre.com 47 1,165
ad.nl 47 1,190
nu.nl 47 1,191
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

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-User remove me from Claude?

Partly. Claude-User fetches a page only when a user asks about it, so disallowing it does not delist you from Claude. It does mean the answer is composed without your live page, from a stale copy or a third-party summary.

How do I verify Claude-User 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-User today, and whether your edge agrees with it.