3

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

AlexBrand
  • 11,971
  • 20
  • 87
  • 132

2 Answers2

4

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

Community
  • 1
  • 1
Shane Evans
  • 2,234
  • 16
  • 15
2

You can use scrapy-heroku to run a Scrapyd server on heroku! No problem.

Community
  • 1
  • 1
Arctelix
  • 4,478
  • 3
  • 27
  • 38