Monitoring of competitor prices. Parser and price analysis: Prom + Rozetka.
Task: to find and compare prices on Prom.ua and Rozetka based on the product model name.
What has been done:
I wrote a Python script with a web interface. You enter any product model — the system simultaneously queries both marketplaces and returns the result in a few seconds. From each listing, the following is extracted: title, price, link. The result is displayed in the browser via FastAPI.
Result:
- The tool works with any product model — you enter the article number, and you get the data.
- 2 sources simultaneously: Prom.ua and Rozetka.
- Minimum, average, and maximum price for each site.
- Number of sellers and links to each listing.
Technologies: Python, FastAPI, httpx, BeautifulSoup, curl_cffi, regex.
#parsing #python #web_scraping #automation #data_collection #scraping #price_monitoring #price_comparison #competitive
What has been done:
I wrote a Python script with a web interface. You enter any product model — the system simultaneously queries both marketplaces and returns the result in a few seconds. From each listing, the following is extracted: title, price, link. The result is displayed in the browser via FastAPI.
Result:
- The tool works with any product model — you enter the article number, and you get the data.
- 2 sources simultaneously: Prom.ua and Rozetka.
- Minimum, average, and maximum price for each site.
- Number of sellers and links to each listing.
Technologies: Python, FastAPI, httpx, BeautifulSoup, curl_cffi, regex.
#parsing #python #web_scraping #automation #data_collection #scraping #price_monitoring #price_comparison #competitive