Prom UA avatar
Prom UA

Pricing

Pay per event

Go to Store
Prom UA

Prom UA

Developed by

Midas

Midas

Maintained by Community

Scrapes product details and categories from Prom.ua. Supports category URLs, product pages and outputs clean JSON with price, rating, availability, and seller info. Ideal for analytics, price tracking, and data feeds.

0.0 (0)

Pricing

Pay per event

0

Total users

1

Monthly users

1

Runs succeeded

>99%

Last modified

2 days ago

🛍️ Prom.ua Product Scraper

This actor scrapes product categories and detailed product information from prom.ua.

✅ Why use this?

  • Get structured JSON data for products on prom.ua
  • Includes pricing, availability, ratings, images, and seller info
  • Supports multiple categories and individual product URLs
  • Great for e-commerce analytics, price monitoring, or product 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:

{
"id": "123456789",
"name": "Product Name",
"url": "...",
"price": 1200,
"priceCurrency": "UAH",
"discountedPrice": 999,
"isAvailable": true,
"image200x200": "...",
"category": {
"id": "...",
"name": "Smartphones"
},
"company": {
"id": "...",
"name": "TechShop UA",
"rating": 4.9
},
"reviewCount": 55
}