Skip to main content

StoreCollectionClient

Sub-client for Apify store.

Index

Methods

Methods

list

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

  • Parameters

    • keyword-onlylimit: int | None = None

      How many Actors to list

    • keyword-onlyoffset: int | None = None

      What Actor to include as first when retrieving the list

    • keyword-onlysearch: str | None = None

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

    • keyword-onlysort_by: str | None = None

      Specifies the field by which to sort the results.

    • keyword-onlycategory: str | None = None

      Filter by this category

    • keyword-onlyusername: str | None = None

      Filter by this username

    • keyword-onlypricing_model: str | None = None

      Filter by this pricing model

    Returns ListPage[dict]

    The list of available tasks matching the specified filters.

Page Options