AlexBrand
AlexBrand

Reputation: 12429

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

Upvotes: 3

Views: 2430

Answers (2)

Arctelix
Arctelix

Reputation: 4576

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

Upvotes: 2

Shane Evans
Shane Evans

Reputation: 2254

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

Upvotes: 4

Related Questions