Skip to main content

DatasetCollectionClientAsync

apify_client.clients.DatasetCollectionClientAsync

Async sub-client for manipulating datasets.

Index

Methods

get_or_create

  • async get_or_create(*, name, schema): dict

list

  • async list(*, unnamed, limit, offset, desc): ListPage[dict]

  • Parameters

    • unnamed: bool | None = Nonekeyword-only

      Whether to include unnamed datasets in the list

    • limit: int | None = Nonekeyword-only

      How many datasets to retrieve

    • offset: int | None = Nonekeyword-only

      What dataset to include as first when retrieving the list

    • desc: bool | None = Nonekeyword-only

      Whether to sort the datasets in descending order based on their modification date

    Returns ListPage[dict]

    The list of available datasets matching the specified filters.