scrapestack: An API for Scraping Sites

1 · CSS-Tricks · Nov. 12, 2019, 11:15 p.m.
Summary
(This is a sponsored post.) Not every site has an API to access data from it. Most don't, in fact. If you need to pull that data, one approach is to "scrape" it. That is, load the page in web browser (that you automate), find what you are looking for in the DOM, and take it. You can do this yourself if you want to deal with the cost, maintenance, and technical debt. For example, this is one of … Read article The post scrapestack: An API for Scraping Sites appeared first on CSS-Tricks....