Parsing the online store AboutSkin and creating an XML price list for
Implemented a complete collection of products from the online store aboutskin.com.ua with subsequent formation of an XML price list in the format of Prom.ua.
As part of the project, the following was completed:
- full parsing of all products without exception from the site;
- collection of complete data for each product;
- correct XML structure according to the requirements of Prom.ua;
- validation check and readiness of the file for import;
- optimization of parsing for stable operation and scalability.
Technologies used:
Python
Requests, Selenium
BeautifulSoup, lxml
XML (lxml.etree)
Async/request optimization
HTML content processing
The project was completed taking into account the requirements of marketplaces and is ready for further expansion (auto-updating prices, integration with a Telegram bot, cron launch).
As part of the project, the following was completed:
- full parsing of all products without exception from the site;
- collection of complete data for each product;
- correct XML structure according to the requirements of Prom.ua;
- validation check and readiness of the file for import;
- optimization of parsing for stable operation and scalability.
Technologies used:
Python
Requests, Selenium
BeautifulSoup, lxml
XML (lxml.etree)
Async/request optimization
HTML content processing
The project was completed taking into account the requirements of marketplaces and is ready for further expansion (auto-updating prices, integration with a Telegram bot, cron launch).