Actor
Index
Properties
optionalactorStandby
Standby mode configuration for keeping Actor warm and responsive
optionalcategories
Categories the Actor belongs to (e.g., 'ECOMMERCE', 'SCRAPING')
createdAt
Timestamp when the Actor was created
defaultRunOptions
Default configuration options for Actor runs
deploymentKey
Deployment key used for automated deployments
optionaldescription
Detailed description of what the Actor does
optionalexampleRunInput
Example input to help users understand how to use the Actor
id
Unique Actor ID
optionalisAnonymouslyRunnable
Whether the Actor can be run by anonymous users without authentication
optionalisDeprecated
Whether the Actor is deprecated and should not be used
isPublic
Whether the Actor is publicly available in Apify Store
modifiedAt
Timestamp when the Actor was last modified
name
Unique name of the Actor (used in API paths, e.g., 'my-actor')
optionalpricingInfos
Pricing information for pay-per-result or pay-per-event Actors
optionalrestartOnError
optionalseoDescription
SEO-optimized description for the Actor's public page
optionalseoTitle
SEO-optimized title for the Actor's public page
stats
Usage and run statistics for the Actor
optionaltaggedBuilds
Mapping of tags to specific builds (e.g., 'latest', 'beta')
optionaltitle
Human-readable title of the Actor (displayed in UI)
userId
ID of the user who owns the Actor
username
Username of the Actor's owner
versions
All versions of this Actor
Represents an Actor in the Apify platform.
Actors are serverless computing units that can perform arbitrary tasks such as web scraping, data processing, automation, and more. Each Actor has versions, builds, and can be executed with different configurations.