run_collector
Execute a data collector by slug and input to retrieve structured rows or a run_id for async polling. Pay only for delivered results, with zero cost for empty runs.
Instructions
Run one Collector with its semantic input. Short runs return the rows directly; long runs return a run_id to poll with collector_run_status. Billed per delivered row — zero rows costs zero.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Collector slug, e.g. google_maps_places. Call list_collectors first if unsure. | |
| async | No | Force background processing and return a run_id immediately. | |
| input | Yes | The collector's input, matching its published input_schema. |