Apify
Also an agent toolApify provider pack for actor automation, run tracking, dataset retrieval, and actor run webhooks.
19 actions · 4 triggers
The Apify integration lets you connect Apify to your automations with 19 actions and 4 triggers — and every action is also a tool an AI agent can call. Examples: List Actors, Run Actor, Run Actor (Sync, Get Dataset Items), Get Run, Abort Run. No blank-canvas wiring — connect it and use it in your workflows.
Every action below is also a tool an AI agent can call — the same pack powers your workflows and your agents.
Triggers 4
Events in Apify that can start a workflow.
Actor Run Succeeded
Trigger when an Apify actor run succeeds.
Actor Run Failed
Trigger when an Apify actor run fails.
Actor Run Timed Out
Trigger when an Apify actor run times out.
Actor Run Aborted
Trigger when an Apify actor run is aborted.
Actions 19
What Zervanor can do in Apify.
List Actors
List actors available to the authenticated Apify account (GET /v2/acts). Offset/limit pagination.
Run Actor
Start an Apify actor run (async) with optional input payload and run options (POST /v2/acts/{actorId}/runs).
Run Actor (Sync, Get Dataset Items)
Run an actor synchronously, wait for it to finish, and return its default dataset items (POST /v2/acts/{actorId}/run-sync-get-dataset-items).
Get Run
Fetch a specific Apify actor run by run ID, including status, timing, and storage references (GET /v2/actor-runs/{runId}).
Abort Run
Abort a running actor run (POST /v2/actor-runs/{runId}/abort).
Resurrect Run
Resurrect a finished actor run, resuming it from where it stopped (POST /v2/actor-runs/{runId}/resurrect).
Get Run Log
Get the raw log of an actor run (GET /v2/actor-runs/{runId}/log).
List Tasks
List actor tasks owned by the account (GET /v2/actor-tasks). Offset/limit pagination.
Run Task
Run an actor task (async) using its saved input, with optional input overrides (POST /v2/actor-tasks/{taskId}/runs).
Get Dataset Items
Read items from an Apify dataset generated by an actor run (GET /v2/datasets/{datasetId}/items). Offset/limit pagination.
List Key-Value Store Keys
List the record keys in a key-value store (GET /v2/key-value-stores/{storeId}/keys). Uses exclusive-start-key pagination.
Get Key-Value Store Record
Read a single record value from a key-value store (GET /v2/key-value-stores/{storeId}/records/{key}).
List Webhooks
List webhooks owned by the account (GET /v2/webhooks). Offset/limit pagination.
Create Webhook
Create a webhook that fires on actor run/build lifecycle events (POST /v2/webhooks). Provide eventTypes, condition, and requestUrl in the body.
Get Build Log
Get the raw log of an actor build (GET /v2/actor-builds/{buildId}/log).
Get Current User
Get the authenticated user's private profile (GET /v2/users/me).
Get Account Limits
Get the account's resource limits (GET /v2/users/me/limits).
List Schedules
List schedules owned by the account (read-only) (GET /v2/schedules). Offset/limit pagination.
Get Schedule
Get a schedule detail by ID (read-only) (GET /v2/schedules/{scheduleId}).
Nothing matches your search.
Automations using Apify
Build your own automation with Apify in the visual builder.
Frequently asked questions
What can I automate with Apify?
19 actions are available — for example: List Actors, Run Actor, Run Actor (Sync, Get Dataset Items), Get Run, Abort Run, and more.
Which Apify events can start a workflow?
4 triggers — for example: Actor Run Succeeded, Actor Run Failed, Actor Run Timed Out, Actor Run Aborted.
Can Apify be used as an AI agent tool?
Yes. Every Apify action automatically becomes a tool an AI agent can call — the same pack powers both your workflows and your agents.
How is the Apify integration modelled?
Apify is modelled as a versioned connector pack, and the steps that need reasoning fall to first-party agents hosted in the same runtime as the workflows.