Apify Run

Apify Run

Certified

Start an Apify actor run

Triggers an Apify actor with optional input and run caps, adding query parameters only when set. Returns the run detail from Apify.

yaml
type: io.kestra.plugin.apify.actor.Run

Save dataset with given id as temp file.

yaml
 id: run_actor
 namespace: company.team

 tasks:
   - id: run_actor
     type: io.kestra.plugin.apify.actor.Run
     actorId: GdWCkxBtKWOsKjdch
     maxItems: 1
     apiToken: "{{ secret('APIFY_API_TOKEN') }}"
     input:
       excludePinnedPosts: false
       hashtags: ["fyp"]
       resultsPerPage: 2
Properties

Actor ID

Actor ID or owner~actor name to execute.

Apify API token

Personal Apify API token used for all requests; required.

Build

Build tag or number to run; defaults to the actor's configured build (typically latest).

Input

JSON payload passed to the actor; omitted when empty so the actor uses its default input.

Max items

Cap number of items returned to control pay-per-result charges.

Max total charge (USD)

Maximum allowed cost for the run; stops charges beyond this ceiling.

Possible Values
MB_128MB_256MB_512MB_1024MB_2048MB_4096MB_8192MB_16384MB_32768

Memory (MB)

Memory allocation for the run; must be a power of two between 128 MB and 32768 MB.

HTTP client options

Optional HttpConfiguration applied to every Apify call, including timeouts, retries, and proxy settings.

Definitions
allowFailedbooleanstring
Defaultfalse

If true, allow a failed response code (response code >= 400)

allowedResponseCodesarray
SubTypeinteger

List of response code allowed for this request

auth

The authentication to use.

type*Requiredobject
passwordstring

The password for HTTP basic authentication.

usernamestring

The username for HTTP basic authentication.

type*Requiredobject
tokenstring

The token for bearer token authentication.

type*Requiredobject
passwordstring

The password for HTTP Digest authentication.

usernamestring

The username for HTTP Digest authentication.

basicAuthPasswordDeprecatedstring

The password for HTTP basic authentication. Deprecated, use auth property with a BasicAuthConfiguration instance instead.

basicAuthUserDeprecatedstring

The username for HTTP basic authentication. Deprecated, use auth property with a BasicAuthConfiguration instance instead.

connectTimeoutDeprecatedstring
Formatduration

The time allowed to establish a connection to the server before failing.

connectionPoolIdleTimeoutDeprecatedstring
Formatduration

The time an idle connection can remain in the client's connection pool before being closed.

defaultCharsetstring
DefaultUTF-8

The default charset for the request.

enabledTcpExtendedKeepAlivebooleanstring
Defaulttrue

Whether to enable TCP Keep-Alive extended socket options (TCP_KEEPIDLE, TCP_KEEPINTERVAL, TCP_KEEPCOUNT).

Set to false when running on Windows workers, as these extended socket options are not supported by the Windows JDK and will cause connection failures.

followRedirectsbooleanstring
Defaulttrue

Whether redirects should be followed automatically.

logLevelDeprecatedstring
Possible Values
ALLTRACEDEBUGINFOWARNERROROFFNOT_SPECIFIED

The log level for the HTTP client.

logsarray
SubTypestring
Possible Values
REQUEST_HEADERSREQUEST_BODYRESPONSE_HEADERSRESPONSE_BODY

The enabled log.

maxContentLengthDeprecatedinteger

The maximum content length of the response.

proxy

The proxy configuration.

addressstring

The address of the proxy server.

passwordstring

The password for proxy authentication.

portintegerstring

The port of the proxy server.

typestring
DefaultDIRECT
Possible Values
DIRECTHTTPSOCKS

The type of proxy to use.

usernamestring

The username for proxy authentication.

proxyAddressDeprecatedstring

The address of the proxy server.

proxyPasswordDeprecatedstring

The password for proxy authentication.

proxyPortDeprecatedinteger

The port of the proxy server.

proxyTypeDeprecatedstring
Possible Values
DIRECTHTTPSOCKS

The type of proxy to use.

proxyUsernameDeprecatedstring

The username for proxy authentication.

readIdleTimeoutDeprecatedstring
Formatduration

The time allowed for a read connection to remain idle before closing it.

readTimeoutDeprecatedstring
Formatduration

The maximum time allowed for reading data from the server before failing.

ssl

The SSL request options

insecureTrustAllCertificatesbooleanstring

Whether to disable checking of the remote SSL certificate.

Only applies if no trust store is configured. Note: This makes the SSL connection insecure and should only be used for testing. If you are using a self-signed certificate, set up a trust store instead.

timeout

The timeout configuration.

connectTimeoutstring

The time allowed to establish a connection to the server before failing.

readIdleTimeoutstring
DefaultPT5M

The time allowed for a read connection to remain idle before closing it.

Reference (ref) of the pluginDefaults to apply to this task.

Timeout (seconds)

Actor run timeout override in seconds; falls back to the actor's default if unset.

Wait for finish (seconds)

Seconds to wait synchronously for the run to complete (0–60); 0 returns immediately with a transitional status if still running. Maximum is 60 seconds.

Webhooks

Base64-encoded JSON array describing webhooks for lifecycle events.

ID of the Actor that was run

ID of the Actor task, if the run was started from a task

ID of the Actor build used for the run

Build number of the Actor build used for the run

SubTypenumber

Counts of charged events by event name

URL of the running Actor container

ID of the run's default dataset

ID of the run's default key-value store

ID of the run's default request queue

Process exit code of the run

Time the run finished

Possible Values
FOLLOW_USER_SETTINGRESTRICTEDANYONE_WITH_ID_CAN_READ

General access setting for the run

Git branch the Actor build was made from

Run ID

Whether the container HTTP server is ready

Run metadata such as origin and client info

Definitions
clientIpstring
originstring
userAgentstring

Options the Actor was started with

Definitions
maxTotalChargeUsdnumber

Pricing model applied to the run

Definitions
apifyMarginPercentagenumber
createdAtstring
minimalMaxTotalChargeUsdnumber
notifiedAboutChangeAtstring
notifiedAboutFutureChangeAtstring
pricingModelstring
pricingPerEvent
actorChargeEventsobject
eventDescriptionstring
eventPriceUsdnumber
eventTitlestring
reasonForChangestring
startedAtstring
apifyMarginPercentagenumber
createdAtstring
notifiedAboutChangeAtstring
notifiedAboutFutureChangeAtstring
pricePerUnitUsdnumber
pricingModelstring
reasonForChangestring
startedAtstring
unitNamestring
apifyMarginPercentagenumber
createdAtstring
notifiedAboutChangeAtstring
notifiedAboutFutureChangeAtstring
pricePerUnitUsdnumber
pricingModelstring
reasonForChangestring
startedAtstring
trialMinutesnumber
apifyMarginPercentagenumber
createdAtstring
notifiedAboutChangeAtstring
notifiedAboutFutureChangeAtstring
pricingModelstring
reasonForChangestring
startedAtstring

Time the run started

Run statistics

Definitions
computeUnitsnumber
cpuAvgUsagenumber
cpuCurrentUsagenumber
cpuMaxUsagenumber
durationMillisnumber
inputBodyLennumber
memAvgBytesnumber
memCurrentBytesnumber
memMaxBytesnumber
metamorphnumber
netRxBytesnumber
netTxBytesnumber
restartCountnumber
resurrectCountnumber
runTimeSecsnumber
Possible Values
READYRUNNINGSUCCEEDEDFAILEDTIMING_OUTTIMED_OUTABORTINGABORTED

Run status

Human-readable status message for the run

Resource usage of the run

Definitions
ACTOR_COMPUTE_UNITSnumber
DATASET_READSnumber
DATASET_WRITESnumber
DATA_TRANSFER_EXTERNAL_GBYTESnumber
DATA_TRANSFER_INTERNAL_GBYTESnumber
KEY_VALUE_STORE_LISTSnumber
KEY_VALUE_STORE_READSnumber
KEY_VALUE_STORE_WRITESnumber
PROXY_RESIDENTIAL_TRANSFER_GBYTESnumber
PROXY_SERPSnumber
REQUEST_QUEUE_READSnumber
REQUEST_QUEUE_WRITESnumber

Total usage cost of the run, in USD

Resource usage of the run, in USD

Definitions
ACTOR_COMPUTE_UNITSnumber
DATASET_READSnumber
DATASET_WRITESnumber
DATA_TRANSFER_EXTERNAL_GBYTESnumber
DATA_TRANSFER_INTERNAL_GBYTESnumber
KEY_VALUE_STORE_LISTSnumber
KEY_VALUE_STORE_READSnumber
KEY_VALUE_STORE_WRITESnumber
PROXY_RESIDENTIAL_TRANSFER_GBYTESnumber
PROXY_SERPSnumber
REQUEST_QUEUE_READSnumber
REQUEST_QUEUE_WRITESnumber

ID of the user that started the run