Rozetka Category Scraper avatar
Rozetka Category Scraper

Pricing

Pay per event

Go to Store
Rozetka Category Scraper

Rozetka Category Scraper

Developed by

Midas

Midas

Maintained by Community

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

0.0 (0)

Pricing

Pay per event

0

Total users

4

Monthly users

4

Runs succeeded

>99%

Last modified

20 days ago

🌟 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": "Україна" }
]
}