List Category Products
List Zepto products from a /cn/.../cid/.../scid/... category URL.
Capability ID
zepto.category.products
Cost
1 credit per request
Maximum runtime
180 seconds
POST
/execute
Shared execution endpoint
Input parameters
| Field | Type | Required | Description |
|---|---|---|---|
category_id |
string |
Optional | Zepto category ID to browse. |
latitude |
number |
Optional | Latitude for location-based store resolution. |
limit |
integer |
Optional | Maximum number of products to return per page. |
longitude |
number |
Optional | Longitude for location-based store resolution. |
max_pages |
integer |
Optional | Maximum number of pages to fetch. |
page_number |
integer |
Optional | One-based page number to start from. |
store_id |
string |
Optional | Zepto store ID. Defaults to the public Bangalore sample store. |
subcategory_id |
string |
Optional | Zepto subcategory ID to browse. |
url |
string |
Optional | Direct URL to a Zepto category page. |
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.
| Path | Observed type | Example |
|---|---|---|
count |
integer |
5 |
page_number |
integer |
1 |
pages_fetched |
integer |
1 |
results |
array |
3 items |
results |
array |
3 items |
source_url |
string |
https://bff-gateway.zepto.com/product-assortment-service/api/v2/store-p… |
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.