Start Actor from input
Pricing
Pay per usage
Start Actor from input
Starts other actor, used to test the aborting of secondary run from PUBLIC_ACTOR_DEFAULT_INPUT_TEST_RUNNER
0.0 (0)
Pricing
Pay per usage
0
3
2
Last modified
a month ago
Pricing
Pay per usage
Starts other actor, used to test the aborting of secondary run from PUBLIC_ACTOR_DEFAULT_INPUT_TEST_RUNNER
0.0 (0)
Pricing
Pay per usage
0
3
2
Last modified
a month ago
You can access the Start Actor from input programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
$echo '{< "actorToCall": "knowing_didgeridoo/sleepy-actor",< "actorInput": "{ \\"sleepSecs\\": 900 }"<}' |<apify call knowing_didgeridoo/start-actor-from-input --silent --output-dataset
The Apify CLI is the official tool that allows you to use Start Actor from input locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
$npm i -g apify-cli$apify login
Other API clients include: