extract for services where the input is a search term rather than a URL — currently place.search on Google Maps.
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. |
-j, --json | boolean | No | false | Output raw JSON. |