AI crawler · registry

Scrapy

Zyte (open-source framework) · Model training · robots.txt token scrapy

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

What it is definition

Generic scraping framework often used to build AI training datasets; obeys robots.txt only when ROBOTSTXT_OBEY is on.

Scrapy is operated by Zyte (open-source framework) 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 scrapy withholds content crawled from that point on from Zyte (open-source framework)'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
scrapy
Operator
Zyte (open-source framework)
Purpose
Model training
Honors robots.txt
yes
Documentation
https://scrapy.org/

Identity on the wire exact string

User-agent string
Scrapy/2.17.0 (+https://scrapy.org)
Verify your own edge is not refusing it
curl -A 'Scrapy/2.17.0 (+https://scrapy.org)' 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: scrapy
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: scrapy
Disallow: /

Disallowing scrapy withholds content crawled from that point on from Zyte (open-source framework)'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
whatsapp.com 47 56
yahoo.com 52 58
msn.com 34 62
amazonvideo.com 55 121
snapchat.com 63 125
nytimes.com 67 157
cnn.com 50 190
bbc.com 69 207
bbc.co.uk 70 226
canva.com 46 239
who.int 85 246
launchpad.net 49 260
weather.com 79 282
amazon.co.uk 33 318
amazon.de 33 377
indeed.com 47 388
businessinsider.com 84 426
cnbc.com 59 457
quora.com 41 479
amazon.co.jp 33 494
aol.com 54 499
usatoday.com 55 552
alrosa.ru 62 556
telegraph.co.uk 45 580
amazon.fr 33 609
amazon.co.za 33 623
dailymail.co.uk 63 627
amazon.ca 33 635
meta.com 50 658
amazon.in 34 659
cnet.com 75 662
dailymail.com 63 681
primevideo.com 55 682
amazon.it 33 706
amazon.es 33 725
bild.de 74 763
welt.de 65 800
amazon.com.au 33 812
theverge.com 68 815
nbcnews.com 63 823
amazon.com.br 33 833
lefigaro.fr 74 834
repubblica.it 77 942
corriere.it 83 955
theatlantic.com 68 980
theconversation.com 52 1,019
amazon.com.mx 33 1,032
spiegel.de 72 1,042
nypost.com 73 1,083
aftonbladet.se 71 1,189
indiamart.com 47 1,193
vnexpress.net 81 1,196
vg.no 73 1,208
furaffinity.net 41 1,223
vietnam.vn 77 1,272
f95zone.to 49 1,300
dw.com 37 1,305
iltalehti.fi 50 1,409
newsweek.com 74 1,765

Compare Zyte (open-source framework)

Zyte (open-source framework) runs no other agent in this registry.

Common questions answered

Does blocking Scrapy remove me from datasets built with Scrapy?

No, not by itself. Scrapy collects content for training, not for the index that answers questions. Zyte (open-source framework) 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 Scrapy requests are genuine?

Scrapy is an open-source framework, not a service. Anyone can run it and set any user-agent string, so traffic identifying as Scrapy cannot be attributed to a particular operator at all. Treat it as unattributed automated traffic and rate-limit by address.

Check your own site free

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