Batch Runner avatar
Batch Runner

Pricing

Pay per usage

Go to Store
Batch Runner

Batch Runner

Developed by

Useful tools

Useful tools

Maintained by Community

Actor for starting several Runs from single Input. It also has capability to merge the Dataset items from the created batch.

5.0 (1)

Pricing

Pay per usage

6

Total users

22

Monthly users

7

Runs succeeded

>99%

Last modified

10 days ago

You can access the Batch Runner 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 '{
< "batch": [
< {
< "actorId": "useful-tools/wait-and-finish",
< "input": {
< "minWaitTime": 30,
< "dataset": {
< "items": [
< {
< "key": "value1"
< }
< ]
< }
< }
< },
< {
< "actorId": "useful-tools/wait-and-finish",
< "input": {
< "dataset": {
< "items": [
< {
< "key": "value1"
< },
< {
< "key": "value2"
< }
< ]
< }
< }
< }
< ],
< "maxConcurrency": 25,
< "maxMemoryMb": 32768
<}' |
<apify call useful-tools/batch-runner --silent --output-dataset

Batch Runner API through CLI

The Apify CLI is the official tool that allows you to use Batch Runner locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

$npm i -g apify-cli
$apify login

Other API clients include: