Alza Scraper avatar
Alza Scraper

Pricing

$6.00 / 1,000 results

Go to Apify Store
Alza Scraper

Alza Scraper

Developed by

09 try

09 try

Maintained by Community

Scrape product data from alza.sk, alza.cz, alza.hu, and alza.at. Extracts prices, discounts, availability, ratings, images, and more. Supports pagination, proxy configuration, and exports to JSON, CSV

0.0 (0)

Pricing

$6.00 / 1,000 results

0

1

1

Last modified

5 hours ago

Alza Product Scraper

A Playwright-based scraper built with Crawlee for extracting product data from Alza.sk, Alza.cz, Alza.hu, and Alza.at.
It supports pagination, structured output, and detailed product attributes.

In case of errors, bugs or feature requests please contact me: 0994try@gmail.com


Features

  • Extracts key product information:
    • Product ID & code
    • Name & brand
    • Price (value + currency, supports decimals)
    • Discounts (percentage or savings)
    • Availability status
    • Description & promo info
    • Product image (clean URL)
    • Ratings & number of reviews
  • Works with alza.sk, alza.cz, alza.hu, alza.at product listings and categories.
  • Handles pagination automatically by following the “Next” button.
  • Outputs data into the Apify Dataset (JSON, CSV, Excel, etc.).

Extracted Data Example

{
"id": "7927613",
"code": "RI045b2",
"name": "iPhone 15 128 GB modrý",
"brand": "iPhone",
"description": "Mobilný telefón",
"priceValue": 669.99,
"priceCurrency": "€",
"discount": {
"type": "%",
"value": 5,
"oldPrice": 700.9
},
"availability": "Skladom",
"promo": "+Darček SIM karta Radosť",
"rating": 4,
"numberOfRatings": 128,
"url": "https://www.alza.sk/iphone-15-128-gb-modry-d7927613.htm",
"imageUrl": "https://image.alza.cz/products/RI045b2/RI045b2.jpg"
}