Scrapy resources

Production ecosystem for backend web extraction

Useful addons

scrapy-playwright

Browser rendering

The modern standard for handling javascript sites and dynamic content, that adheres to the regular Scrapy workflow.

Explore Browser rendering→
spidermon

Monitoring

A Framework that adds monitoring, validation, and alerting (Slack/Discord/Email) to your Scrapy spiders.

Explore monitoring→
scrapy-zyte-api

Anti-ban

Connects to Zyte's managed API for automatic proxy rotation, browser fingerprinting, and ban avoidance.

Explore Anti-Ban →
scrapy-poet

Page objects

Separate the extraction logic from the parsing logic in your spiders. Also see Web Scraping Copilot (VS Code Extension) for code generation.

Explore Page objects→

Deployment options

Scrapyd

Self-Hosted

It allows you to upload Scrapy projects and control their spiders using a JSON API.

Read more→
Scrapy Cloud by Zyte

Managed Cloud Hosting

Fast and simple deployment with a free tier. Fully managed scaling, logging, and storage.

Try free→

Knowledge base