# Multi-location catalog

Fetch comparable normalized Zepto catalog slices across up to ten delivery locations in one request.

- Platform: [Zepto](https://docs.upscrape.com/docs/platforms/zepto)
- Capability ID: `zepto.catalog.multi_location`
- Cost: 1 credit per request
- Maximum runtime: 180 seconds
- Execute endpoint: `POST https://data.upscrape.com/execute`

## Request

Use the exact public capability ID in the shared execute envelope.

```bash
curl --request POST \
  --url https://data.upscrape.com/execute \
  --header "Authorization: Bearer $UPSCRAPE_API_KEY" \
  --header "Content-Type: application/json" \
  --header "Prefer: wait=30" \
  --data '{
  "input": {
    "limit": 2,
    "locations": [
      {
        "pincode": "560067"
      },
      {
        "latitude": 12.9716,
        "longitude": 77.5946
      }
    ],
    "max_pages": 1
  },
  "capability": "zepto.catalog.multi_location"
}'
```

## Input

| Field | Type | Required | Description |
| --- | --- | --- | --- |
| `limit` | `integer` | No | Maximum number of results to return. From 1 to 500. Default: `100`. |
| `locations` | `array<object>` | Yes |  |
| `locations[].latitude` | `number` | No | Latitude in decimal degrees. From -90 to 90. |
| `locations[].longitude` | `number` | No | Longitude in decimal degrees. From -180 to 180. |
| `locations[].pincode` | `string` | No | Six-digit Indian pincode. When provided, Upscrape resolves coordinates and the Zepto delivery store automatically. |
| `max_pages` | `integer` | No | Maximum number of result pages to fetch. From 1 to 100. Default: `20`. |

### Example input

```json
{
  "limit": 2,
  "locations": [
    {
      "pincode": "560067"
    },
    {
      "latitude": 12.9716,
      "longitude": 77.5946
    }
  ],
  "max_pages": 1
}
```

## 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 output

This redacted fixture is an example, not a fixed response schema.

```json
{
  "captured_at": "2026-09-24T09:56:11.067328509Z",
  "results": [
    {
      "count": 2,
      "cursor": "eyJzIjowLCJwIjoxLCJvIjoyfQ",
      "has_more": true,
      "location": {
        "eta_minutes": 10,
        "eta_serviceable": true,
        "latitude": 12.9967012,
        "longitude": 77.758197,
        "pincode": "560067",
        "secondary_store_ids": [
          "0059ff6a-7eb0-477a-a7f5-69256f2c444b"
        ],
        "serviceable": true,
        "store_id": "e58fff62-7695-44c2-aba0-6bc96074bc64",
        "store_ids": [
          "e58fff62-7695-44c2-aba0-6bc96074bc64",
          "0059ff6a-7eb0-477a-a7f5-69256f2c444b"
        ]
      },
      "results": [
        {
          "unit_of_measure": "LITER",
          "discounted_selling_price_paise": 5200,
          "product_type": "SELLABLESKU",
          "shelf_life_hours": 72,
          "weight_in_gms": 500,
          "country_of_origin": "India",
          "category_path": [
            "Dairy, Bread & Eggs",
            "Milk"
          ],
          "store_product_id": "c7223fc8-170e-5c31-8e4d-3a0ecd9cab1c",
          "fssai_license": "10014043000721",
          "manufacturer_name": "Karnataka Milk",
          "in_stock": true,
          "max_allowed_quantity": 10,
          "rating_average": 4.5,
          "mrp_paise": 5200,
          "description": null,
          "name": "Nandini Standardized Fresh Milk | Pouch",
          "brand_id": "ef77c6aa-2f07-4843-a955-7972f6d069d7",
          "available_quantity": 10,
          "quantity": 10,
          "pack_size": 1,
          "category_id": "4b938e02-7bde-4479-bc0a-2b54cb6bd5f5",
          "l3_category_id": "f395f647-61da-4818-83df-9f35d5fe6b5f",
          "shelf_life_display": "3 days",
          "rank": 1,
          "brand": "Nandini",
          "formatted_pack_size": "1 pack (1 L)",
          "image_url": "https://cdn.zeptonow.com/production/tr:w-600,ar-1000-1000,pr-true,f-auto,q-80/cms/product_variant/c15d3868-a954-4d04-b4e7-8b78820053a9.png",
          "subcategory_name": "Milk",
          "product_variant_id": "d5b5de34-86b1-4b15-aa27-b8e52893cc53",
          "store_id": "e58fff62-7695-44c2-aba0-6bc96074bc64",
          "image_urls": [
            "https://cdn.zeptonow.com/production/tr:w-600,ar-1000-1000,pr-true,f-auto,q-80/cms/product_variant/c15d3868-a954-4d04-b4e7-8b78820053a9.png"
          ],
          "is_primary": true,
          "primary_subcategory_id": "22964a2b-0439-4236-9950-0d71b532b243",
          "category_name": "Dairy, Bread & Eggs",
          "product_id": "8d8aedfc-e3d4-4f29-921e-797d0254326f",
          "selling_price_paise": 5200,
          "is_active": true,
          "product_url": "https://www.zepto.com/pn/nandini-standardized-fresh-milk-pouch/pvid/d5b5de34-86b1-4b15-aa27-b8e52893cc53"
        },
        {
          "unit_of_measure": "MILLILITRE",
          "discounted_selling_price_paise": 2700,
          "product_type": "SELLABLESKU",
          "shelf_life_hours": 72,
          "weight_in_gms": 500,
          "country_of_origin": "India",
          "category_path": [
            "Dairy, Bread & Eggs",
            "Milk"
          ],
          "store_product_id": "3fa77f5a-bbb9-4dee-a39a-f60e549ff171",
          "manufacturer_name": "Karnataka Co-Operative Milk Producer's Federation Limited",
          "in_stock": true,
          "max_allowed_quantity": 10,
          "rating_average": 5,
          "mrp_paise": 2700,
          "description": "Goodlife Smart Homogenised Double Toned Milk UHT processed milk with Min 1.5% fat and Min 9.0% SNF fortified with vitamins A and D. Suitable for preparing tea/coffee\" \"milk shakes and milk delights for people leading a fitness conscious lifestyle. To be consumed the same day.",
          "name": "Nandini Standardized Fresh Milk | Pouch",
          "brand_id": "ef77c6aa-2f07-4843-a955-7972f6d069d7",
          "available_quantity": 10,
          "quantity": 10,
          "pack_size": 500,
          "category_id": "4b938e02-7bde-4479-bc0a-2b54cb6bd5f5",
          "l3_category_id": "0785a36d-072a-4780-a196-6366f7a68822",
          "shelf_life_display": "3 days",
          "rank": 2,
          "brand": "Nandini",
          "formatted_pack_size": "1 pack (500 ml)",
          "manufacturer_address": "Karnataka Co-Operative Milk Producer's Federation Limited, KMF Complex, D.R.College Post, Dr.M.H.Marigowda Road, Bengaluru-560 029.",
          "image_url": "https://cdn.zeptonow.com/production/tr:w-600,ar-1000-1000,pr-true,f-auto,q-80/cms/product_variant/c32f5508-9bf8-4e1a-a184-476825d4559a.png",
          "subcategory_name": "Milk",
          "product_variant_id": "0cfdcd21-abb4-4151-bd80-f833942fa524",
          "store_id": "e58fff62-7695-44c2-aba0-6bc96074bc64",
          "image_urls": [
            "https://cdn.zeptonow.com/production/tr:w-600,ar-1000-1000,pr-true,f-auto,q-80/cms/product_variant/c32f5508-9bf8-4e1a-a184-476825d4559a.png"
          ],
          "is_primary": true,
          "primary_subcategory_id": "22964a2b-0439-4236-9950-0d71b532b243",
          "category_name": "Dairy, Bread & Eggs",
          "product_id": "93e31bee-83e9-4304-a402-39b89e3d4df2",
          "selling_price_paise": 2700,
          "is_active": true,
          "product_url": "https://www.zepto.com/pn/nandini-standardized-fresh-milk-pouch/pvid/0cfdcd21-abb4-4151-bd80-f833942fa524"
        }
      ]
    },
    {
      "count": 2,
      "cursor": "eyJzIjowLCJwIjoxLCJvIjoyfQ",
      "has_more": true,
      "location": {
        "eta_minutes": 12,
        "eta_serviceable": true,
        "latitude": 12.9716,
        "longitude": 77.5946,
        "secondary_store_ids": [
          "843e630a-7896-462d-b7cf-712140483ed3"
        ],
        "serviceable": true,
        "store_id": "b1403534-cd6b-49d0-a7cd-ce20e6497768",
        "store_ids": [
          "b1403534-cd6b-49d0-a7cd-ce20e6497768",
          "843e630a-7896-462d-b7cf-712140483ed3"
        ]
      },
      "results": [
        {
          "unit_of_measure": "MILLILITRE",
          "discounted_selling_price_paise": 2400,
          "product_type": "SELLABLESKU",
          "shelf_life_hours": 72,
          "weight_in_gms": 500,
          "country_of_origin": "India",
          "category_path": [
            "Dairy, Bread & Eggs",
            "Milk"
          ],
          "store_product_id": "fd83df60-ef79-4e83-957f-612516460550",
          "manufacturer_name": "Karnataka Co-Operative Milk Producer's Federation Limited",
          "in_stock": true,
          "max_allowed_quantity": 10,
          "rating_average": 4.5,
          "mrp_paise": 2400,
          "description": "Karnatakas highest selling and most preferred milk. Pasteurised Toned milk with Min. 3.0% fat and Min.8.5 % SNF content make this milk the best choice for all purposes and all generation. Available in 200ml/250ml\" 500ml \"1 liter and 6 liters pouches. Homogenised variants also available. To be consumed the same day.",
          "name": "Nandini Toned Fresh Milk | Pouch",
          "brand_id": "ef77c6aa-2f07-4843-a955-7972f6d069d7",
          "available_quantity": 10,
          "quantity": 10,
          "pack_size": 500,
          "category_id": "4b938e02-7bde-4479-bc0a-2b54cb6bd5f5",
          "l3_category_id": "f395f647-61da-4818-83df-9f35d5fe6b5f",
          "shelf_life_display": "3 days",
          "rank": 1,
          "brand": "Nandini",
          "formatted_pack_size": "1 pack (500 ml)",
          "manufacturer_address": "Karnataka Co-Operative Milk Producer's Federation Limited, KMF Complex, D.R.College Post, Dr.M.H.Marigowda Road, Bengaluru-560 029.",
          "image_url": "https://cdn.zeptonow.com/production/tr:w-600,ar-1000-1000,pr-true,f-auto,q-80/cms/product_variant/5d7be35e-9747-4630-836c-731984f41be6.jpeg",
          "subcategory_name": "Milk",
          "product_variant_id": "25eb526c-9c26-48cd-95a3-8e4058910f8a",
          "store_id": "b1403534-cd6b-49d0-a7cd-ce20e6497768",
          "image_urls": [
            "https://cdn.zeptonow.com/production/tr:w-600,ar-1000-1000,pr-true,f-auto,q-80/cms/product_variant/5d7be35e-9747-4630-836c-731984f41be6.jpeg"
          ],
          "is_primary": true,
          "primary_subcategory_id": "22964a2b-0439-4236-9950-0d71b532b243",
          "category_name": "Dairy, Bread & Eggs",
          "product_id": "5dac97a5-0241-4b24-9a5d-8243838257f5",
          "selling_price_paise": 2400,
          "is_active": true,
          "product_url": "https://www.zepto.com/pn/nandini-toned-fresh-milk-pouch/pvid/25eb526c-9c26-48cd-95a3-8e4058910f8a"
        },
        {
          "unit_of_measure": "LITER",
          "discounted_selling_price_paise": 5200,
          "product_type": "SELLABLESKU",
          "shelf_life_hours": 72,
          "weight_in_gms": 500,
          "country_of_origin": "India",
          "category_path": [
            "Dairy, Bread & Eggs",
            "Milk"
          ],
          "store_product_id": "50c2168c-57b7-5ec8-b1f8-51cda74c7fba",
          "fssai_license": "10014043000721",
          "manufacturer_name": "Karnataka Milk",
          "in_stock": true,
          "max_allowed_quantity": 10,
          "rating_average": 4.5,
          "mrp_paise": 5200,
          "description": null,
          "name": "Nandini Standardized Fresh Milk | Pouch",
          "brand_id": "ef77c6aa-2f07-4843-a955-7972f6d069d7",
          "available_quantity": 10,
          "quantity": 10,
          "pack_size": 1,
          "category_id": "4b938e02-7bde-4479-bc0a-2b54cb6bd5f5",
          "l3_category_id": "f395f647-61da-4818-83df-9f35d5fe6b5f",
          "shelf_life_display": "3 days",
          "rank": 2,
          "brand": "Nandini",
          "formatted_pack_size": "1 pack (1 L)",
          "image_url": "https://cdn.zeptonow.com/production/tr:w-600,ar-1000-1000,pr-true,f-auto,q-80/cms/product_variant/c15d3868-a954-4d04-b4e7-8b78820053a9.png",
          "subcategory_name": "Milk",
          "product_variant_id": "d5b5de34-86b1-4b15-aa27-b8e52893cc53",
          "store_id": "b1403534-cd6b-49d0-a7cd-ce20e6497768",
          "image_urls": [
            "https://cdn.zeptonow.com/production/tr:w-600,ar-1000-1000,pr-true,f-auto,q-80/cms/product_variant/c15d3868-a954-4d04-b4e7-8b78820053a9.png"
          ],
          "is_primary": true,
          "primary_subcategory_id": "22964a2b-0439-4236-9950-0d71b532b243",
          "category_name": "Dairy, Bread & Eggs",
          "product_id": "8d8aedfc-e3d4-4f29-921e-797d0254326f",
          "selling_price_paise": 5200,
          "is_active": true,
          "product_url": "https://www.zepto.com/pn/nandini-standardized-fresh-milk-pouch/pvid/d5b5de34-86b1-4b15-aa27-b8e52893cc53"
        }
      ]
    }
  ]
}
```
### Illustrative output fields

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

| Path | Observed type | Example |
| --- | --- | --- |
| `captured_at` | `string` | 2026-09-24T09:56:11.067328509Z |
| `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`. Use an `Idempotency-Key` when retrying must not create a duplicate logical job.

## Related documentation

- [Authentication](https://docs.upscrape.com/docs/api/authentication)
- [Jobs and results](https://docs.upscrape.com/docs/api/jobs)
- [Errors and retries](https://docs.upscrape.com/docs/api/errors)
- [Idempotency](https://docs.upscrape.com/docs/api/idempotency)
