
Batch Runner
Pricing
Pay per usage

Batch Runner
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
28
6
Last modified
3 months ago
Pricing
Pay per usage
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
28
6
Last modified
3 months 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
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: