run_actor
Start a new actor run on the Apify platform with customizable input and configuration settings for web scraping and automation tasks.
Instructions
Start a new run of an actor with optional input and configuration.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actor_id | Yes | Actor ID or username~actor-name | |
| input_data | No | Input data for the actor (JSON object) | |
| memory_mbytes | No | Memory limit in MB (128, 256, 512, 1024, 2048, 4096, etc.) | |
| timeout_secs | No | Timeout in seconds | |
| build | No | Build tag or number to run (default: latest) | |
| wait_for_finish | No | Wait up to this many seconds for the run to finish (max 300) |