Skip to main content

ExportToFunction

crawlee._types.ExportToFunction

Type of a function for exporting data from a dataset.

This helper method simplifies the process of exporting data from a dataset. It opens the specified dataset and then exports its content to the key-value store.

Index

Methods

Methods

__call__

  • __call__(dataset_id, dataset_name, kwargs): Coroutine[None, None, None]
  • Parameters

    • dataset_id: str | None = None
    • dataset_name: str | None = None
    • kwargs: Unpack[ExportToKwargs]

    Returns Coroutine[None, None, None]