Apify
Apify is a platform for building, deploying, and managing web scraping and automation tools, known as Actors.
Live
28 of 112 actions ready today
- 112
- actions
Integrations
View provider documentationActions
Operations this integration can perform.
Build Actor
Tool to build an Actor with specified configuration. Use when you need to create a new build of an Actor with a specific version. The build process compiles the Actor's source code into a Docker image.
Update Actor
Tool to update Actor settings using JSON payload. Only specified fields will be updated. Use when you need to modify Actor configuration, make an Actor public, or update version settings.
Run Actor Sync without Input (GET)
Tool to run a specific Actor synchronously without input and return its output. Use when immediate Actor results are needed without providing input data; the run must finish within 300 seconds otherwise the HTTP request fails with a timeout error.
Run Actor Sync & Get Dataset Items
Tool to run Actor synchronously and get dataset items. Supports both actors that require input and those that don't. Use when immediate access to Actor results is needed. The run must finish within 300 seconds otherwise the request times out.
Get last actor run
Tool to get the most recent run of a specific Actor. Use when you need to retrieve the last execution details of an Actor and optionally filter by status (e.g., status='SUCCEEDED' to get only the last successful run).
Delete Actor Version
Tool to delete a specific version of an Actor's source code. Use when you need to remove an Actor version by actor ID and version number. Confirm before calling.
Delete Actor Version Environment Variable
Tool to delete an environment variable from a specific Actor version. Use when removing environment variables from Actor versions.
Get Actor Version Environment Variable
Tool to get environment variable details for a specific Actor version. Use when retrieving environment variable information from an Actor version. Returns name, value (if not secret), and secret status.
Triggers
Events that start workflows from this integration.
Actor Build Failed
An Actor build finished with the status FAILED.
Actor Build Succeeded
An Actor build finished with the status SUCCEEDED.
Actor Run Aborted
An Actor run finished with status ABORTED.
Actor Run Created
A new Actor run has been created.
Actor Run Failed
An Actor run finished with status FAILED.
Actor Run Succeeded
An Actor run finished with status SUCCEEDED.
Actor Run Timed Out
An Actor run finished with status TIMED-OUT.
Related integrations
Don't see the exact action you need?
Tell us what you're trying to connect and we'll help you evaluate whether it fits the current catalog or needs prioritizing.