Abort Actor Build
APIFY_ACTOR_BUILD_ABORT_POSTTool to abort an Actor build that is starting or running.
Apify
113 actions for Apify workflows.
Operations are the actions a workflow can take in Apify, grouped by category. Each lists its method, parameters, and a template you can drop it into.
Abort Actor Build
APIFY_ACTOR_BUILD_ABORT_POSTTool to abort an Actor build that is starting or running.
Abort Actor Run
APIFY_ACTOR_RUN_ABORT_POSTTool to abort a running or starting Actor run.
Add Request to Queue
APIFY_REQUEST_QUEUE_REQUESTS_POSTAdds a web page URL to a crawling queue, enabling systematic data extraction from websites without accidentally duplicating work. Useful for managing multiple URLs to scrape in a controlled, batch-oriented way.
Batch Add Requests to Queue
APIFY_REQUEST_QUEUE_REQUESTS_BATCH_POSTTool to batch-add up to 25 requests to a request queue.
Batch Delete Requests from Queue
APIFY_REQUEST_QUEUE_REQUESTS_BATCH_DELETETool to batch-delete up to 25 requests from a queue.
Build Actor
APIFY_ACT_BUILDS_POSTCompiles an Actor's source code into a deployable Docker image, allowing you to create a new version of your automation or scraping tool with specific configuration.
Check Key-Value Store Record Exists
APIFY_KEY_VALUE_STORE_RECORD_HEADTool to check if a record exists in a key-value store.
Create Actor
APIFY_CREATE_ACTORTool to create a new Actor with specified configuration.
Create Actor Task
APIFY_CREATE_TASKTool to create a new Actor task with specified settings.
Create Actor Version
APIFY_ACT_VERSIONS_POSTTool to create a new version of an Actor.
Create Actor Version Environment Variable
APIFY_ACT_VERSION_ENV_VARS_POSTTool to create an environment variable for a specific Actor version.
Create Dataset
APIFY_CREATE_DATASETTool to create a new dataset.
Create Key-Value Store
APIFY_KEY_VALUE_STORES_POSTTool to create a new key-value store or retrieve an existing one by name.
Create Request Queue
APIFY_REQUEST_QUEUES_POSTTool to create a new request queue or retrieve an existing one by name.
Create Schedule
APIFY_SCHEDULES_POSTTool to create a new schedule with specified settings.
Create Task Webhook
APIFY_CREATE_TASK_WEBHOOKCreates a webhook to automatically notify external systems when a specific Apify task completes, fails, or reaches other run events, enabling real-time integrations.
Delete Actor
APIFY_DELETE_ACTORTool to delete an Actor permanently.
Delete Actor Build
APIFY_ACTOR_BUILD_DELETETool to delete an Actor build permanently.
Delete Actor Run
APIFY_ACTOR_RUN_DELETETool to delete a finished Actor run.
Delete Actor Task
APIFY_ACTOR_TASK_DELETETool to delete an Actor task permanently.
Delete Actor Version
APIFY_ACT_VERSION_DELETERemoves a specific version of an Actor's source code to keep your project organized and free of outdated or erroneous versions.
Delete Actor Version Environment Variable
APIFY_ACT_VERSION_ENV_VAR_DELETETool to delete an environment variable from a specific Actor version.
Delete Dataset
APIFY_DATASET_DELETETool to delete a dataset permanently.
Delete Key-Value Store
APIFY_KEY_VALUE_STORE_DELETETool to delete a key-value store permanently.
Delete Key-Value Store Record
APIFY_KEY_VALUE_STORE_RECORD_DELETETool to delete a record from a key-value store.
Delete Request from Queue
APIFY_REQUEST_QUEUE_REQUEST_DELETETool to delete a specific request from a request queue.
Delete Request Lock
APIFY_REQUEST_QUEUE_REQUEST_LOCK_DELETETool to delete a request lock from a request queue.
Delete Request Queue
APIFY_REQUEST_QUEUE_DELETETool to delete a request queue permanently.
Delete Schedule
APIFY_SCHEDULE_DELETETool to delete a schedule by its ID.
Delete Webhook
APIFY_DELETE_WEBHOOKTool to delete a webhook by its ID.
Get Account Limits
APIFY_USERS_ME_LIMITS_GETTool to get a complete summary of account limits and usage.
Get Actor Build
APIFY_ACTOR_BUILD_GETTool to get detailed information about a specific Actor build.
Get Actor Build Log
APIFY_ACTOR_BUILD_LOG_GETTool to retrieve the log file for a specific Actor build.
Get Actor Details
APIFY_GET_ACTORTool to get details of a specific Actor.
Get Actor Last Run Dataset Items
APIFY_GET_ACTOR_LAST_RUN_DATASET_ITEMSTool to get dataset items from the last run of an Actor.
Get Actor Run
APIFY_ACTOR_RUN_GETTool to get details about a specific Actor run.
Get Actor Task
APIFY_ACTOR_TASK_GETTool to get complete details about an Actor task.
Get Actor version
APIFY_ACT_VERSION_GETTool to get details about a specific version of an Actor.
Get Actor Version Environment Variable
APIFY_ACT_VERSION_ENV_VAR_GETTool to get environment variable details for a specific Actor version.
Get all webhooks
APIFY_GET_ALL_WEBHOOKSTool to get a list of all webhooks created by the user.
Get Current User Account Data
APIFY_USERS_ME_GETTool to get private user account information.
Get Dataset
APIFY_DATASET_GETTool to retrieve dataset metadata by dataset ID.
Get dataset items
APIFY_GET_DATASET_ITEMSTool to retrieve items from a dataset.
Get Dataset Statistics
APIFY_DATASET_STATISTICS_GETTool to get dataset field statistics by dataset ID.
Get Default Build
APIFY_GET_DEFAULT_BUILDTool to get the default build for an Actor.
Get Head and Lock Queue Requests
APIFY_REQUEST_QUEUE_HEAD_LOCK_POSTTool to get and lock head requests from the queue.
Get Key-Value Record
APIFY_GET_KEY_VALUE_RECORDTool to retrieve a record from a key-value store.
Get Key-Value Store
APIFY_KEY_VALUE_STORE_GETTool to retrieve key-value store metadata by store ID.
Get Key-Value Store Keys
APIFY_KEY_VALUE_STORE_KEYS_GETTool to retrieve a list of keys from a key-value store.
Get last actor run
APIFY_ACT_RUNS_LAST_GETTool to get the most recent run of a specific Actor.
Get last actor task run
APIFY_ACTOR_TASK_RUNS_LAST_GETTool to get the most recent run of a specific Actor task.
Get list of Actor version environment variables
APIFY_ACT_VERSION_ENV_VARS_GETTool to get the list of environment variables for a specific Actor version.
Get list of Actor versions
APIFY_ACT_VERSIONS_GETTool to get the list of versions of a specific Actor.
Get list of Actor webhooks
APIFY_ACT_WEBHOOKS_GETTool to get a list of webhooks for a specific Actor.
Get list of Actors
APIFY_ACTS_GETRetrieves a list of all Apify Actors you've created or used, making it easy to browse, find, and manage your automation tools for tasks like web scraping and data processing.
Get list of Actors in Store
APIFY_STORE_GETTool to get list of public Actors from Apify Store.
Get list of builds
APIFY_GET_LIST_OF_BUILDSTool to get a list of builds for a specific Actor.
Get list of datasets
APIFY_DATASETS_GETTool to get list of datasets for a user.
Get list of key-value stores
APIFY_KEY_VALUE_STORES_GETTool to get the list of key-value stores owned by the user.
Get list of request queues
APIFY_REQUEST_QUEUES_GETTool to get list of request queues for a user.
Get list of runs
APIFY_GET_LIST_OF_RUNSTool to get a list of runs for a specific Actor.
Get list of schedules
APIFY_SCHEDULES_GETTool to get list of schedules created by the user.
Get list of task runs
APIFY_GET_LIST_OF_TASK_RUNSTool to get a list of runs for a specific Actor task.
Get list of task webhooks
APIFY_GET_LIST_OF_TASK_WEBHOOKSTool to get a list of webhooks for a specific Actor task.
Get list of tasks
APIFY_GET_LIST_OF_TASKSTool to fetch a paginated list of tasks belonging to the authenticated user.
Get list of webhook dispatches
APIFY_WEBHOOK_DISPATCHES_GETTool to get list of webhook dispatches for the user.
Get log
APIFY_GET_LOGTool to retrieve logs for a specific Actor run or build.
Get Monthly Usage
APIFY_USERS_ME_USAGE_MONTHLY_GETTool to get monthly usage summary with daily breakdown.
Get OpenAPI Definition
APIFY_GET_OPEN_API_DEFINITIONTool to get the OpenAPI definition for a specific Actor build.
Get Public User Data
APIFY_USER_GETRetrieve publicly available information about an Apify user account, enabling you to research and evaluate users without requiring authentication.
Get Request from Queue
APIFY_REQUEST_QUEUE_REQUEST_GETRetrieves detailed information about a specific request in an Apify request queue by its ID, allowing you to inspect its status, payload, or metadata for monitoring and debugging.
Get Request Queue
APIFY_REQUEST_QUEUE_GETTool to retrieve request queue metadata by queue ID.
Get Request Queue Head
APIFY_REQUEST_QUEUE_HEAD_GETTool to retrieve first requests from the queue for inspection.
Get Run Dataset Items
APIFY_GET_RUN_DATASET_ITEMSTool to get dataset items from a specific Actor run.
Get Schedule
APIFY_SCHEDULE_GETTool to get schedule details by ID.
Get Schedule Log
APIFY_SCHEDULE_LOG_GETTool to get schedule log by ID.
Get Task Input
APIFY_GET_TASK_INPUTTool to retrieve the input configuration of a specific task.
Get Task Last Run Dataset Items
APIFY_GET_TASK_LAST_RUN_DATASET_ITEMSTool to get dataset items from the last run of an Actor task.
Get user builds list
APIFY_ACTOR_BUILDS_GETTool to get a paginated list of all builds for a user.
Get webhook
APIFY_WEBHOOK_GETTool to get webhook object with all details.
Get Webhook Dispatch
APIFY_WEBHOOK_DISPATCH_GETTool to get webhook dispatch object with all details.
Get webhook dispatches
APIFY_WEBHOOK_WEBHOOK_DISPATCHES_GETTool to get list of webhook dispatches for a specific webhook.
List Request Queue Requests
APIFY_REQUEST_QUEUE_REQUESTS_GETTool to list requests in a request queue with pagination support.
List User Actor Runs
APIFY_LIST_USER_RUNSTool to get a paginated list of all Actor runs for the authenticated user.
Prolong Request Lock
APIFY_REQUEST_QUEUE_REQUEST_LOCK_PUTTool to prolong request lock in a request queue.
Resurrect Run
APIFY_RESURRECT_RUNTool to resurrect a finished Actor run.
Run Actor Asynchronously
APIFY_RUN_ACTORTool to run a specific Actor asynchronously.
Run Actor Sync
APIFY_RUN_ACTOR_SYNCTool to run a specific Actor synchronously with input and return its output record.
Run Actor Sync & Get Dataset Items
APIFY_RUN_ACTOR_SYNC_GET_DATASET_ITEMSTool to run an Actor synchronously and retrieve its dataset items.
Run Actor Sync & Get Dataset Items
APIFY_ACT_RUN_SYNC_GET_DATASET_ITEMS_GETTool to run Actor synchronously and get dataset items.
Run Actor Sync without Input (GET)
APIFY_ACT_RUN_SYNC_GETTool to run a specific Actor synchronously without input and return its output.
Run Task Asynchronously
APIFY_RUN_TASKTool to run a specific Actor task asynchronously.
Run Task Sync (GET)
APIFY_ACTOR_TASK_RUN_SYNC_GETTool to run a specific task synchronously and return its output.
Run Task Sync (POST)
APIFY_ACTOR_TASK_RUN_SYNC_POSTTool to run an Actor task synchronously with input override and return its output.
Run Task Sync & Get Dataset Items
APIFY_ACTOR_TASK_RUN_SYNC_GET_DATASET_ITEMS_GETTool to run an actor task synchronously and retrieve its dataset items.
Run Task Sync with Input Override & Get Dataset Items
APIFY_ACTOR_TASK_RUN_SYNC_GET_DATASET_ITEMS_POSTTool to run an actor task synchronously with input overrides and retrieve its dataset items.
Store Data in Dataset
APIFY_STORE_DATA_IN_DATASETTool to store data items in a dataset.
Store Data in Key-Value Store
APIFY_STORE_DATA_IN_KEY_VALUE_STORETool to create or update a record in a key-value store.
Test Webhook
APIFY_WEBHOOK_TEST_POSTTool to test a webhook by creating a test dispatch with a dummy payload.
Unlock Queue Requests
APIFY_REQUEST_QUEUE_REQUESTS_UNLOCK_POSTTool to unlock requests in a request queue that are currently locked by the client.
Update Account Limits
APIFY_USERS_ME_LIMITS_PUTTool to update account limits manageable on the Limits page.
Update Actor
APIFY_ACT_PUTTool to update Actor settings using JSON payload.
Update Actor Run Status Message
APIFY_ACTOR_RUN_PUTUpdates the status message of an active Actor run to provide real-time progress updates visible in the Apify Console, helping you monitor and communicate the current state of execution.
Update Actor Task
APIFY_ACTOR_TASK_PUTUpdate settings of an existing scraping or automation task by specifying only the properties you want to change, which is useful for adjusting inputs, schedules, or execution options without recreating the task.
Update Actor Version
APIFY_ACT_VERSION_PUTTool to update an Actor version's configuration and source code.
Update Actor Version Environment Variable
APIFY_ACT_VERSION_ENV_VAR_PUTTool to update environment variable for a specific Actor version using JSON payload.
Update Dataset
APIFY_DATASET_PUTTool to update a dataset's name via JSON payload.
Update Key-Value Store
APIFY_UPDATE_KEY_VALUE_STORETool to update a key-value store's properties.
Update Request in Queue
APIFY_REQUEST_QUEUE_REQUEST_PUTTool to update a request in a request queue.
Update Request Queue
APIFY_REQUEST_QUEUE_PUTTool to update request queue name using JSON payload.
Update Schedule
APIFY_SCHEDULE_PUTTool to update an existing schedule with new settings.
Update Task Input
APIFY_UPDATE_TASK_INPUTTool to update the input configuration of a specific Actor task.
Update Webhook
APIFY_WEBHOOK_PUTTool to update webhook using JSON payload.
Drop a trigger and an action into a template; approve from your phone; the workflow runs.