Brovashift wrote: βSat Jul 30, 2022 11:04 am
Hi all,
Any advice or tips when data scraping? Im thinking along the lines of things to avoid to try and prevent things breaking if/when a site gets updated etc.
I see many things online using Python so was just going to start with that, but if anyone has any better (easier) ideas; in the words of Universal Soldier "Im all ears..."

I like to try and work smarter, not harder lol
TIA
My view is that scraping websites is reasonable. They don't change a lot (every change costs them a lot more than it does you).
I did it with Java and even though I had 20+ years IT experience, Java was new to me and a colossal pain in the bum.
One of my (highly experienced) former colleagues recommended Python, so that might be the right way to go.
But for sure, using API's is smart although you may have to pay.
All I'd say is if you go down the road of writing your own stuff, please, please document every step, it will benefit you long term (despite being a pain right now). Trust me!