Rozetka product data API
ShopAPIS returns structured Rozetka product data — price in UAH, seller name and rating, average rating, review count, structured specifications, category path and SKU — as normalized JSON. Rozetka is “Ukraine’s Amazon,” the country’s #1 marketplace, and after merging with the EVO/Prom.ua group it now also fronts a vast SMB long-tail catalog. ShopAPIS reads both Rozetka’s own listings and the merged seller catalog, giving you the richest source of Ukrainian-language product data in one schema.
Rozetka is Ukraine’s e-commerce leader. It draws ~45M monthly visits and roughly US$1.45bn in online revenue, ranking #1 in Ukraine, and merged with the EVO/Prom.ua group to form a national e-commerce champion (FulfillmentMTP ; PRNewswire ). Prom.ua brings 100k+ SMB sellers into the combined catalog.
Why Rozetka data is hard to get
Rozetka spans a clean first-party catalog and a sprawling SMB long-tail, and the two are structured very differently. Rozetka exposes a partial seller API for merchants to manage their own listings, but it does not return a competitor’s pricing or the merged Prom.ua long-tail at scale. Reading the live catalog means parsing the storefront against medium anti-bot difficulty. The Rozetka-specific challenge is heterogeneity: Rozetka’s own product cards are richly structured with full specifications and reviews, while the 100k+ SMB sellers inherited from Prom.ua post far thinner, inconsistently described listings — and both now surface under one brand. A naive scrape either over-fits the clean cards and misses the long-tail, or drowns in messy SMB data. ShopAPIS normalizes both into one schema, tagging whether a listing is a structured Rozetka card or an SMB seller listing, and preserves UAH pricing and ratings consistently across the two.
Data fields returned
- Pricing — current price, original price, currency (UAH), discount %.
- Seller — seller name, seller rating, Rozetka first-party vs marketplace/SMB flag.
- Catalog — title, brand, structured specifications, category path.
- Social proof — average rating, review count.
- Availability — in-stock flag and delivery estimate.
- Identifiers — Rozetka product code / SKU, product URL.
- Images — full gallery URLs.
Sample response
{
"marketplace": "rozetka",
"domain": "rozetka.com.ua",
"country": "UA",
"sku": "318472916",
"title": "Ноутбук ASUS Vivobook 15 X1504VA",
"brand": "ASUS",
"category": ["Ноутбуки та комп'ютери", "Ноутбуки"],
"price": { "current": 24999, "original": 28999, "currency": "UAH", "discount_pct": 14 },
"seller": { "name": "Rozetka", "first_party": true, "rating": 4.9 },
"rating": 4.7,
"review_count": 612,
"availability": "in_stock",
"specifications": { "Процесор": "Intel Core i5-1335U", "Оперативна пам'ять": "16 ГБ", "Накопичувач": "512 ГБ SSD" },
"images": ["https://content.rozetka.com.ua/goods/images/big/318472916.jpg"],
"url": "https://rozetka.com.ua/ua/318472916/p318472916/",
"fetched_at": "2026-06-05T11:21:00Z"
}Markets and domains covered
| Domains | Markets | Currency | Scale |
|---|---|---|---|
| rozetka.com.ua | Ukraine | UAH | ~45M visits/mo, ~US$1.45bn revenue, #1 UA |
| prom.ua (merged) | Ukraine | UAH | 100k+ SMB sellers, long-tail catalog |
Use cases
- Ukrainian price monitoring — track UAH pricing across Rozetka’s first-party and merged SMB catalog. See price monitoring.
- Long-tail catalog coverage — reach the 100k+ Prom.ua SMB sellers for catalog enrichment.
- Competitive intelligence — benchmark assortment and pricing in Ukraine’s dominant marketplace. See competitive intelligence.
- Review analytics — aggregate Ukrainian-language ratings and reviews at category scale. See review analytics.