Back to News
Advertisement
ppolaritymaking about 2 hours ago 3 commentsRead Article on scrapewithruno.com

DE version is available. Content is displayed in original English for accuracy.

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, stealth mode, and full LLM extraction to make this a fully functional and capable of scraping most if not all sites.

Also, another major problem with current web scrapers is that they charge per feature or bundle them into expensive credit tiers. A single large or JS rendered request can cost 5-75 credits, which means you essentially get nothing out of their plans. Runo is flat per request, no matter the site. At the Scale tier, Runo works out to $0.90 per 1,000 effective requests vs. around $6 for the nearest Firecrawl equivalent. My jaw dropped when I was testing Runo and came across these numbers.

I created a free tier that is 500 requests/month, no credit card required. Take it for a spin and let me what can be improved. I would love feedback.

Advertisement

Discussion (3 Comments)Read Original on HackerNews

drewrbaker•about 1 hour ago
Do a lot of scraping at work. Curious how you handle simulating UI interactions? Or if I can supply cookies in my requests?
eddy-sekorti•about 1 hour ago
good, how much can be done in 500 requests/ month, i want to try it for something
rvz•about 1 hour ago
How does this work against sites that use Google's next-gen reCAPTCHA that uses hardware attestations?