VOOZH about

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

โ‡ฑ Hacker News Scraper - Extract Tech News ยท Apify


Pricing

from $10.00 / 1,000 results

Go to Apify Store

Scrape Hacker News stories, comments, and user profiles. Extract top stories, new posts, Show HN, Ask HN. Monitor tech trends, track discussions, build news aggregators. Real-time tech news scraping.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Do It

Do It

Maintained by Community

Actor stats

0

Bookmarked

9

Total users

1

Monthly active users

5 months ago

Last modified

Categories

Share

Fast and reliable scraper for Hacker News using the official Firebase API. No browser needed = cheap & fast.

Features

  • Lightning fast - API-based, no browser overhead
  • Multiple story types - Top, New, Best, Ask HN, Show HN, Jobs
  • Score filtering - Filter by minimum points
  • Comments support - Optionally fetch top comments
  • Author info - Get karma and profile data
  • Cost effective - Minimal compute usage

Output Example

{
"id":12345678,
"title":"Show HN: I built a tool to visualize code complexity",
"url":"https://example.com/my-tool",
"score":342,
"by":"techfounder",
"time":1705312800,
"timeISO":"2026-01-15T10:00:00.000Z",
"descendants":156,
"type":"story",
"hnUrl":"https://news.ycombinator.com/item?id=12345678",
"storyType":"top",
"scrapedAt":"2026-01-16T12:00:00.000Z"
}

With Comments

{
"id":12345678,
"title":"Show HN: I built a tool to visualize code complexity",
"score":342,
"comments":[
{
"id":12345679,
"by":"commenter1",
"text":"This is amazing! I've been looking for something like this...",
"time":1705313400,
"timeISO":"2026-01-15T10:10:00.000Z"
}
],
"commentCount":10
}

Input Parameters

ParameterTypeDescription
storyTypestringType of stories: "top", "new", "best", "ask", "show", "job"
maxItemsnumberMaximum stories to collect (default: 100, max: 500)
minScorenumberMinimum score/points filter (default: 0)
includeCommentsbooleanFetch top comments for each story
maxCommentsPerStorynumberMax comments per story (default: 10)
includeUserInfobooleanFetch author karma and profile

Story Types

TypeDescription
topFront page stories (default)
newNewest submissions
bestHighest rated all-time
askAsk HN threads
showShow HN submissions
jobJob postings

Use Cases

  • Tech News Monitoring - Track trending tech stories
  • Startup Research - Find Show HN launches
  • Job Market Analysis - Monitor HN job postings
  • Sentiment Analysis - Analyze comments on tech topics
  • Content Curation - Build tech newsletters
  • Competitive Intelligence - Track mentions of products/companies

Integrations

Export data to:

  • JSON, CSV, Excel, XML
  • Google Sheets
  • Webhooks
  • Make (Integromat)
  • Zapier

Cost

This actor uses minimal compute because it relies on Hacker News's Firebase API instead of browser automation. Typical run costs less than $0.01 for 100 stories.

Performance

  • 100 stories in ~5 seconds (without comments)
  • 100 stories with comments in ~15-20 seconds
  • Parallel fetching for maximum speed

Why Hacker News?

Hacker News is the premier tech community with:

  • 10M+ monthly visitors
  • High-quality tech discussions
  • Startup launches and job postings
  • Direct access from Y Combinator network

Support

Having issues? Open an issue or contact us.


Built with care by flowbot.company

Usage with AI (MCP)

Connect to mcp.apify.com and use natural language:

  • "Scrape data using Hackernews Scraper"
  • "Get results from Hackernews Scraper"
  • "Run Hackernews Scraper with default settings"

You might also like

Hacker News Data Scraper

kawsar/hacker-news-data-scraper

Hacker News scraper that pulls stories, jobs, Ask HN and Show HN posts from news.ycombinator.com, so developers and SEO teams can track tech trends and job listings without manual browsing.

Hacker News Scraper

coder_zoro/hacker-news-scraper

Extract Hacker News stories, Ask HN, Show HN & jobs. Multi-category scraping. Structured JSON output. Fast & reliable. Export to CSV/Excel/JSON.

Hacker News MCP Server

automation-lab/hackernews-mcp-server

Query Hacker News data programmatically: search stories, get top posts, Ask HN, Show HN, jobs, comments, and user profiles via the free HN Algolia API.

๐Ÿ‘ User avatar

Stas Persiianenko

3

Hacker News Scraper - Stories, Comments & Search

legend006/hackernews-scraper

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.

๐Ÿ”ถ Hacker News Scraper โ€” Stories & Tech Trends

nexgendata/hacker-news-scraper

Scrape Hacker News stories โ€” top, new, best, ask, show, jobs โ€” with engagement scoring and topic clustering. Tech recruiters mine HN Who's Hiring for senior engineering leads, VCs monitor Show HN signal, researchers track Ask HN dev sentiment.

Hacker News API Scraper

logiover/hacker-news-search-scraper

Hacker News scraper & HN API alternative. Scrape stories, comments, Ask HN & Show HN without login; export to CSV/JSON. No key, no proxy.

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.