Actor Build Starter avatar

Actor Build Starter

Try for free

No credit card required

View all Actors
Actor Build Starter

Actor Build Starter

fjvs0283/actor-batch-builder
Try for free

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:

Developer
Maintained by Community
Actor metrics
  • 1 monthly user
  • 2 stars
  • 100.0% runs succeeded
  • Created in Oct 2021
  • Modified over 1 year ago