Get ETA
Resolve Zepto serviceability, serving store, and delivery ETA for an Indian pincode or coordinates.
/execute
Shared execution endpoint
Input parameters
latitude
number
optional
Latitude in decimal degrees. From -90 to 90.
longitude
number
optional
Longitude in decimal degrees. From -180 to 180.
pincode
string
optional
Six-digit Indian pincode. When provided, Upscrape resolves coordinates and the Zepto delivery store automatically.
560067
Response
Successful output is returned in results[0].data. Raw platform output is
intentionally open-ended and may evolve with the upstream source.
Illustrative output fields
Derived from the sample above for orientation only. These observed fields are not a fixed response schema.
| Path | Observed type | Example |
|---|---|---|
captured_at |
string |
2026-09-24T09:56:08.171749229Z |
eta_minutes |
integer |
10 |
location |
object |
9 fields |
location.eta_minutes |
integer |
10 |
location.eta_serviceable |
boolean |
true |
location.latitude |
number |
12.9967012 |
location.longitude |
number |
77.758197 |
location.pincode |
string |
560067 |
location.secondary_store_ids |
array |
1 items |
location.serviceable |
boolean |
true |
location.store_id |
string |
e58fff62-7695-44c2-aba0-6bc96074bc64 |
location.store_ids |
array |
2 items |
serviceable |
boolean |
true |
store_id |
string |
e58fff62-7695-44c2-aba0-6bc96074bc64 |
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.