VOOZH about

URL: https://apify.com/legend006/hackernews-scraper

โ‡ฑ Hacker News Scraper - Stories, Comments & Search ยท Apify


๐Ÿ‘ Hacker News Scraper - Stories, Comments & Search avatar

Hacker News Scraper - Stories, Comments & Search

Pricing

from $0.30 / 1,000 results

Go to Apify Store

Hacker News Scraper - Stories, Comments & Search

Scrape Hacker News stories, comments, polls, jobs, and Ask/Show HN posts. Search by keyword and date range, pull a user's full activity, or fetch any HN list (front page, new, best, ask, show, job). No auth required. Built for AI/ML datasets, tech trend research, and news monitoring.

Pricing

from $0.30 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ NIJ KANANI

NIJ KANANI

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a month ago

Last modified

Categories

Share

๐ŸŸ  Hacker News Scraper

Scrape Hacker News stories, comments, polls, jobs, and Ask/Show HN posts. Search by keyword + date range, pull full HN lists (front page, new, best, ask, show, jobs), or fetch any user's complete activity.

โšก Uses HN's official Algolia + Firebase APIs. No login, no rate-limit nightmares, no scraping HTML.


โœจ What you can do

  • ๐Ÿ”Ž Keyword search with date range, tag filter, min-points threshold, and sort by relevance/date/points
  • ๐Ÿ“‹ Pull any HN list โ€” top, new, best, Ask HN, Show HN, jobs
  • ๐Ÿ‘ค Get any user's full activity โ€” stories AND comments, by username
  • ๐Ÿ’ฌ Optionally fetch full comment trees โ€” flattened with parent IDs (great for AI training)

๐Ÿš€ Quick start

  1. Click Try for free
  2. Pick mode: search, list, or user
  3. Enter targets
  4. Click Start

๐Ÿ“ฅ Input examples

Search for "claude" stories from the last month with 50+ points

{
"mode":"search",
"searchQueries":["claude"],
"tags":"story",
"sortBy":"points",
"since":"2026-04-01",
"minPoints":50,
"maxItems":500,
"includeComments":true
}

Pull current front page

{
"mode":"list",
"listType":"topstories",
"maxItems":30,
"includeComments":true,
"maxCommentsPerStory":50
}

Get pg's recent activity

{
"mode":"user",
"users":["pg","dang"],
"maxItems":100
}

๐Ÿ“ค Output (per item)

{
"type":"story",
"id":12345678,
"title":"Show HN: A new way to scrape data",
"text":null,
"author":"username",
"points":234,
"numComments":87,
"createdAt":"2026-04-15T12:34:56.000Z",
"url":"https://example.com/article",
"hnUrl":"https://news.ycombinator.com/item?id=12345678",
"tags":["story","front_page"],
"comments":[
{
"type":"comment",
"id":12345679,
"text":"Great post!",
"author":"commenter",
"points":12,
"createdAt":"2026-04-15T13:00:00.000Z",
"parentId":12345678
}
]
}

๐ŸŽฏ Use cases

WhoWhy
๐Ÿค– AI / LLM teamsHigh-signal tech-discussion training data, filterable by topic and quality (points threshold)
๐Ÿ“ฐ Tech journalistsTrack what's trending in dev/startup community
๐Ÿง‘โ€๐Ÿ’ป EngineersDataset of "Show HN" launches, open-source releases, new tools
๐Ÿ“Š VCs / scoutsMonitor early-stage signals across founders posting on HN
๐Ÿ“ˆ SEO researchersTrack tech keywords surfacing in HN search trends

โš™๏ธ Tech notes

  • Search uses HN's Algolia API โ€” fast, fielded, supports complex queries
  • Lists & item details use HN's Firebase API โ€” official, real-time
  • No auth required, no API key needed, no rate-limit (within reason)
  • Comments are fetched recursively from Firebase for accuracy and full trees

โ“ FAQ

Will I get rate-limited? HN is generous โ€” the Algolia API is unmetered for reasonable use. Comment-tree scraping at large scale is slower because each item is a separate Firebase call.

Are deleted/dead items included? No โ€” they're filtered automatically.

Can I scrape historical data? Yes. Use since and until in search mode to pull any historical date range. HN's archive goes back to 2007.

Schedule it? Yes โ€” set up an Apify Schedule for daily/hourly trend tracking.

You might also like

Hacker News Search Scraper Stories, Comments, Show HN, Ask HN

seemuapps/hn-search-scraper

Search Hacker News stories, comments, Show HN, Ask HN, polls, and jobs by keyword, author, date range, points, and comment count. Full text and engagement metrics. No login.

Hacker News Scraper

rupom888/hackernews-scraper

Scrape stories, jobs, comments, and polls from Hacker News using the official HN Firebase API. Get top/new/best/ask/show stories with comments, search by keyword via Algolia HN Search API. Reliable and no rate limiting.

Hacker News Search โ€” Stories, Comments & Developer Sentiment

ryanclinton/hackernews-search

Search and extract stories, comments, polls, Show HN, and Ask HN posts from Hacker News. This actor uses the Algolia HN Search API to find content by keyword, filter by author, date range, minimum points, and comment count -- then returns clean, structured JSON ready for analysis, monitoring, or ...

30

Hacker News Scraper

plantane/hackernews-scraper

Scrape stories, comments, and scores from Hacker News. Supports top, new, best, Ask HN, Show HN, and job feeds. Uses the official Firebase API for reliable, fast data extraction.

Hacker News Enhanced Scraper - Stories, Comments & Search

hata1234/hn-scraper

Scrape Hacker News stories, comments, and search results via official Firebase and Algolia APIs. No proxy needed. Supports top, best, new, Ask HN, Show HN, job stories, full-text search, comment extraction, and advanced filtering by points, date, and domain.