Hacker News new | ask | show | jobs
by hazz 4683 days ago
In many cases websites that load data asynchronously through an API are much nicer to scrape, as the data is already structured for you. You don't have to go through the pain of extracting data from a mess of tables, divs and spans.