AI crawler · registry

AI2Bot

Allen Institute for AI · Model training · robots.txt token ai2bot

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

What it is definition

Collects web text for Ai2's open datasets used to train open language models such as OLMo.

AI2Bot is operated by Allen Institute for AI and classified here as model training. These agents collect text and images that may end up in a training corpus. Disallowing one withholds new content from the next model. It does not withdraw anything collected before the disallow, and it does not remove the site from any answer engine.

Disallowing ai2bot withholds content crawled from that point on from Allen Institute for AI's training data. It does not withdraw pages collected in earlier crawls, it does not reach copies already sitting in third-party datasets, and it does not remove the site from any answer surface.

robots.txt token
ai2bot
Operator
Allen Institute for AI
Purpose
Model training
Honors robots.txt
yes
Documentation
https://allenai.org/crawler

Identity on the wire exact string

User-agent string
AI2Bot/1.0
Verify your own edge is not refusing it
curl -A 'AI2Bot/1.0' 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: ai2bot
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: ai2bot
Disallow: /

Disallowing ai2bot withholds content crawled from that point on from Allen Institute for AI's training data. It does not withdraw pages collected in earlier crawls, it does not reach copies already sitting in third-party datasets, and it does not remove the site from any answer surface.

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
snapchat.com 63 125
cnn.com 50 190
canva.com 46 239
launchpad.net 49 260
amazon.co.uk 33 318
ea.com 67 335
amazon.de 33 377
amazon.co.jp 33 494
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
nintendo.com 59 628
amazon.ca 33 635
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
zillow.com 49 759
bild.de 74 763
welt.de 65 800
amazon.com.au 33 812
theverge.com 68 815
amazon.com.br 33 833
theconversation.com 52 1,019
letterboxd.com 40 1,031
amazon.com.mx 33 1,032
spiegel.de 72 1,042
flashscore.com 67 1,074
cookpad.com 63 1,105
pimpbunny.com 56 1,177
aftonbladet.se 71 1,189
vg.no 73 1,208
furaffinity.net 41 1,223
pandora.com 45 1,232
f95zone.to 49 1,300
dw.com 37 1,305
novinky.cz 72 1,374
iltalehti.fi 50 1,409
flashscore.mobi 63 1,624
flashscore.fr 64 1,640
livescore.cz 63 1,676
zdnet.com 61 1,831
wikihow.com 72 1,835
oreilly.com 89 1,872
jamanetwork.com 41 1,899
themoviedb.org 61 1,984
ign.com 64 1,993
amazon.eg 34 2,006
mashable.com 62 2,010
proofpoint.com 84 2,067

Compare Allen Institute for AI

Allen Institute for AI runs no other agent in this registry.

Common questions answered

Does blocking AI2Bot remove me from Ai2's open datasets?

No, not by itself. AI2Bot collects content for training, not for the index that answers questions. Allen Institute for AI operates no separate answer crawler in this registry, so there is no answer surface to lose here. Content collected before the disallow is not withdrawn.

How do I verify AI2Bot requests are genuine?

Allen Institute for AI publishes neither reverse DNS names nor address ranges for AI2Bot, so a request carrying this user agent cannot be authenticated. The string is trivially spoofed and is routinely reused by unrelated scrapers. Treat it as a hint, rate-limit by source address, and do not grant it access you would not grant an anonymous client.

Check your own site free

See whether your robots.txt admits AI2Bot today, and whether your edge agrees with it.