POST /v1/hosted/run/{use_case}, costs 1 standard credit per record returned (capped by max_records and your plan limit).
This is Scout’s high-level “run a whole workflow” endpoint. {use_case} selects which vertical intelligence workflow runs. Supported values: company, products, careers, prism, investor, research, docs, news, social, locations.
Request
Fields onRunRequest:
| Field | Type | Default | Notes |
|---|---|---|---|
query | string | "" | company/topic name, e.g. "Adobe" |
mode | string | "auto" | let Scout choose fetch strategy, or pin one |
url | string | "" | direct URL instead of a query |
targets | list | [] | multiple URLs/queries to run |
max_targets | int | 25 | |
max_records | int | 250 | hard cap on records returned |
Response
RunResponse, wrapped in hosted usage metadata: