Search code examples
pythonherokuscreen-scrapingscrapy

Is it possible to run scrapy on heroku?


I want to use Scrapy to get some data off a website, but I don't want to use my laptop to do it.

Would it be possible to run it as a heroku app? What other options do I have for running a scrapy spider on a remote server?

Thankss


Solution

  • It is possible to use Scrapy on Heroku. Other options include setting up Scrapyd on a remote server, or using Scrapy Cloud.