Parsing Rozetka.com.ua: any product category in Excel/CSV
Data ParsingTask: collect product cards from Rozetka.com.ua for the selected category (name, price, brand, specifications, link) and export them in a convenient format.
What has been done:
— Playwright, pagination bypass, stable collection of 60-70 items per run
— Tested on several categories (bicycles, laptops) — the code is easily adjustable for any other
— Automatic saving directly in CSV and Excel (openpyxl)
— Error handling and retries in case of network failures
Suitable for monitoring competitors' prices, gathering a catalog for import, assortment analysis.
What has been done:
— Playwright, pagination bypass, stable collection of 60-70 items per run
— Tested on several categories (bicycles, laptops) — the code is easily adjustable for any other
— Automatic saving directly in CSV and Excel (openpyxl)
— Error handling and retries in case of network failures
Suitable for monitoring competitors' prices, gathering a catalog for import, assortment analysis.