Hacker News new | ask | show | jobs
by kevin2r 2332 days ago
Wonder if this means more native apps that are harder to scrap and less websites from companies that don’t want their data scrapped.
1 comments

Native apps are generally a lot easier to scrape since they rely on an API which can't be changed willy nilly without breaking compatibility with older apps. Also you can't do captcha etc on API calls in the same way you can on websites. And of course the data is neatly formatted to be machine readable.