How to save Scrapy Broad Crawl Results?

Viewed 22

Scrapy has a built-in way of persisting results in AWS S3 using the FEEDS setting.

but for a broad crawl over different domains this would create a single file, where the results from all domains are saved.

how could I save the results of each domain in its own separate file?

I wasn't able to find any reference to this in the documentation.

0 Answers
Related