On this pageActorDatasetPushPipeline A Scrapy pipeline for pushing items to an Actor's default dataset. This pipeline is designed to be enabled only when the Scrapy project is run as an Actor.Index Methodsprocess_itemMethods process_itemasync process_item(*, item, spider): ItemPushes the provided Scrapy item to the Actor's default dataset.Parametersoptionalkeyword-onlyitem: Itemoptionalkeyword-onlyspider: SpiderReturns Item
A Scrapy pipeline for pushing items to an Actor's default dataset.
This pipeline is designed to be enabled only when the Scrapy project is run as an Actor.