Scrape Hacker News — Stories, Jobs, Comments & Users

Extract structured data from Y Combinator's Hacker News. Scrape top stories, new stories, job postings, Ask HN threads, Show HN projects, comments, and user profiles. HTTP-only — no Chrome, no Playwright.

Open on Apify → Try it now
Docker Image
~12MB
RAM
128MB
Proxy
Datacenter
Coverage
Global
Pricing
$0.50/1k items
Anti-Bot
TLS fingerprinting

What You Can Scrape

Primary Use Cases

API Example

# Start a run via the Apify API
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~ycombinator-scraper/runs?token=YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "mode": "top",
    "maxResults": 100,
    "includeComments": true
  }'

# Or use with AI agents via MCP:
# https://mcp.apify.com?tools=santamaria-automations/ycombinator-scraper

Integrations

How It Compares

FeatureNanoScrapeHN API wrappers
Docker image~12MBVaries
RAM usage128MBVaries
Cost per 1k items$0.50$2 - $10
Output formatStructured JSONRaw API format
Comments includedYes (nested)Separate calls
SearchBuilt-inAlgolia API

Output Fields

FieldTypeExample
titlestringShow HN: I built a new database
urlstringhttps://example.com/article
scorenumber342
authorstringpg
comment_countnumber187
created_atstring2026-04-23T08:15:00Z
typestringstory
hn_urlstringhttps://news.ycombinator.com/item?id=...
Open on Apify → Try it now — free tier available