Start Actor from input avatar
Start Actor from input

Pricing

Pay per usage

Go to Store
Start Actor from input

Start Actor from input

Developed by

Jan Novotny

Jan Novotny

Maintained by Community

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

Total users

3

Monthly users

2

Runs succeeded

60%

Last modified

2 days 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

Start Actor from input API through CLI

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: