Apify integration | Zervanor
← All connectors

Apify

Also an agent tool
developer

Apify 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.

webhook

Actor Run Succeeded

Trigger when an Apify actor run succeeds.

webhook

Actor Run Failed

Trigger when an Apify actor run fails.

webhook

Actor Run Timed Out

Trigger when an Apify actor run times out.

webhook

Actor Run Aborted

Trigger when an Apify actor run is aborted.

Actions 19

What Zervanor can do in Apify.

GET

List Actors

List actors available to the authenticated Apify account (GET /v2/acts). Offset/limit pagination.

POST

Run Actor

Start an Apify actor run (async) with optional input payload and run options (POST /v2/acts/{actorId}/runs).

POST

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

Get Run

Fetch a specific Apify actor run by run ID, including status, timing, and storage references (GET /v2/actor-runs/{runId}).

POST

Abort Run

Abort a running actor run (POST /v2/actor-runs/{runId}/abort).

POST

Resurrect Run

Resurrect a finished actor run, resuming it from where it stopped (POST /v2/actor-runs/{runId}/resurrect).

GET

Get Run Log

Get the raw log of an actor run (GET /v2/actor-runs/{runId}/log).

GET

List Tasks

List actor tasks owned by the account (GET /v2/actor-tasks). Offset/limit pagination.

POST

Run Task

Run an actor task (async) using its saved input, with optional input overrides (POST /v2/actor-tasks/{taskId}/runs).

GET

Get Dataset Items

Read items from an Apify dataset generated by an actor run (GET /v2/datasets/{datasetId}/items). Offset/limit pagination.

GET

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

Get Key-Value Store Record

Read a single record value from a key-value store (GET /v2/key-value-stores/{storeId}/records/{key}).

GET

List Webhooks

List webhooks owned by the account (GET /v2/webhooks). Offset/limit pagination.

POST

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

Get Build Log

Get the raw log of an actor build (GET /v2/actor-builds/{buildId}/log).

GET

Get Current User

Get the authenticated user's private profile (GET /v2/users/me).

GET

Get Account Limits

Get the account's resource limits (GET /v2/users/me/limits).

GET

List Schedules

List schedules owned by the account (read-only) (GET /v2/schedules). Offset/limit pagination.

GET

Get Schedule

Get a schedule detail by ID (read-only) (GET /v2/schedules/{scheduleId}).

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.