Skip to main content
Search
K
Ask AI
Get started
Get started
Actors
Storage
Proxy
Account
Integrations
Security
Academy
API
SDK
CLI
MCP
Overview
Run
Develop
Publish
Monetize
Actors

Copy for LLM

Actors are serverless cloud programs that take a structured JSON input, perform a task (web scraping, browser automation, data processing, and more), and optionally produce a structured output. Run them manually in Apify Console, through the API or CLI, or on a schedule, and combine them into larger automations.

ADDITIONAL CONTEXT

For more context, read the Actor whitepaper.

Actor lifecycle
Running Actors

In this section, you learn how to run Apify Actors. You will learn about their configuration, versioning, data retention, usage, and pricing.

Actor development

Read about the technical part of building Apify Actors. Learn to define Actor inputs, build new versions, persist Actor state, and choose base Docker images.

Publishing and monetization

Learn about publishing, and monetizing your Actors on the Apify platform.

Actor components

Actors consist of these elements:

Dockerfile which specifies where the Actor's source code is, how to build it, and run it.
Documentation in a form of a README.md file.
Input and output schemas that describe what input the Actor requires, and what results it produces.
Access to an out-of-the-box storage system for Actor data, results, and files.
Metadata such as the Actor name, description, author, and version.

The documentation and input/output schemas help people understand what the Actor does, enter required inputs in the user interface or API, and integrate results into other workflows. Actors can call and interact with each other to build more complex systems from simple ones.

Public and private Actors

Actors can be public or private. Private Actors are yours to use and keep; no one will see them if you don't want them to. Public Actors are available to everyone in Apify Store. You can make them free to use, or you can charge for them.

Edit this page
Next
Run
Actor lifecycle
Actor components
Public and private Actors
Reference
API Reference
SDK for JavaScript
SDK for Python
Client for JavaScript
Client for Python
CLI
Open source
Crawlee
Fingerprint Suite
impit
MCP CLI
Actor whitepaper
proxy-chain
Security
Trust Center
Community
Discord
X
YouTube
GitHub
For AI
llms.txt
llms-full.txt
OpenAPI (JSON)
OpenAPI (YAML)