Trying to track hobby gear prices across like 5 different sites for a project budget of 500 bucks. I saw some people suggest using Keepa or simple browser alerts, but those dont really track the specific niche retailers Im looking at in the UK. My logic was to maybe write a script, but Im not sure where to start. Has anyone actually pulled this off without it being a total headache?
To add to the point above: honestly, skip the custom scrapers if you're just tracking a few niche UK sites. It just breaks constantly when they update layout.
Came here to say the same thing lol. Great minds think alike I guess.
I have been scraping sites for years and I have to warn you, it can become a massive time sink if you dont have a solid plan. Before you dive into writing any Python scripts, you might want to consider how frequently those specific retailers update their site structures. If they change their layout often, your scripts are gonna break constantly, and maintenance will take more time than the actual budget tracking. I would suggest taking a step back to figure out the technical constraints before you start coding anything. A few things come to mind that might save you some serious headaches later: