Scrapy

Last updated 13 hours ago.

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.

Detail

Operator Zyte

Type

Scraper
Downloads web content for possibly malicious purposes

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

Activity on Your Website

Half of your website's traffic probably comes from artificial agents, and there are more of them every day. Track their activity with the API or WordPress plugin.

Set Up Agent Analytics

Other Websites

2%
of top websites are currently blocking Scrapy in some way
Learn How →

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

User Agent Token Description
Scrapy Should match instances of Scrapy

You can block Scrapy or limit its access by setting user agent token rules in your website's robots.txt.

# robots.txt
# This should block Scrapy

User-agent: Scrapy
Disallow: /

Instead of doing this manually, you can generate a robots.txt using the API or WordPress plugin that stays up to date with the agent list automatically. The WordPress plugin can also enforce your robots.txt and block agents who try to ignore the rules.

Set Up Your Robots.txt