ApifyClientAsync
Index
Constructors
__init__
A default constructor.
Parameters
token: str | None = None
keyword-onlyapi_url: str | None = None
keyword-onlymax_retries: int | None = 8
keyword-onlymin_delay_between_retries_millis: int | None = 500
keyword-onlytimeout_secs: int | None = 360
Returns None
Methods
actor
Retrieve the sub-client for manipulating a single Actor.
Parameters
actor_id: str
Returns ActorClientAsync
actors
Retrieve the sub-client for manipulating Actors.
Returns ActorCollectionClientAsync
build
Retrieve the sub-client for manipulating a single Actor build.
Parameters
build_id: str
Returns BuildClientAsync
builds
Retrieve the sub-client for querying multiple builds of a user.
Returns BuildCollectionClientAsync
dataset
Retrieve the sub-client for manipulating a single dataset.
Parameters
dataset_id: str
Returns DatasetClientAsync
datasets
Retrieve the sub-client for manipulating datasets.
Returns DatasetCollectionClientAsync
key_value_store
Retrieve the sub-client for manipulating a single key-value store.
Parameters
key_value_store_id: str
Returns KeyValueStoreClientAsync
key_value_stores
Retrieve the sub-client for manipulating key-value stores.
Returns KeyValueStoreCollectionClientAsync
log
Retrieve the sub-client for retrieving logs.
Parameters
build_or_run_id: str
Returns LogClientAsync
request_queue
Retrieve the sub-client for manipulating a single request queue.
Parameters
request_queue_id: str
keyword-onlyclient_key: str | None = None
Returns RequestQueueClientAsync
request_queues
Retrieve the sub-client for manipulating request queues.
Returns RequestQueueCollectionClientAsync
run
Retrieve the sub-client for manipulating a single Actor run.
Parameters
run_id: str
Returns RunClientAsync
runs
Retrieve the sub-client for querying multiple Actor runs of a user.
Returns RunCollectionClientAsync
schedule
Retrieve the sub-client for manipulating a single schedule.
Parameters
schedule_id: str
Returns ScheduleClientAsync
schedules
Retrieve the sub-client for manipulating schedules.
Returns ScheduleCollectionClientAsync
store
Retrieve the sub-client for Apify store.
Returns StoreCollectionClientAsync
task
Retrieve the sub-client for manipulating a single task.
Parameters
task_id: str
Returns TaskClientAsync
tasks
Retrieve the sub-client for manipulating tasks.
Returns TaskCollectionClientAsync
user
Retrieve the sub-client for querying users.
Parameters
user_id: str | None = None
Returns UserClientAsync
webhook
Retrieve the sub-client for manipulating a single webhook.
Parameters
webhook_id: str
Returns WebhookClientAsync
webhook_dispatch
Retrieve the sub-client for accessing a single webhook dispatch.
Parameters
webhook_dispatch_id: str
Returns WebhookDispatchClientAsync
webhook_dispatches
Retrieve the sub-client for querying multiple webhook dispatches of a user.
Returns WebhookDispatchCollectionClientAsync
webhooks
Retrieve the sub-client for querying multiple webhooks of a user.
Returns WebhookCollectionClientAsync
The asynchronous version of the Apify API client.