Built by Metorial, the integration platform for agentic AI.

Learn More

Tools

Run Actor

Start an Apify Actor run. Prefer asynchronous mode to reliably receive a runId for polling; use synchronous mode only for short runs when you need JSON dataset items immediately.

Manage Task

Create, get, update, delete, list, or run Apify Actor Tasks. Prefer asynchronous task runs to reliably receive a runId for polling.

Manage Actor

Get, create, update, or delete an Apify Actor owned by the authenticated account. Use Manage Actor Version for source-code versions.

List Runs

List Apify Actor runs either account-wide or for a specific Actor. Use this for monitoring known run history, not to recover a missing runId from a timed-out start.

Abort Run

Abort a running Apify Actor execution. Use graceful abort when the Actor should receive an abort signal before forceful termination.

Manage Webhook

Create, get, update, test, delete, or list Apify webhooks for Actor run and build events.

Get Dataset Items

Retrieve or export items from an Apify dataset. JSON items are returned inline; CSV, XLSX, XML, RSS, and HTML exports are returned as Slate attachments.

Manage Schedule

Create, get, update, delete, or list Apify schedules that run Actors or Actor Tasks on a cron expression.

Manage Key Value Store

Manage Apify key-value stores and records. JSON records are returned inline; text and binary records are returned as Slate attachments.

Get Run

Retrieve an Apify Actor run by ID, optionally including JSON dataset items or the run log as a Slate attachment.

Push Dataset Items

Append JSON objects to an Apify dataset. Datasets are append-only and are commonly used for Actor output records.

Build Actor

Start an Apify Actor build, retrieve build details, or list builds for an Actor. Builds compile Actor versions into runnable Docker images.

List Actors

List Actors owned by the authenticated Apify account. Use Search Store Actors when you need to discover public Apify Store Actors.

Manage Request Queue

Manage Apify request queues and queued crawler requests. Use this to seed, inspect, update, or clean URL queues used by Actors.

Search Store Actors

Search public Apify Store Actors. Use this to discover Actor IDs or full names before running a public scraper or automation Actor.

Manage Dataset

List, get, create, update, or delete Apify datasets. Use Get Dataset Items to read or export the items inside a dataset.

Manage Actor Version

List, get, create, update, or delete Apify Actor versions. Versions hold source metadata used by Actor builds.

Get Account

Get the authenticated Apify account profile and available account metadata from the API token.

Manage Run

Get or manage Apify Actor run lifecycle actions beyond cancellation, including resurrect, reboot, update, and delete.