Categories List
carrefourksa.categories.list
Fetch the Carrefour KSA category tree from the storefront menu, flattened into parent-linked rows with leaf flags; leaf ids feed carrefourksa.category.products.list.
Request
curl -X POST https://data.upscrape.com/execute \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"input":{},"capability":"carrefourksa.categories.list"}'
Input
| Field | Type | Required | Description |
|---|---|---|---|
latitude
| string | optional | Store catchment latitude. Defaults to 24.7136 (Riyadh). |
longitude
| string | optional | Store catchment longitude. Defaults to 46.6753 (Riyadh). |