Show HN: I built a Web-Scraper API that is 6-7x more efficient than current ones
1 min read
Runo is a web-scraping API that returns typed, structured JSON. You define a schema (field name, type, example value), and Runo fetches the page and returns the data. No HTML, no parsers, no post-processing.
Over the past few weeks, I have been building this non stop. Currently, every scraper API out there solves the site fetching problem but left the extraction of the actual data entirely to users. Runo makes that completely disappear.
For Runo, I went ahead and added JS rendering, steal