Explore Plans
Mobile menu Close menu
Apify

Run task

This action will run an Apify task with specified configuration.

Developer info

API endpoint slug
apify.run_task
Filter code method
Apify.runTask.skip(string?: reason)
Runtime method
runAction("apify.run_task", {})

Action fields

Task Dropdown list

Label
Task
Helper text
Select the task you want to run.
Slug
task
Required
true
Can have default value
false

Wait until run finishes Dropdown list

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.runTask.setWait Until Run Finishes(string: wait_until_run_finishes)

Input overrides Text input > Other

Label
Input overrides
Helper text
JSON input that will override task's default input.
Slug
input_overrides
Required
false
Can have default value
true
Filter code method
Apify.runTask.setInput Overrides(string: input_overrides)