Extraction
Search
Run a query-driven search (companion to /v1/extract).
POST
Companion endpoint to
/v1/extract for services where the input is a search term rather than a URL. The provider slug grammar is identical (provider/platform/type[:tag]) but the type segment must belong to the search-type set — currently place.search (Google Maps) and video.search (YouTube). Sending an extraction type here returns a 400 pointing at /v1/extract.
Non-empty list of search queries. Most actors accept either plain terms or URLs that pin the search context (e.g. a Google Maps URL anchors the search to a location); the adapter decides which bucket each entry lands in.
Search service slug
<provider>/<platform>/<type>[:<tag>], e.g. apify/googlemaps/place.search or apify/googlemaps/place.search:compass. The type must be a search type (place.search, video.search).Per-query cap on returned records. Capped at 1000.
Whether to walk the provider chain if the requested provider fails. Set to
false to attempt only the requested provider and surface its error directly.Per-actor input overrides as a plain JSON object. Each actor decides which keys it honors — unknown keys are dropped server-side. See
/v1/extract for the same mechanism on extractions.