Skip to main content

ActorDatasetPushPipeline

apify.scrapy.pipelines.actor_dataset_push.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

    • item: Item
    • spider: Spider

    Returns Item