I Don’t Need No Stinking API: Web Scraping For Fun and Profit
blog.hartleybrody.com
I Don’t Need No Stinking API: Web Scraping For Fun and Profit
1–10 of 176 posts
Re: I Don’t Need No Stinking API: Web Scraping For Fun and Profit
#2The main caveat is that this may violate a site's terms of use and thus website owners may feel called upon to sue you. Depending on circumstances, the legal situation here can be a long story.
Re: I Don’t Need No Stinking API: Web Scraping For Fun and Profit
#3Re: I Don’t Need No Stinking API: Web Scraping For Fun and Profit
#4Web scraping, as fun as it is (and btw, this title again abuses "Fun and Profit"), is not a practice we should encourage. Yes, it's the sort of dirty practice many people do, at one point or another, but it shouldn't be glorified.
Re: I Don’t Need No Stinking API: Web Scraping For Fun and Profit
#5If a site owner changes the layout or implements a new feature, the programs depending on the scraper immediately fail. This is much less likely to happen when working with official APIs.
Re: I Don’t Need No Stinking API: Web Scraping For Fun and Profit
#6And this is why we can't have nice things. Web scraping, as fun as it is (and btw, this title again abuses "Fun and Profit"), is not a practice we should encourage. Yes, it's the sort of dirty practice many people do, at one point or another, but it shouldn't be glorified.
Re: I Don’t Need No Stinking API: Web Scraping For Fun and Profit
#7The issue with web scraping is that it relies on the scraper to keep up with changes made to the site. If a site owner changes the layout or implements a new feature, the programs depending on the scraper immediately fail. This is much less likely to happen when working with official APIs.
Re: I Don’t Need No Stinking API: Web Scraping For Fun and Profit
#8I'm surprised that no one has attempted to write a Twitter client based solely on scraping to get around the token limits.
Re: I Don’t Need No Stinking API: Web Scraping For Fun and Profit
#9And this is why we can't have nice things. Web scraping, as fun as it is (and btw, this title again abuses "Fun and Profit"), is not a practice we should encourage. Yes, it's the sort of dirty practice many people do, at one point or another, but it shouldn't be glorified.
I'm not actually in favor of scraping. But I think it is possibility that needs to be considered on both ends. If a site has valuable info and doesn't provide a decent API, it naturally is going to encourage scraping.
And isn't a search engine a kind of scraper?