Actor Build Starter
No credit card required
Actor Build Starter
No credit card required
Run builds for multiple actors in your account simultaneously. This can be useful when many actors in a given project have been updated. For example, the documentation might have been updated in 50 actors. This tool will help you trigger actor builds for all 50 at once.
You can access the Actor Build Starter programmatically from your own applications by using the Apify API. You can 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.
1echo '{
2 "actorNameContains": "my-awesome",
3 "actorIds": [
4 "abc123",
5 "abc123"
6 ]
7}' |
8apify call fjvs0283/actor-batch-builder --silent --output-dataset
Actor Build Starter API through CLI
The Apify CLI is the official tool that allows you to use Actor Build Starter locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include:
Actor Metrics
1 monthly user
-
2 stars
>99% runs succeeded
Created in Oct 2021
Modified 2 years ago