AI crawler · registry

OAI-SearchBot

OpenAI · Answer index · robots.txt token oai-searchbot

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
161
sites blocking
3,797
sites allowing
yes
honors robots.txt

What it is definition

Indexes pages so they can be surfaced and cited in ChatGPT search results, not for training.

OAI-SearchBot is operated by OpenAI 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 oai-searchbot removes the site from the index ChatGPT 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
oai-searchbot
Operator
OpenAI
Purpose
Answer index
Honors robots.txt
yes
Documentation
https://platform.openai.com/docs/bots

Identity on the wire exact string

User-agent string
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.4; +https://openai.com/searchbot
Verify your own edge is not refusing it
curl -A 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.4; +https://openai.com/searchbot' 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: oai-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: oai-searchbot
Disallow: /

Disallowing oai-searchbot removes the site from the index ChatGPT 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
bbc.com 69 207
bbc.co.uk 70 226
launchpad.net 49 260
amazon.co.uk 33 318
bloomberg.com 53 358
amazon.de 33 377
claude.ai 46 435
cnbc.com 59 457
quora.com 41 479
amazon.co.jp 33 494
usatoday.com 55 552
telegraph.co.uk 45 580
amazon.fr 33 609
amazon.co.za 33 623
dailymail.co.uk 63 627
amazon.ca 33 635
amazon.in 34 659
cnet.com 75 662
dailymail.com 63 681
amazon.it 33 706
amazon.es 33 725
amazon.com.au 33 812
nbcnews.com 63 823
amazon.com.br 33 833
lefigaro.fr 74 834
elmundo.es 86 983
theconversation.com 52 1,019
huffpost.com 82 1,027
amazon.com.mx 33 1,032
spiegel.de 72 1,042
marca.com 85 1,056
bfmtv.com 71 1,073
franceinfo.fr 66 1,098
gsmarena.com 65 1,114
economist.com 43 1,157
pimpbunny.com 56 1,177
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
actu.fr 76 1,286
f95zone.to 49 1,300
dw.com 37 1,305
sport.es 75 1,348
iltalehti.fi 50 1,409
ekstrabladet.dk 60 1,446
eenadu.net 73 1,456
zdnet.com 61 1,831
wikihow.com 72 1,835
themoviedb.org 61 1,984
ign.com 64 1,993
amazon.eg 34 2,006
mashable.com 62 2,010
mirror.co.uk 37 2,115

Compare OpenAI

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

Common questions answered

Does blocking OAI-SearchBot remove me from ChatGPT search?

Yes, in effect. OAI-SearchBot builds the index ChatGPT 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 OAI-SearchBot requests are genuine?

OpenAI publishes the address ranges its crawlers fetch from as JSON files linked from its bot documentation, one file per agent. Compare the source address of the request against the file for that agent. There is no reverse DNS name to check, so the address list is the only signal.

Check your own site free

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