Carrefour KSA API
Saudi grocery catalog data from Carrefour KSA: categories, shelf listings, SAR prices, and product detail.
carrefourksa
Capabilities
Every capability uses the same POST /execute envelope. Open an endpoint for
its exact ID, input contract, code samples, cost, runtime, and illustrative output.
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.
1 credit per requestcarrefourksa.category.products.list
List one 0-based page of a leaf category shelf with SAR prices, discounts, availability, supplier (1P/3P), and product URLs.
1 credit per requestcarrefourksa.product.detail.get
Fetch the product detail record for a PDP URL, PDP path, or bare numeric product id: JSON-LD product data plus best-effort breadcrumbs and barcode.
1 credit per requestCommon uses
- Price and discount monitoring across Saudi Arabia's largest grocery retailer
- Assortment and category-share analysis for CPG and own-label brands in KSA
- 1P vs 3P marketplace tracking via per-product supplier attribution
- Availability and stock monitoring at the Riyadh store level
- GTIN/barcode enrichment for Gulf retail data pipelines
Integration contract
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until it reaches completed or failed.