n11 product data API
ShopAPIS returns structured n11 product data — title, brand, price in Turkish lira, third-party seller, size and color variants, rating, review count and stock status — as clean JSON from n11.com. n11 is a 1P + 3P marketplace holding an estimated 10–12% of the Turkish e-commerce market, with especially deep coverage in electronics and home goods (Lengow, top Turkish marketplaces ). It sits inside Turkey’s ~340M combined monthly visit pool alongside Trendyol and Hepsiburada, making it a high-value third leg for Turkish price intelligence.
Acquired by the UAE’s DMSF Holding in May 2025, n11 bridges Turkish supply with growing Gulf interest — and its seller-level pricing exposes competitive offers that a single-storefront crawl would miss.
Why n11 data is hard to get
n11 mixes first-party stock with thousands of third-party sellers, so the same product carries competing offers, rotating winning sellers and per-variant pricing that all render dynamically behind CDN and bot defense. n11 publishes a seller API for managing your own listings, but offers no open product API for competitor pricing or full catalog access at scale. Prices, stock and review counts update frequently, and Turkish-lira pricing shifts with high inflation, so stale snapshots mislead. ShopAPIS resolves the winning offer, captures competing seller prices, normalizes variants and returns a clean record per product.
Data fields returned
- Identity — n11 product ID, title, brand, category path, model where present
- Pricing — selling price, list price, currency (TRY), discount %
- Sellers — winning 3P seller, competing offers, seller rating
- Variants — size and color variants resolved to per-variant price and stock
- Social proof — rating average, review count
- Availability — in-stock flag, stock count where exposed
- Media — image gallery
- Shipping — delivery estimate, free-shipping flag
Sample response
{
"platform": "n11",
"country": "TR",
"product_id": "P481726305",
"url": "https://www.n11.com/urun/p481726305",
"title": "Philips Airfryer XL 6.2L Sicak Hava Fritöz",
"brand": "Philips",
"category": ["Ev & Yasam", "Mutfak", "Fritöz"],
"price": 4299.00,
"list_price": 5499.00,
"discount_pct": 22,
"currency": "TRY",
"winning_seller": { "name": "Philips Yetkili Satici", "rating": 9.4 },
"other_offers": [
{ "seller": "MegaElektronik", "price": 4350.00 },
{ "seller": "EvKeyfi", "price": 4480.00 }
],
"variants": [
{ "color": "Siyah", "stock": 64 },
{ "color": "Beyaz", "stock": 12 }
],
"rating": { "average": 4.7, "review_count": 2384 },
"availability": "In stock",
"shipping": { "free": true, "delivery": "1-3 gün" },
"images": ["https://n11scdn.akamaized.net/.../airfryer.jpg"]
}Markets and domains covered
n11 operates a single Turkish storefront at n11.com, priced in Turkish lira (TRY) and presented in Turkish. ShopAPIS resolves products by URL or by product ID and returns local-currency pricing with all competing seller offers. As DMSF Holding integrates Gulf operations, ShopAPIS tracks any new storefronts under the same schema.
Use cases
- Turkish price monitoring — track electronics and home SKUs in TRY across n11, Trendyol and Hepsiburada (/solutions/price-monitoring).
- Seller-offer competitive intel — capture every 3P seller’s price on a listing (/solutions/competitive-intelligence).
- Catalog enrichment — ingest electronics and home-goods attributes and specs (/solutions/catalog-enrichment).
- Inventory tracking — monitor variant stock and availability (/solutions/inventory-tracking).
Turkish-lira prices move quickly under high inflation. ShopAPIS timestamps every snapshot so price-history series stay accurate across n11, Trendyol and Hepsiburada.