extract for services where the input is a search term rather than a URL — currently place.search (Google Maps) and video.search (YouTube).
Options
| Flag | Type | Required | Default | Description |
|---|---|---|---|---|
-q, --queries <list> | string | Yes | — | Comma-separated list of queries (terms or context-pinning URLs). |
-p, --provider <slug> | string | Yes | — | Search service slug provider/platform/type[:tag] (e.g. apify/googlemaps/place.search). |
-l, --limit <n> | number | No | 100 | Per-query record cap (capped at 1000). |
--no-fallback | boolean | No | — | Disable router fallback — fail if the requested provider errors. |
-o, --options <json> | string | No | — | Per-actor input overrides as a JSON object string (e.g. '{"language":"en"}'). Each actor decides which keys it honors. |
-j, --json | boolean | No | false | Output raw JSON. |