Scrapy
What is Scrapy?
About
Scrapy is a scraper operated by Zyte. It's not currently known to be artificially intelligent or AI-related. If you think that's incorrect or can provide more detail about its purpose, please contact us.
You can set up agent analytics to see when Scrapy visits your website.
Detail
Operator | Zyte |
Type
Expected Behavior
Due to the wide variety of use cases, there's no way to accurately predict visitation behavior. Scrapers are notorious for ignoring robots.txt rules and accessing disallowed content. This is especially true if they're dispatched to achieve a specific goal rather than for some general purpose.
Insights
Scrapy Visiting Your Website
Other Websites
Access Control
Should I Block Scrapy?
Probably. Scrapers usually download publicly available internet content, which is freely accessible by default. However, you might want to block them if you don't want your content to be used for unauthorized purposes.
Using Robots.txt
You can block Scrapy or limit its access by setting user agent token rules in your website's robots.txt. We recommend setting up agent analytics to check whether it's actually following them.
User Agent Token | Description |
---|---|
Scrapy |
Should match instances of Scrapy |
# robots.txt
# This should block Scrapy
User-agent: Scrapy
Disallow: /