Scrapy wiki and bug-report system

Welcome!. This is the wiki of Scrapy, an open source web crawling and screen scraping framework for Python.

Due to spam protection measures, you need to register to report bugs or modify the content of this wiki. Registration is very quick (just enter username and password). Please register and contribute to the Scrapy community!

If you're new to Scrapy, start by reading Scrapy at a glance. The information on this wiki should be considered complementary to the official documentation.

Guides and HOWTOs for Scrapy users

Other User Resources

Developer Resources

Project tracking and source code

Scrapy Enhancement Proposals

Getting the code

Scrapy uses Mercurial (hg) for managing its code.

Assuming you have Mercurial installed, the following command in a terminal will fetch the most recent code for you:

hg clone http://hg.scrapy.org/scrapy

Getting involved

If you want to get involved, feel free to check out the code and start playing with it (you can also fork Scrapy on bitbucket), and take a look at the community resources if you want to talk with other Scrapy developers. We welcome any kind of feedback and discussions on Scrapy improvements.