<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: barebearcountry</title><link>https://news.ycombinator.com/user?id=barebearcountry</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 15 Jun 2026 16:58:33 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=barebearcountry" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Show HN: Runo – Scraping API that returns typed JSON, not raw HTML]]></title><description><![CDATA[
<p>Currently, most scraping APIs aren’t capable of much more then fetching. You get a dump of html back and you’re on your own. I built Runo to take a schema and return typed, validated JSON directly. No parsers or selectors and nothing to maintain.<p>Runo takes a schema:
{ "field": "price",   "type": "float",   "example": 29.99 }
{ "field": "inStock", "type": "boolean", "example": true  }<p>You get the exact data you want back, typed and clean. Nothing else to do.<p>JS rendering is handled automatically. First it’s plain fetch, if that fails it escalates to playwright stealth. Nothing to configure on your end.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48214202">https://news.ycombinator.com/item?id=48214202</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 20 May 2026 21:12:48 +0000</pubDate><link>https://scrapewithruno.com/?version=2.0</link><dc:creator>barebearcountry</dc:creator><comments>https://news.ycombinator.com/item?id=48214202</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48214202</guid></item><item><title><![CDATA[New comment by barebearcountry in "College students drown out AI-praising commencement speeches with boos"]]></title><description><![CDATA[
<p>+1</p>
]]></description><pubDate>Wed, 20 May 2026 14:24:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=48208376</link><dc:creator>barebearcountry</dc:creator><comments>https://news.ycombinator.com/item?id=48208376</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48208376</guid></item></channel></rss>