Customizing Scrapy settings in Scrapy Cloud

Modified on Fri, 12 Feb, 2021 at 10:34 AM

You can customize the behavior of all Scrapy components -- including the core, extensions, pipelines, and spiders themselves -- via Scrapy settings. These settings are usually defined in your Scrapy project's settings.py file, but you can also manage them through Scrapy Cloud's web interface.


⚠️  The settings that you define in Scrapy Cloud will overwrite those defined in your project's settings.py file.


First, go to your project Dashboard and then go to the Spiders Settings page. There you can add or remove the Scrapy settings using the (+) or (x) buttons, as shown below:



Then you can customize your settings, click "Save" and that's it!


For a list of available built-in settings see the Built-in settings reference.


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article