Categories List
keeta.categories.list
List the named Keemart category tree (e.g. Fresh, Beverages, Salty Snacks) with category ids for a store/location.
Request
curl -X POST https://data.upscrape.com/execute \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"input":{"location":{"latitude":24.89377104655503,"longitude":46.60596106427802}},"capability":"keeta.categories.list"}'
Input
| Field | Type | Required | Description |
|---|---|---|---|
lat
| number | optional | |
lng
| number | optional | |
location
| object | required | |
location.latitude
| number | required | |
location.longitude
| number | required | |
probe_products
| boolean | optional | When true, count products for Gundam-backed category tiles (one extra signed fetch each). Category-id tiles are not probed. |
store_id
| string | optional |
Output
| Field | Type | Required | Description |
|---|---|---|---|
categories
| array<object> | required | |
categories[].category_id
| string | optional | |
categories[].group
| string | optional | |
categories[].gundam_id
| string | optional | |
categories[].icon_url
| string | optional | |
categories[].id
| string | required | |
categories[].name
| string | optional | |
categories[].product_count
| integer | optional | |
categories[].raw
| — | optional | |
raw
| — | optional | |
store_id
| string | required |