Prom UA Review avatar
Prom UA Review

Pricing

Pay per event

Go to Apify Store
Prom UA Review

Prom UA Review

Developed by

Midas

Midas

Maintained by Community

Scrapes product reviews from Prom UA, including rating, text, and metadata, and saves results in structured JSON for analysis.

0.0 (0)

Pricing

Pay per event

0

1

1

Last modified

5 hours ago

📝 Prom.ua Review Scraper

This actor scrapes customer reviews from prom.ua. You can provide either product URLs directly or category URLs (the scraper will extract product links first). Reviews are available only for products.

✅ Why use this?

  • Collect real customer reviews for products on prom.ua
  • Includes review text, rating, pros/cons, author, and company response
  • Supports multiple products or categories
  • Great for sentiment analysis, reputation monitoring, or market research

📥 Input

{
"startUrls": [
{ "url": "https://prom.ua/ua/CATEGORY-LINK" },
{ "url": "https://prom.ua/ua/p123456789-PRODUCT-LINK.html" }
]
}

📤 Output

Each item in the dataset contains:

{
"url": "https://prom.ua/ua/m3563670634972239126-stolik-parta-kolesah.html",
"id": 2186130,
"productId": 1356889806,
"buyboxId": -672465153857198700,
"userId": 13304246,
"companyId": 2443153,
"dateCreated": "2025-06-01T22:04:05.146238",
"status": 1,
"isFromBuyer": true,
"title": "Гарний подарунок",
"rating": 5,
"fromBuyerText": "Придбано на Prom.ua",
"shareLink": "https://prom.ua/ua/product-opinions/view/2186130",
"authorName": "Ирина Б.",
"author": {
"id": 13304246,
"photoUrl": "https://images.prom.ua/1698006246_w40_h40_irina.jpg"
},
"userRatings": {
"likes": 0,
"dislikes": 0
},
"company": {
"id": 2443153,
"name": "Тойсмаркет"
},
"productData": {
"id": 1356889806,
"name": "М'яка іграшка Синій трактор, 24 см."
},
"companyResponse": null
}