StoreCollectionClient
Hierarchy
- ResourceCollectionClient
- StoreCollectionClient
Index
Methods
Properties
Methods
__init__
Initialize a new instance.
Parameters
keyword-onlybase_url: str
Base URL of the API server.
keyword-onlyroot_client: ApifyClient
The ApifyClient instance under which this resource client exists.
keyword-onlyhttp_client: HTTPClient
The HTTPClient instance to be used in this client.
optionalkeyword-onlyresource_id: str | None = None
ID of the manipulated resource, in case of a single-resource client.
keyword-onlyresource_path: str
Path to the resource's endpoint on the API server.
optionalkeyword-onlyparams: dict | None = None
Parameters to include in all requests from this client.
Returns None
list
List Actors in Apify store.
https://docs.apify.com/api/v2/#/reference/store/store-actors-collection/get-list-of-actors-in-store
Parameters
optionalkeyword-onlylimit: int | None = None
How many Actors to list.
optionalkeyword-onlyoffset: int | None = None
What Actor to include as first when retrieving the list.
optionalkeyword-onlysearch: str | None = None
String to search by. The search runs on the following fields: title, name, description, username, readme.
optionalkeyword-onlysort_by: str | None = None
Specifies the field by which to sort the results.
optionalkeyword-onlycategory: str | None = None
Filter by this category.
optionalkeyword-onlyusername: str | None = None
Filter by this username.
optionalkeyword-onlypricing_model: str | None = None
Filter by this pricing model.
Returns ListPage[dict]
Sub-client for Apify store.