Trendyol product data API
ShopAPIS returns structured Trendyol product data — title, brand, price and discount, size/color variants, seller name, stock status, rating, review count and review text — as clean JSON in TRY for Turkey and SAR/AED for the Gulf. Trendyol is the single richest data lake in the region: roughly US$14.2B online revenue in 2025 with a near-even 1P (52%) / 3P (48%) split, and a core slice of Turkey’s ~340M combined monthly marketplace visits (ECDB ). Backed by Alibaba, it is now live across the GCC, where Saudi Arabia accounts for ~75% of regional orders.
Trendyol’s third-party marketplace exposes seller-level pricing on the same product — the structure that makes it ideal for price-intelligence resale — across fashion, electronics, home, beauty and groceries.
Why Trendyol data is hard to get
Trendyol pairs deep CDN caching with active bot defense, and its richest signal — per-seller offers and review text — is rendered dynamically. Trendyol offers a seller/partner API, but no open product API: it returns your own listings, not arbitrary competitor catalogs or cross-seller pricing at scale. Variant pricing is encoded in a size/color matrix, discounts and campaign prices shift with promotions, and the Gulf storefronts run on the same platform with different currencies and languages. ShopAPIS resolves the variant matrix, captures the live campaign price, harvests review text and normalizes Turkey and the Gulf into one schema.
Data fields returned
- Identity — product/content ID, title, brand, category path, barcode where present
- Pricing — selling price, original price, campaign/discount price, currency (TRY / SAR / AED), discount %
- Variants — size and color variants resolved to per-variant price and stock
- Seller — merchant/seller name, official-store flag, seller rating
- Social proof — rating average, review count, sample review text, Q&A presence
- Availability — in-stock flag, fast-delivery / Trendyol-fulfilled flag
- Media — image gallery, video where present
Sample response
{
"platform": "trendyol",
"country": "TR",
"product_id": "987654321",
"url": "https://www.trendyol.com/p/987654321",
"title": "Erkek Oversize Pamuklu Bisiklet Yaka Tişört",
"brand": "Koton",
"category": ["Giyim", "Erkek", "Tişört"],
"price": 199.99,
"original_price": 349.99,
"discount_pct": 43,
"currency": "TRY",
"variants": [
{ "size": "M", "color": "Siyah", "stock": 140 },
{ "size": "L", "color": "Siyah", "stock": 62 },
{ "size": "L", "color": "Beyaz", "stock": 0 }
],
"seller": { "name": "Koton", "is_official": true, "rating": 9.2 },
"rating": { "average": 4.6, "review_count": 8420 },
"sample_reviews": ["Kalitesi çok iyi, kalıbı tam oturuyor."],
"fulfillment": { "fast_delivery": true },
"images": ["https://cdn.dsmcdn.com/.../tshirt.jpg"]
}Markets and domains covered
Trendyol operates at trendyol.com (Turkey, TRY) and runs Gulf storefronts via trendyol.com country selectors for Saudi Arabia (SAR), the UAE (AED), Oman, Kuwait, Bahrain and Qatar — its declared “Digital Silk Road” expansion. ShopAPIS resolves by URL or by country + product ID and returns the local currency.
Use cases
- Cross-border price monitoring — track a product in TRY in Turkey and SAR/AED in the Gulf (/solutions/price-monitoring).
- Seller-level competitive intel — benchmark merchant pricing on the same SKU (/solutions/competitive-intelligence).
- Review analytics — mine review text and counts for product sentiment (/solutions/review-analytics).
- Catalog enrichment — ingest fashion and electronics attributes (/solutions/catalog-enrichment).
Trendyol’s seller/partner API is scoped to your own listings. ShopAPIS adds competitor catalogs, cross-seller pricing, review text and Turkey↔Gulf unification.