Rozetka Category Scraper avatar
Rozetka Category Scraper

Pricing

Pay per event

Go to Apify Store
Rozetka Category Scraper

Rozetka Category Scraper

Efficient Rozetka category scraper that extracts product details (name, price, images, attributes, seller, rating) into structured datasets. Built with Crawlee + Cheerio.

Pricing

Pay per event

Rating

0.0

(0)

Developer

Midas

Midas

Maintained by Community

Actor stats

0

Bookmarked

10

Total users

4

Monthly active users

5 months ago

Last modified

Share

🌟 Rozetka Category Scraper

Rozetka Category Scraper is a Node.js tool designed to scrape detailed product data from Rozetka category pages.
It outputs clean, structured JSON — perfect for data mining, analysis, or building e-commerce tools. 🚀


📌 Features

Scrapes product details:

  • ID, name, price (current & old), status, condition
  • Main image + gallery (with image count)
  • Reviews: rating + number of reviews
  • Brand & seller info: name, rating, vote count
  • Category & root category
  • Attributes (e.g. weight, country of origin)

Handles categories of any size
Simple CLI interface
JSON output ready for processing


🖼 Example Output

{
"id": 254360886,
"name": "Обприскувач акумуляторний RZTK 16A",
"image": "https://content2.rozetka.com.ua/goods/images/big_tile/73800759.jpg",
"galleryCount": 17,
"url": "https://rozetka.com.ua/ua/rztk_16a/p254360886/",
"price": {
"current": 1249,
"old": 1799
},
"status": "available",
"condition": "new",
"reviews": {
"count": 546,
"rating": 4.6
},
"brand": "RZTK",
"seller": {
"name": "Rozetka",
"rating": "80",
"voteCount": 1300
},
"category": {
"name": "Обприскувачі",
"root": "Дача, сад, город"
},
"attributes": [
{ "title": "Вага", "value": "6.5 кг" },
{ "title": "Країна реєстрації бренду", "value": "Україна" }
]
}