Парсер Смартфонов с Rozetka
The program collects data from Rozetka.ua. From the category Smartphones
https://rozetka.com.ua/ua/mobile-phones/c80003/page=8/
Saves data in csv format. Product name, Price, Product link, Availability
Run via command line.
Libraries used:
selenium, webdriver_manager – for browser automation (currently commented out).
time, random – for delays and simulating human actions.
os – for creating directories.
BeautifulSoup – for HTML parsing.
csv, unicodedata – for text processing and writing to table
https://rozetka.com.ua/ua/mobile-phones/c80003/page=8/
Saves data in csv format. Product name, Price, Product link, Availability
Run via command line.
Libraries used:
selenium, webdriver_manager – for browser automation (currently commented out).
time, random – for delays and simulating human actions.
os – for creating directories.
BeautifulSoup – for HTML parsing.
csv, unicodedata – for text processing and writing to table