Built by Metorial, the integration platform for agentic AI.
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.
Create, get, update, delete, list, or run Apify Actor Tasks. Prefer asynchronous task runs to reliably receive a runId for polling.
Get, create, update, or delete an Apify Actor owned by the authenticated account. Use Manage Actor Version for source-code versions.
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 a running Apify Actor execution. Use graceful abort when the Actor should receive an abort signal before forceful termination.
Create, get, update, test, delete, or list Apify webhooks for Actor run and build events.
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.
Create, get, update, delete, or list Apify schedules that run Actors or Actor Tasks on a cron expression.
Manage Apify key-value stores and records. JSON records are returned inline; text and binary records are returned as Slate attachments.
Retrieve an Apify Actor run by ID, optionally including JSON dataset items or the run log as a Slate attachment.
Append JSON objects to an Apify dataset. Datasets are append-only and are commonly used for Actor output records.
Start an Apify Actor build, retrieve build details, or list builds for an Actor. Builds compile Actor versions into runnable Docker images.
List Actors owned by the authenticated Apify account. Use Search Store Actors when you need to discover public Apify Store Actors.
Manage Apify request queues and queued crawler requests. Use this to seed, inspect, update, or clean URL queues used by Actors.
Search public Apify Store Actors. Use this to discover Actor IDs or full names before running a public scraper or automation Actor.
List, get, create, update, or delete Apify datasets. Use Get Dataset Items to read or export the items inside a dataset.
List, get, create, update, or delete Apify Actor versions. Versions hold source metadata used by Actor builds.
Get the authenticated Apify account profile and available account metadata from the API token.
Get or manage Apify Actor run lifecycle actions beyond cancellation, including resurrect, reboot, update, and delete.