Konga product data API
ShopAPIS returns structured Konga product data — title, brand, price in Nigerian naira, third-party seller, official-store badge, variants, rating, review count and stock — as clean JSON from konga.com. Konga is one of Nigeria’s two leading 1P + 3P marketplaces (alongside Jumia), anchoring the country’s modern-retail tier in electronics, phones, fashion, home and grocery (Jumia Q4 2025, SEC — Nigeria #1 driver context ). For anyone pricing Nigerian e-commerce, Konga is the essential second data point next to Jumia.
Nigeria’s market is concentrated around these two marketplaces plus Jiji’s classifieds, so capturing Konga gives competitive coverage that a Jumia-only crawl would miss.
Why Konga data is hard to get
Konga mixes its own first-party stock with third-party sellers, so the same product carries competing offers, an official-store distinction and per-variant pricing that render dynamically behind bot defense. Konga offers a seller API for managing your own listings but no open product API for competitor pricing or full catalog access at scale. Naira pricing moves with currency volatility, the official-store badge versus generic seller is decision-critical in a market with counterfeit concerns, and stock turns over quickly. ShopAPIS resolves the winning offer, captures competing seller prices, the official-store badge and per-variant stock into one record.
Data fields returned
- Identity — Konga product/SKU ID, title, brand, category path, model where present
- Pricing — selling price, original price, currency (NGN), discount %
- Seller — winning seller, official-store badge, 3P flag, seller score
- Variants — size and color variants resolved to per-variant price and stock
- Promotions — deal and flash-sale flags
- Social proof — rating average, review count
- Availability — in-stock flag
- Media — image gallery
Sample response
{
"platform": "konga",
"country": "NG",
"sku": "KNG-2291847",
"url": "https://www.konga.com/product/kng-2291847",
"title": "Hisense 43-inch Smart Full HD LED TV",
"brand": "Hisense",
"category": ["Electronics", "Television & Video", "Smart TVs"],
"price": 289000,
"original_price": 345000,
"discount_pct": 16,
"currency": "NGN",
"seller": { "name": "Hisense Official Store", "official_store": true, "score": 88 },
"other_offers": [
{ "seller": "TechHub NG", "price": 295000 }
],
"variants": [
{ "size": "43-inch", "stock": 41 },
{ "size": "50-inch", "stock": 9 }
],
"promotions": { "flash_sale": false, "deal": true },
"rating": { "average": 4.4, "review_count": 503 },
"availability": "In stock",
"images": ["https://www-konga-com-res.cloudinary.com/.../hisense-tv.jpg"]
}Markets and domains covered
Konga operates its storefront at konga.com (Nigeria, NGN), presented in English. ShopAPIS resolves products by URL or by SKU and returns naira pricing with the winning seller, the official-store badge and per-variant stock. Pairing Konga with Jumia and Jiji gives full coverage of Nigeria’s marketplace and classifieds tiers.
Use cases
- Nigerian price monitoring — track electronics and phones in NGN across Konga and Jumia (/solutions/price-monitoring).
- Official-store competitive intel — separate official-store offers from generic 3P sellers (/solutions/competitive-intelligence).
- Catalog enrichment — ingest phone, electronics and home attributes (/solutions/catalog-enrichment).
- Inventory tracking — monitor variant stock and deal availability (/solutions/inventory-tracking).
In Nigeria the official-store badge signals authenticity. ShopAPIS flags it so you can separate genuine brand offers from generic 3P sellers.