Apify
Apify

Apify is a platform for building, deploying, and managing web scraping and automation tools, known as Actors.

Completely Secure
143696VIEWS
2824USERS

Tools

1 of 20

Abort Act Build (deprecated)

Tool to abort an Actor build using the deprecated endpoint. Use when you need to cancel a build in progress. Only builds with STARTING or RUNNING status are aborted; builds in terminal states (FINISHED, FAILED, ABORTING, TIMED-OUT) are not affected. Note: This endpoint is deprecated; use ActorBuildAbortPost for the new endpoint.

Get Build

Tool to get detailed information about a specific Actor build by actor ID and build ID. Use when you need to retrieve complete build details. Optionally wait for the build to finish using the waitForFinish parameter to avoid polling.

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.

Abort Actor Build

Tool to abort an Actor build that is starting or running. Use when you need to cancel a build in progress. Builds in terminal states (FINISHED, FAILED, ABORTING, TIMED-OUT) are not affected.

Delete Actor Build

Tool to delete an Actor build permanently. Use when you need to remove a specific build by its ID. The default build for an Actor cannot be deleted. Only users with build permissions can delete builds.

Get Actor Build

Tool to get detailed information about a specific Actor build. Use when you need to retrieve complete build details by build ID. Optionally wait for the build to finish using the waitForFinish parameter to avoid polling.