ApifyEnv
Index
Properties
- actorBuildId
- actorBuildNumber
- actorEventsWsUrl
- actorId
- actorMaxPaidDatasetItems
- actorRunId
- actorTaskId
- apiBaseUrl
- apiPublicBaseUrl
- chromeExecutablePath
- containerPort
- containerUrl
- dedicatedCpus
- defaultDatasetId
- defaultKeyValueStoreId
- defaultRequestQueueId
- disableOutdatedWarning
- fact
- headless
- inputKey
- inputSecretsPrivateKeyFile
- inputSecretsPrivateKeyPassphrase
- isAtHome
- localStorageDir
- logFormat
- logLevel
- memoryMbytes
- metaOrigin
- proxyHostname
- proxyPassword
- proxyPort
- proxyStatusUrl
- sdkLatestVersion
- startedAt
- systemInfoIntervalMillis
- timeoutAt
- token
- userId
- workflowKey
Properties
actorBuildId
ID of the Actor build used in the run. (ACTOR_BUILD_ID)
actorBuildNumber
actorEventsWsUrl
actorId
ID of the Actor (ACTOR_ID)
actorMaxPaidDatasetItems
actorRunId
ID of the Actor run (ACTOR_RUN_ID)
actorTaskId
ID of the Actor task (ACTOR_TASK_ID)
apiBaseUrl
apiPublicBaseUrl
chromeExecutablePath
containerPort
containerUrl
dedicatedCpus
defaultDatasetId
ID of the dataset where input and output data of this Actor is stored (ACTOR_DEFAULT_DATASET_ID)
defaultKeyValueStoreId
ID of the key-value store where input and output data of this Actor is stored (ACTOR_DEFAULT_KEY_VALUE_STORE_ID)
defaultRequestQueueId
disableOutdatedWarning
fact
headless
If set to "1", the web browsers inside the Actor should run in headless mode because there is no windowing system available. (APIFY_HEADLESS)
inputKey
The key of the input record in the Actor’s default key-value store (ACTOR_INPUT_KEY)
inputSecretsPrivateKeyFile
inputSecretsPrivateKeyPassphrase
isAtHome
Is set to "1" if the Actor is running on Apify servers. (APIFY_IS_AT_HOME)
localStorageDir
Defines the path to a local directory where KeyValueStore, Dataset, and RequestQueue store their data. Typically, it is set to ./storage. If omitted, you should define the APIFY_TOKEN environment variable instead. See more info on combination of this and APIFY_TOKEN here(CRAWLEE_STORAGE_DIR)
logFormat
logLevel
Specifies the minimum log level, which can be one of the following values (in order of severity): DEBUG, INFO, WARNING and ERROR (APIFY_LOG_LEVEL)
memoryMbytes
Amount of memory allocated for the Actor, in megabytes (ACTOR_MEMORY_MBYTES)
metaOrigin
Origin for the Actor run, i.e. how it was started. See here for more details. (APIFY_META_ORIGIN)
proxyHostname
proxyPassword
The Apify Proxy password of the user who started the Actor. (APIFY_PROXY_PASSWORD)
proxyPort
proxyStatusUrl
You can visit this page to troubleshoot your proxy connection. (APIFY_PROXY_STATUS_URL)
sdkLatestVersion
startedAt
Date when the Actor was started (ACTOR_STARTED_AT)
systemInfoIntervalMillis
timeoutAt
Date when the Actor will time out (ACTOR_TIMEOUT_AT)
token
Authentication token representing privileges given to the Actor run, it can be passed to various Apify APIs (APIFY_TOKEN)
userId
ID of the user who started the Actor - note that it might be different than the owner of the Actor (APIFY_USER_ID)
Parsed representation of the Apify environment variables. This object is returned by the Actor.getEnv function.