There is a code of a previous performer in Python
which monitors the market based on my products, specifically:
1. Finds and identifies competitor products (those selling the same product)
2. Periodically updates prices, searching in two ways (by categories and through the search line)
3. Assigns unique product_id to competitor products
4. Using free scraped proxies - periodically checks competitor prices
There has been a change in the HTML structure on the website, and data parsing was previously done not in JSON but directly from HTML, which caused the logic to break in some places
Also, some requests can now be implemented via API calls, which will speed up processing accordingly.
You need to take the old code (I will provide it without access to the main current MySQL) and update and make corrections on a new server (where a similar MySQL with a list of products is set up) so that nothing needs to be changed in production
And after implementation, future updates, fixes, and support will be required
I am looking for a responsible person with confident work experience