Scrapy Cloud projects#
A Scrapy Cloud project represents a code base for web scraping.
You can have any number of Scrapy Cloud projects, each with its own code base, or with a specific version (e.g. commit) of some code base.
A common approach is to keep 2 projects:
A project for production, with a stable code base.
A project for development, to test changes before moving them to the production project.
For information about managing projects, see: