Prom.ua product parser with export for online stores
Developed a tool for automatic collection of products from Prom.ua and preparation of data for import to trading platforms.
What the program does:
— collects name, price, specifications, photos, description, and availability of products
— saves the result in Excel for Horoshop and XML for Prom.ua seller
— maintains a work log with log rotation
— correctly handles errors — if one product is unavailable, the collection continues
Stack: Python, Playwright, BeautifulSoup4, pandas, Docker
Who it will be useful for:
— owners of online stores who want to automate catalog filling
— managers who manually copy products from marketplaces
— those who are launching a new store and need to quickly gather the competitor's assortment
The code is open source, deployed with a single command via Docker.
GitHub: https://github.com/mkhl941/PromParser
What the program does:
— collects name, price, specifications, photos, description, and availability of products
— saves the result in Excel for Horoshop and XML for Prom.ua seller
— maintains a work log with log rotation
— correctly handles errors — if one product is unavailable, the collection continues
Stack: Python, Playwright, BeautifulSoup4, pandas, Docker
Who it will be useful for:
— owners of online stores who want to automate catalog filling
— managers who manually copy products from marketplaces
— those who are launching a new store and need to quickly gather the competitor's assortment
The code is open source, deployed with a single command via Docker.
GitHub: https://github.com/mkhl941/PromParser