Rozetka Review avatar
Rozetka Review

Pricing

Pay per event

Go to Store
Rozetka Review

Rozetka Review

Developed by

Midas

Midas

Maintained by Community

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

0.0 (0)

Pricing

Pay per event

0

Total users

2

Monthly users

2

Runs succeeded

>99%

Last modified

3 days ago

🌟 Rozetka Product Reviews Scraper

This Apify actor scrapes product reviews from Rozetka. using their public review API. It starts from a list of product URLs, identifies the product IDs, and collects reviews in a structured format. The actor handles pagination automatically to gather the desired number of reviews per product. It uses residential proxies to reduce blocking risk and ensures results are saved to the Apify dataset for further use.

📌 Features

✅ Fetches reviews in JSON format ✅ Allows limiting the number of reviews per product
✅ Handles pagination efficiently
✅ Pushes results to Apify dataset


🚀 Input

The actor expects JSON input:

{
"startUrls": [
{ "url": "https://rozetka.com.ua/ua/product-id/" }
],
"maxReviewsPerProduct": 100
}

startUrls: List of product URLs to scrape.

maxReviewsPerProduct: Max reviews to collect per product (default: unlimited).

📤 Output

The actor saves extracted review data (raw JSON from Rozetka) to the dataset. Each dataset entry contains:

{
"id": 58535004,
"goods_id": "254360886",
"user_title": "Name",
"created": "Sat Aug 24 2024 15:25:56 GMT+0200 (Central European Summer Time)",
"from_buyer": true,
"mark": 5,
"text": "Працюю близько місяця....",
"dignity": "",
"shortcomings": "",
"positive": "0",
"negative": "0",
"replies": [
{
"created": "27 августа 2024",
"user_title": "Представник бренду",
"text": "Добрий день, Name! Дякуємо Вам за придбання..."
}
],
"marks": [],
"questions": [],
"created_iso": "2024-08-24T16:25:56+03:00"
}