Skip to main content

StoreCollectionClientAsync

apify_client.clients.StoreCollectionClientAsync

Async sub-client for Apify store.

Index

Methods

Methods

list

  • async list(*, limit, offset, search, sort_by, category, username, pricing_model): ListPage[dict]

  • Parameters

    • limit: int | None = Nonekeyword-only

      How many Actors to list

    • offset: int | None = Nonekeyword-only

      What Actor to include as first when retrieving the list

    • search: str | None = Nonekeyword-only

      String to search by. The search runs on the following fields: title, name, description, username, readme.

    • sort_by: str | None = Nonekeyword-only

      Specifies the field by which to sort the results.

    • category: str | None = Nonekeyword-only

      Filter by this category

    • username: str | None = Nonekeyword-only

      Filter by this username

    • pricing_model: str | None = Nonekeyword-only

      Filter by this pricing model

    Returns ListPage[dict]

    The list of available tasks matching the specified filters.