Jarir product data API
ShopAPIS returns structured Jarir product data — title, brand, model, price in Saudi riyals, full electronics spec tables, rating, review count, warranty and stock — as clean JSON from jarir.com. Jarir Bookstore is a Saudi category leader in electronics, computing, appliances and books (GlobeNewswire, Saudi Arabia e-commerce — Jarir/Extra ). Its spec-rich, brand-attributed catalog makes it one of the cleanest sources of consumer-electronics pricing and technical attributes in Saudi Arabia, ideal for vertical price intelligence.
As a specialist omnichannel retailer rather than a general marketplace, Jarir’s value is in its detailed spec tables, installment offers and warranty data — the structured technical fields that power electronics catalog matching and MAP enforcement.
Why Jarir data is hard to get
Jarir is an omnichannel electronics retailer, so online prices, installment plans, branch-level stock and warranty terms vary and render dynamically behind bot defense — with no API to read them. Jarir exposes no public product API for catalog or pricing at scale. Electronics listings carry dense, vendor-specific spec tables (processor, RAM, panel, capacity) plus installment (“Tabby/Tamara”) and bundle options that complicate cross-retailer matching, and Arabic/English bilingual pages add parsing nuance. ShopAPIS normalizes the spec table into structured attributes, captures the live price, warranty and stock, and resolves brand and model for comparison against Extra, Amazon.sa and Noon.
Data fields returned
- Identity — Jarir SKU, title, brand, model number, category path
- Pricing — selling price, original price, currency (SAR), discount %
- Specs — normalized spec table (processor, RAM, storage, display, capacity)
- Warranty — warranty period and type where present
- Promotions — installment and bundle flags
- Social proof — rating average, review count
- Availability — online in-stock flag, branch pickup availability
- Media — image gallery
Sample response
{
"platform": "jarir",
"country": "SA",
"sku": "JR-EL-882140",
"url": "https://www.jarir.com/sa-en/jr-el-882140.html",
"title": "Samsung 55-inch QLED 4K Smart TV QA55Q60D",
"brand": "Samsung",
"model": "QA55Q60DAUXSA",
"category": ["Electronics", "Televisions", "QLED TVs"],
"price": 2199.00,
"original_price": 2699.00,
"discount_pct": 19,
"currency": "SAR",
"specs": {
"panel": "QLED",
"resolution": "4K UHD",
"screen_size": "55-inch",
"refresh_rate": "60Hz"
},
"warranty": { "period": "2 years", "type": "Manufacturer" },
"promotions": { "installments": "Tabby 4 payments", "bundle": false },
"rating": { "average": 4.6, "review_count": 612 },
"availability": { "in_stock": true, "branch_pickup": true },
"images": ["https://cdn.jarir.com/.../samsung-q60d.jpg"]
}Markets and domains covered
Jarir operates its primary online store at jarir.com/sa-en (Saudi Arabia, SAR), bilingual in English and Arabic, with omnichannel branch pickup across the Kingdom and a presence in other Gulf markets. ShopAPIS resolves products by URL or by SKU and returns riyal pricing with the normalized spec table, warranty, installment options and stock.
Use cases
- KSA electronics price monitoring — track TVs, laptops and phones in SAR against Extra, Amazon.sa and Noon (/solutions/price-monitoring).
- MAP and pricing compliance — verify advertised prices on branded electronics (/solutions/map-compliance).
- Spec-level catalog enrichment — ingest normalized panel, resolution and capacity specs (/solutions/catalog-enrichment).
- Competitive intelligence — compare Jarir against other Saudi electronics retailers (/solutions/competitive-intelligence).
Electronics matching depends on the spec table. ShopAPIS normalizes panel, resolution, processor and capacity so the same model lines up across Jarir, Extra and Amazon.sa.