apify-client
Index
Enumerations
Classes
- ActorClient
- ActorCollectionClient
- ActorEnvVarClient
- ActorEnvVarCollectionClient
- ActorVersionClient
- ActorVersionCollectionClient
- ApifyApiError
- ApifyClient
- BuildClient
- BuildCollectionClient
- DatasetClient
- DatasetCollectionClient
- InvalidResponseBodyError
- KeyValueStoreClient
- KeyValueStoreCollectionClient
- LogClient
- LoggerActorRedirect
- RequestQueueClient
- RequestQueueCollectionClient
- RunClient
- RunCollectionClient
- ScheduleClient
- ScheduleCollectionClient
- StoreCollectionClient
- StreamedLog
- TaskClient
- TaskCollectionClient
- UserClient
- WebhookClient
- WebhookCollectionClient
- WebhookDispatchClient
- WebhookDispatchCollectionClient
Interfaces
- AccountAndUsageLimits
- Actor
- ActorBuildOptions
- ActorCallOptions
- ActorChargeEvent
- ActorCollectionCreateOptions
- ActorCollectionListItem
- ActorCollectionListOptions
- ActorDefaultRunOptions
- ActorDefinition
- ActorEnvironmentVariable
- ActorEnvVarCollectionListOptions
- ActorExampleRunInput
- ActorLastRunOptions
- ActorRun
- ActorRunListItem
- ActorRunMeta
- ActorRunOptions
- ActorRunStats
- ActorRunUsage
- ActorStandby
- ActorStartOptions
- ActorStats
- ActorStoreList
- ActorTaggedBuild
- ActorVersionCollectionListOptions
- ActorVersionGitHubGist
- ActorVersionGitRepo
- ActorVersionSourceFile
- ActorVersionSourceFiles
- ActorVersionTarball
- ApifyClientOptions
- BaseActorVersion
- Build
- BuildClientGetOptions
- BuildClientWaitForFinishOptions
- BuildCollectionClientListOptions
- BuildMeta
- BuildOptions
- BuildStats
- BuildUsage
- Current
- Dataset
- DatasetClientCreateItemsUrlOptions
- DatasetClientDownloadItemsOptions
- DatasetClientListItemOptions
- DatasetClientUpdateOptions
- DatasetCollectionClientGetOrCreateOptions
- DatasetCollectionClientListOptions
- DatasetStatistics
- DatasetStats
- FieldStatistics
- FlatPricePerMonthActorPricingInfo
- FreeActorPricingInfo
- GetStreamedLogOptions
- KeyValueClientCreateKeysUrlOptions
- KeyValueClientGetRecordOptions
- KeyValueClientListKeysOptions
- KeyValueClientListKeysResult
- KeyValueClientUpdateOptions
- KeyValueListItem
- KeyValueStore
- KeyValueStoreCollectionClientGetOrCreateOptions
- KeyValueStoreCollectionClientListOptions
- KeyValueStoreRecord
- KeyValueStoreRecordOptions
- KeyValueStoreStats
- Limits
- LogOptions
- MonthlyUsage
- MonthlyUsageCycle
- OpenApiDefinition
- PaginatedList
- PricePerDatasetItemActorPricingInfo
- PricePerEventActorPricingInfo
- PricingInfo
- ProxyGroup
- RequestQueue
- RequestQueueClientAddRequestOptions
- RequestQueueClientAddRequestResult
- RequestQueueClientBatchAddRequestWithRetriesOptions
- RequestQueueClientBatchRequestsOperationResult
- RequestQueueClientDeleteRequestLockOptions
- RequestQueueClientListAndLockHeadOptions
- RequestQueueClientListAndLockHeadResult
- RequestQueueClientListHeadOptions
- RequestQueueClientListHeadResult
- RequestQueueClientListItem
- RequestQueueClientListRequestsOptions
- RequestQueueClientListRequestsResult
- RequestQueueClientPaginateRequestsOptions
- RequestQueueClientProlongRequestLockOptions
- RequestQueueClientProlongRequestLockResult
- RequestQueueClientRequestSchema
- RequestQueueClientUnlockRequestsResult
- RequestQueueClientUpdateOptions
- RequestQueueCollectionListOptions
- RequestQueueStats
- RequestQueueUserOptions
- RunAbortOptions
- RunChargeOptions
- RunCollectionListOptions
- RunGetOptions
- RunMetamorphOptions
- RunResurrectOptions
- RunUpdateOptions
- RunWaitForFinishOptions
- Schedule
- ScheduleActionRunActor
- ScheduleActionRunActorTask
- ScheduleCollectionListOptions
- ScheduledActorRunInput
- ScheduledActorRunOptions
- StoreCollectionListOptions
- StreamedLogOptions
- Task
- TaskCallOptions
- TaskCollectionListOptions
- TaskCreateData
- TaskLastRunOptions
- TaskOptions
- TaskStats
- UsageCycle
- User
- UserPlan
- UserProxy
- Webhook
- WebhookAnyRunOfActorCondition
- WebhookAnyRunOfActorTaskCondition
- WebhookCertainRunCondition
- WebhookCollectionListOptions
- WebhookDispatch
- WebhookDispatchCall
- WebhookDispatchCollectionListOptions
- WebhookDispatchEventData
- WebhookIdempotencyKey
- WebhookStats
Type Aliases
- ActorChargeEvents
- ActorCollectionListResult
- ActorEnvVarListResult
- ActorRunPricingInfo
- ActorTaggedBuilds
- ActorUpdateOptions
- ActorVersion
- ActorVersionListResult
- AllowedHttpMethods
- BuildCollectionClientListItem
- BuildCollectionClientListResult
- DatasetCollectionClientListResult
- Dictionary
- FinalActorVersion
- KeyValueStoreCollectionListResult
- LimitsUpdateOptions
- RequestQueueClientGetRequestResult
- RequestQueueClientRequestToDelete
- RequestQueueCollectionListResult
- RequestQueueRequestsAsyncIterable
- ReturnTypeFromOptions
- ScheduleAction
- ScheduleCreateOrUpdateData
- TaskList
- TaskStartOptions
- TaskUpdateData
- WebhookCondition
- WebhookEventType
- WebhookUpdateData
Type Aliases
ActorChargeEvents
ActorCollectionListResult
ActorEnvVarListResult
ActorRunPricingInfo
Union type representing all possible Actor pricing models.
ActorTaggedBuilds
Mapping of build tags (e.g., 'latest', 'beta') to their corresponding build information.
ActorUpdateOptions
Fields that can be updated when modifying an Actor.
ActorVersion
ActorVersionListResult
AllowedHttpMethods
HTTP methods supported by Request Queue requests.
BuildCollectionClientListItem
BuildCollectionClientListResult
DatasetCollectionClientListResult
Dictionary
Generic dictionary type (key-value map).
Type parameters
- T = unknown
The type of values in the dictionary
FinalActorVersion
KeyValueStoreCollectionListResult
LimitsUpdateOptions
RequestQueueClientGetRequestResult
RequestQueueClientRequestToDelete
RequestQueueCollectionListResult
RequestQueueRequestsAsyncIterable
Type parameters
- T
ReturnTypeFromOptions
Helper type to determine the return type based on getRecord options.
Returns Readable if stream option is true, Buffer if buffer option is true, otherwise returns JsonValue.
Type parameters
- Options: KeyValueClientGetRecordOptions
ScheduleAction
Union type representing all possible scheduled actions.
ScheduleCreateOrUpdateData
Data for creating or updating a Schedule.
TaskList
TaskStartOptions
Options for starting a Task.
Similar to ActorStartOptions but without contentType (Task input is predefined) and forcePermissionLevel.
TaskUpdateData
Fields that can be updated when modifying a Task.
WebhookCondition
Condition that determines when a webhook should be triggered.
WebhookEventType
Event types that can trigger webhooks.
WebhookUpdateData
Data for updating a webhook.
Mapping of event names to their pricing information.