# Actor<!-- -->

## Index[**](#Index)

### Properties

* [**actor\_permission\_level](https://docs.apify.com/api/client/python/api/client/python/reference/class/Actor.md#actor_permission_level)
* [**actor\_standby](https://docs.apify.com/api/client/python/api/client/python/reference/class/Actor.md#actor_standby)
* [**categories](https://docs.apify.com/api/client/python/api/client/python/reference/class/Actor.md#categories)
* [**created\_at](https://docs.apify.com/api/client/python/api/client/python/reference/class/Actor.md#created_at)
* [**default\_run\_options](https://docs.apify.com/api/client/python/api/client/python/reference/class/Actor.md#default_run_options)
* [**deployment\_key](https://docs.apify.com/api/client/python/api/client/python/reference/class/Actor.md#deployment_key)
* [**description](https://docs.apify.com/api/client/python/api/client/python/reference/class/Actor.md#description)
* [**example\_run\_input](https://docs.apify.com/api/client/python/api/client/python/reference/class/Actor.md#example_run_input)
* [**has\_no\_dataset](https://docs.apify.com/api/client/python/api/client/python/reference/class/Actor.md#has_no_dataset)
* [**id](https://docs.apify.com/api/client/python/api/client/python/reference/class/Actor.md#id)
* [**is\_critical](https://docs.apify.com/api/client/python/api/client/python/reference/class/Actor.md#is_critical)
* [**is\_deprecated](https://docs.apify.com/api/client/python/api/client/python/reference/class/Actor.md#is_deprecated)
* [**is\_generic](https://docs.apify.com/api/client/python/api/client/python/reference/class/Actor.md#is_generic)
* [**is\_public](https://docs.apify.com/api/client/python/api/client/python/reference/class/Actor.md#is_public)
* [**is\_source\_code\_hidden](https://docs.apify.com/api/client/python/api/client/python/reference/class/Actor.md#is_source_code_hidden)
* [**model\_config](https://docs.apify.com/api/client/python/api/client/python/reference/class/Actor.md#model_config)
* [**modified\_at](https://docs.apify.com/api/client/python/api/client/python/reference/class/Actor.md#modified_at)
* [**name](https://docs.apify.com/api/client/python/api/client/python/reference/class/Actor.md#name)
* [**notice](https://docs.apify.com/api/client/python/api/client/python/reference/class/Actor.md#notice)
* [**picture\_url](https://docs.apify.com/api/client/python/api/client/python/reference/class/Actor.md#picture_url)
* [**pricing\_infos](https://docs.apify.com/api/client/python/api/client/python/reference/class/Actor.md#pricing_infos)
* [**readme\_summary](https://docs.apify.com/api/client/python/api/client/python/reference/class/Actor.md#readme_summary)
* [**restart\_on\_error](https://docs.apify.com/api/client/python/api/client/python/reference/class/Actor.md#restart_on_error)
* [**seo\_description](https://docs.apify.com/api/client/python/api/client/python/reference/class/Actor.md#seo_description)
* [**seo\_title](https://docs.apify.com/api/client/python/api/client/python/reference/class/Actor.md#seo_title)
* [**standby\_url](https://docs.apify.com/api/client/python/api/client/python/reference/class/Actor.md#standby_url)
* [**stats](https://docs.apify.com/api/client/python/api/client/python/reference/class/Actor.md#stats)
* [**tagged\_builds](https://docs.apify.com/api/client/python/api/client/python/reference/class/Actor.md#tagged_builds)
* [**title](https://docs.apify.com/api/client/python/api/client/python/reference/class/Actor.md#title)
* [**user\_id](https://docs.apify.com/api/client/python/api/client/python/reference/class/Actor.md#user_id)
* [**username](https://docs.apify.com/api/client/python/api/client/python/reference/class/Actor.md#username)
* [**versions](https://docs.apify.com/api/client/python/api/client/python/reference/class/Actor.md#versions)

## Properties<!-- -->[**](#Properties)

### [**](#actor_permission_level)actor\_permission\_level

**actor\_permission\_level: [ActorPermissionLevel](https://docs.apify.com/api/client/python/api/client/python/reference.md#ActorPermissionLevel) | None

### [**](#actor_standby)actor\_standby

**actor\_standby: [ActorStandby](https://docs.apify.com/api/client/python/api/client/python/reference/class/ActorStandby.md) | None

### [**](#categories)categories

**categories: [list](https://docs.apify.com/api/client/python/api/client/python/reference/class/ActorCollectionClient.md#list)\[str] | None

A list of categories that best define the Actor. Reflected in Apify Store's search and filtering options.

### [**](#created_at)created\_at

**created\_at: AwareDatetime

The date and time the Actor was created. Follows the ISO 8601 format.

### [**](#default_run_options)default\_run\_options

**default\_run\_options: [DefaultRunOptions](https://docs.apify.com/api/client/python/api/client/python/reference/class/DefaultRunOptions.md)

### [**](#deployment_key)deployment\_key

**deployment\_key: str | None

The Actor's public SSH key, used as a deployment key for private Git repositories.

### [**](#description)description

**description: str | None

Short description of the Actor, displayed in Apify Store and Console.

### [**](#example_run_input)example\_run\_input

**example\_run\_input: [ExampleRunInput](https://docs.apify.com/api/client/python/api/client/python/reference/class/ExampleRunInput.md) | None

### [**](#has_no_dataset)has\_no\_dataset

**has\_no\_dataset: bool | None

Whether the Actor stores results in a dataset. Set by Apify.

### [**](#id)id

**id: str

The ID of the Actor.

### [**](#is_critical)is\_critical

**is\_critical: bool | None

Whether the Actor is maintained by Apify.

### [**](#is_deprecated)is\_deprecated

**is\_deprecated: bool | None

Whether the Actor is deprecated.

### [**](#is_generic)is\_generic

**is\_generic: bool | None

Whether the Actor is intended for developers. Set by Apify.

### [**](#is_public)is\_public

**is\_public: bool

Whether the Actor is available to users in Apify Store.

### [**](#is_source_code_hidden)is\_source\_code\_hidden

**is\_source\_code\_hidden: bool | None

Whether the Actor's source files are hidden on its detail page.

### [**](#model_config)model\_config

**model\_config: Undefined

### [**](#modified_at)modified\_at

**modified\_at: AwareDatetime

The date and time the Actor was last modified. Follows the ISO 8601 format.

### [**](#name)name

**name: str

The name of the Actor.

### [**](#notice)notice

**notice: [ActorNotice](https://docs.apify.com/api/client/python/api/client/python/reference/enum/ActorNotice.md) | None

### [**](#picture_url)picture\_url

**picture\_url: str | None

URL of the Actor's icon, displayed on the Actor's page in Apify Store and Console.

### [**](#pricing_infos)pricing\_infos

**pricing\_infos: [list](https://docs.apify.com/api/client/python/api/client/python/reference/class/ActorCollectionClient.md#list)\[(([PayPerEventActorPricingInfo](https://docs.apify.com/api/client/python/api/client/python/reference/class/PayPerEventActorPricingInfo.md) | [PricePerDatasetItemActorPricingInfo](https://docs.apify.com/api/client/python/api/client/python/reference/class/PricePerDatasetItemActorPricingInfo.md)) | [FlatPricePerMonthActorPricingInfo](https://docs.apify.com/api/client/python/api/client/python/reference/class/FlatPricePerMonthActorPricingInfo.md)) | [FreeActorPricingInfo](https://docs.apify.com/api/client/python/api/client/python/reference/class/FreeActorPricingInfo.md)] | None

### [**](#readme_summary)readme\_summary

**readme\_summary: str | None

An AI-generated Markdown summary of the Actor's README, optimized for search and AI agents. Contains an overview and a list of use cases. Generated only for public Actors.

### [**](#restart_on_error)restart\_on\_error

**restart\_on\_error: bool | None

### [**](#seo_description)seo\_description

**seo\_description: str | None

Description of the Actor to display by search engines such as Google.

### [**](#seo_title)seo\_title

**seo\_title: str | None

Name of the Actor to display by search engines such as Google. Can be different from the Actor's name displayed in Apify Store and Console.

### [**](#standby_url)standby\_url

**standby\_url: str | None

URL for sending requests to the Actor in Standby mode. `null` if the Standby mode isn't enabled.

### [**](#stats)stats

**stats: [ActorStats](https://docs.apify.com/api/client/python/api/client/python/reference/class/ActorStats.md)

### [**](#tagged_builds)tagged\_builds

**tagged\_builds: dict\[str, [TaggedBuildInfo](https://docs.apify.com/api/client/python/api/client/python/reference/class/TaggedBuildInfo.md) | None] | None

### [**](#title)title

**title: str | None

Human-readable name of the Actor, displayed in Apify Store and Console.

### [**](#user_id)user\_id

**user\_id: str

The ID of the user who owns the Actor.

### [**](#username)username

**username: str

The username of the Actor owner.

### [**](#versions)versions

**versions: [list](https://docs.apify.com/api/client/python/api/client/python/reference/class/ActorCollectionClient.md#list)\[[Version](https://docs.apify.com/api/client/python/api/client/python/reference/class/Version.md)]

An array of `Version` objects. Each object represents a specific version of the Actor's source code: its location, builds, and environment configuration.
