scrapeer_run_flow
Trigger a cloud run of a scraping flow by flow ID or name. Returns an execution ID for polling or running multiple flows in parallel.
Instructions
Trigger a cloud run of a scraping flow. Returns immediately with an execution ID. Accepts either a flow ID (UUID) or a flow name. USE THIS TOOL WHEN: you want to start a run and manage polling yourself, or you want to trigger multiple runs in parallel. DO NOT USE: if you want results in one call (use scrapeer_run_flow_and_wait instead). The run executes in Scrapeer's cloud.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flow | Yes | The flow ID (UUID) or flow name. If a name is provided, it will be resolved to an ID. If multiple flows match the name, all matches are returned so the user can choose. | |
| max_credits | No | Maximum credits to spend on this run. The run will fail if the estimated cost exceeds this limit. |