Skip to main content

ActorDatasetPushPipeline

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

Methods

process_item

  • async process_item(*, item, spider): Item
  • Pushes the provided Scrapy item to the Actor's default dataset.


    Parameters

    • optionalkeyword-onlyitem: Item
    • optionalkeyword-onlyspider: Spider

    Returns Item

Page Options