This action will run an Apify Actor with a specified configuration.
API endpoint slug
apify.run_actor
Filter code method
Apify.runActor.skip(string?: reason)
Runtime method
runAction("apify.run_actor", {})
Action fields
Label
Actor
Helper text
Select the Actor you want to run.
Slug
actor
Required
true
Can have default value
false
Label
Wait until run finishes
Helper text
Select if you want to wait for the run to complete.
Slug
wait_until_run_finishes
Required
true
Can have default value
true
Filter code method
Apify.runActor.setWait Until Run Finishes(string: wait_until_run_finishes)
Label
Input overrides
Helper text
JSON input that will override Actor's default input.
Slug
input_overrides
Required
false
Can have default value
true
Filter code method
Apify.runActor.setInput Overrides(string: input_overrides)
Label
Build
Helper text
Specifies the Actor build to run. It can be either a build tag or build number. By default, the run uses the build specified in the default run configuration for the Actor (typically latest).
Slug
build
Required
false
Can have default value
true
Filter code method
Apify.runActor.setBuild(string: build)
Label
Memory
Helper text
Memory limit for the run in megabytes.
Slug
memory
Required
false
Can have default value
true
Filter code method
Apify.runActor.setMemory(string: memory)