Prom.ua product data API
ShopAPIS returns structured Prom.ua product data — price in UAH, availability, seller name and rating, listing attributes, average rating, review count, category and SKU — as normalized JSON. Prom.ua is Ukraine’s #2 marketplace and its largest SMB long-tail platform, hosting over 100,000 sellers under the EVO group (now merged with Rozetka into Ukraine’s e-commerce champion), and the single best source for the deep Ukrainian-language small-merchant catalog.
Prom.ua is Ukraine’s #2 marketplace and SMB long-tail leader. It draws roughly 33M visits per month and hosts 100,000+ sellers, operating under the EVO group, which merged with Rozetka to form a national e-commerce champion (FulfillmentMTP ; PRNewswire ).
Why Prom.ua data is hard to get
Prom.ua’s defining characteristic is breadth over consistency: 100,000+ small merchants list the same goods inconsistently, so the parsing challenge is normalization, not just access. EVO exposes a partner API scoped to a seller’s own catalog, but reading the competitive long-tail — every merchant’s price, stock and rating for a given product — means parsing the live storefront against medium anti-bot difficulty. Because so many of the sellers are SMBs, the catalog has weaker structured identifiers than a big-three Russian marketplace: EANs are often missing, titles are free-text Ukrainian, attributes are seller-entered and condition or bundling varies. That makes Prom.ua both uniquely valuable (it is where the Ukrainian SMB long-tail lives) and uniquely messy. ShopAPIS parses the storefront and normalizes each listing into a structured record — price in UAH, seller, rating, attributes, category — so the fragmented small-merchant catalog becomes comparable and joinable to Rozetka for the same product.
Data fields returned
- Pricing — current price, currency (UAH), list/strike price, discount %.
- Seller — seller/shop name, seller rating, verified-seller flag.
- Availability — in-stock flag, availability status, delivery options.
- Catalog — title, brand where present, free-text description, seller-entered attributes, category path.
- Variants — size/color/configuration with per-variant price and stock where listed.
- Social proof — average rating, review count.
- Identifiers — Prom.ua product/listing ID, seller SKU, EAN where present, product URL.
- Images — gallery URLs.
Sample response
{
"marketplace": "prom",
"domain": "prom.ua",
"country": "UA",
"product_id": "1987654321",
"identifiers": { "seller_sku": "BLND-700W-RED", "ean": null },
"title": "Блендер занурювальний 700 Вт з насадками, червоний",
"brand": "Grunhelm",
"price": { "current": 899, "list": 1149, "currency": "UAH", "discount_pct": 22 },
"seller": { "name": "ТехноДім", "rating": 4.6, "verified": true },
"availability": { "in_stock": true, "status": "В наявності", "delivery": ["Нова Пошта", "Укрпошта"] },
"rating": 4.5,
"review_count": 73,
"category": ["Побутова техніка", "Кухонна техніка", "Блендери"],
"attributes": { "Потужність": "700 Вт", "Тип": "Занурювальний" },
"variants": [{ "title": "700 Вт / Червоний", "price": 899, "in_stock": true }],
"images": ["https://images.prom.ua/1987654321_blender.jpg"],
"url": "https://prom.ua/p1987654321-blender-zanuryuvalnij-700.html",
"fetched_at": "2026-06-05T11:50:00Z"
}Markets and domains covered
| Domain | Market | Currency | Scale |
|---|---|---|---|
| prom.ua | Ukraine | UAH | ~33M visits/mo, 100k+ SMB sellers, #2 UA |
Use cases
- Ukrainian price monitoring — track SMB long-tail pricing across thousands of sellers in UAH. See price monitoring.
- Long-tail catalog matching — link Prom.ua listings to Rozetka by attributes for catalog enrichment.
- Competitive intelligence — measure assortment depth and seller competition in the Ukrainian SMB segment. See competitive intelligence.
- Inventory tracking — monitor stock status and delivery options by seller. See inventory tracking.