StoreCollectionClient
Index
Methods
Methods
list
List Actors in Apify store.
https://docs.apify.com/api/v2/#/reference/store/store-actors-collection/get-list-of-actors-in-store
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.
Sub-client for Apify store.