Skip to main content
AI Studio  add-on for Spider.
news.ycombinator.com · HTTP 200

Hacker News Scraper

Spider read news.ycombinator.com in 150 ms without a browser and returned 98 lines of clean markdown.

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response news.ycombinator.com/index.md markdown · 98 lines
AMD acquires Taalas to boost inference performance by etching models in silicon (theregister.com)Bioengineered chewing gum may offer a way to fight HPV and other microbes (sciencedaily.com)52 points by Audiophilip4 hours agoInside vLLM: Anatomy of a High-Throughput LLM Inference System (2025) (aleksagordic.com)Herdr is joining Y Combinator. The runtime stays open (herdr.dev)146 points by collinmanderson6 hours agoAlmost no skill required to cook a steak (sydorets.com)279 points by yusyd10 hours agoLaunch HN: ProvenMetal (YC S26) delivers circuit boards in days instead of weeks (provenmetal.com)187 points by willcarkner10 hours agoImproving GPT‑5.6 Sol in ChatGPT, expanding GPT‑5.6 Luna access for free users (openai.com)150 points by tedsanders9 hours agoGitHub Actions and Pages are experiencing degraded availability (githubstatus.com)325 points by Footkerchief10 hours agoThe Sylvester–Gallai Theorem (futilitycloset.com)18 points by surprisetalk2 hours agoWhy Estonians invite strangers into their back gardens each summer (bbc.com)15 points by koolhead172 hours agoSTV: A full-motion video codec for the Atari ST (medium.com/jonas.eschenburg)18 points by indyjo3 hours agoMeta Ordered to Pay $942M to Address Harm to Kids from Social Media (wsj.com)57 points by boplicity1 hour agoHumans missed 1 in 3 threats approving AI agent commands across 40k game runs (scalex.dev)257 points by Wirbelwind14 hours agoMy phone detects going on a run as “someone snatching my phone and running off” (gamedev.place)Quake – 30th Anniversary Update (bethesda.net)216 points by dsubburam5 hours agoLearn how chips are made with this Rollercoaster Tycoon-inspired animation (laurentiugabriel.github.io)110 points by laurentiurad10 hours agoShow HN: The Channels SDK – Bring Any Agent to Any Channel (Slack, MS Teams) (github.com/copilotkit)87 points by davidmckayv9 hours agoCan you reverse engineer an ASIC? (janestreet.com)
Code · Fields · Cost · Run it keyless, no account

The same call, in code.

The capture above came back as markdown. These examples add a key, so you get browser rendering, proxies, and concurrency on news.ycombinator.com.

hackernews-scraper.ts
import { SpiderBrowser } from "spider-browser";

const spider = new SpiderBrowser({
  apiKey: process.env.SPIDER_API_KEY!,
});

await spider.connect();
const page = spider.page!;
await page.goto("https://news.ycombinator.com/");

// No selectors, no schema. Spider reads the page and names the fields.
const data = await page.scrape();

console.log(data);
await spider.close();
ready to run · spider-browser, no selectors

Ready for volume? Get an API key →

Fields you can pull.

TitleURLScoreAuthorComment countPosted timeRankDomain

Spider names these from the page. The capture above came back as markdown; the same call with return_format: "json" returns them as keys.

What news.ycombinator.com costs to scrape.

The capture above cost $0.000067 to fetch. Pricing is $1 per GB of pre-transformation bandwidth plus $0.001 per CPU minute, so a page like this one lands at a fraction of a cent. Failed requests are billed at $0.

  • Free balance on signup
  • No card required to test
  • Balance never expires
See the full pricing →

Run it keyless, no account

curl -X POST https://api.spider.cloud/scrape -H "Content-Type: application/json" -d '{"url": "https://news.ycombinator.com/", "return_format": "markdown"}'

More News scrapers.

Start scraping news.ycombinator.com.

You already have the call. A key raises the rate limit and turns on browser rendering, proxies, and concurrency. Balance never expires, and top-ups go through secure checkout.