Skip to documentation
Browse documentation

Multi-location search

Run one Zepto product search across up to ten delivery locations and compare normalized local results.

Capability ID zepto.search.multi_location
Maximum runtime 180 seconds
View raw

POST /execute Shared execution endpoint

Input parameters

limit integer optional

Maximum number of results to return. From 1 to 100. Default: `20`.

Example 2
locations array<object> required
Example [{"pincode":"560067"},{"latitude":12.9716,"longitude":77.5946}]
locations[].latitude number optional

Latitude in decimal degrees. From -90 to 90.

locations[].longitude number optional

Longitude in decimal degrees. From -180 to 180.

locations[].pincode string optional

Six-digit Indian pincode. When provided, Upscrape resolves coordinates and the Zepto delivery store automatically.

max_pages integer optional

Maximum number of result pages to fetch. From 1 to 20. Default: `10`.

Example 1
query string required

Search query.

Example rice

Response

Successful output is returned in results[0].data. Raw platform output is intentionally open-ended and may evolve with the upstream source.

Illustrative sample The full redacted fixture is shown in the response panel.

Illustrative output fields

Derived from the sample above for orientation only. These observed fields are not a fixed response schema.

PathObserved typeExample
captured_at string 2026-09-24T09:56:09.12695688Z
query string rice
results array 2 items
results array 2 items

Execution behavior

A 200 response completed inline. A 202 response was queued; poll GET /jobs/:id until the job reaches completed or failed.