Hacker News API Scraper avatar

Hacker News API Scraper

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Hacker News API Scraper

Hacker News API Scraper

Scrapes Hacker News items through the official Firebase API and outputs only result rows.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Ian Dikhtiar

Ian Dikhtiar

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Hacker News Trend Scraper

Hacker News is an early-warning system for what technical people care about.

This actor turns HN into clean structured data from the official Firebase API: top stories, new stories, best stories, Ask HN, Show HN, jobs, or exact item IDs.

Use it for startup research, developer intelligence, launch tracking, hiring-market signals, newsletters, dashboards, alerts, and AI workflows.

What you get

  • One real Hacker News item per dataset row
  • Title, author, score, comment count, timestamp, URL, and HN discussion link
  • Optional HN text for Ask HN, Show HN, jobs, comments, and polls
  • Optional child/comment IDs for discussion graph workflows
  • Run summary stored separately in the key-value store

Best feeds

FeedBest for
topstoriesCurrent front-page monitoring
newstoriesEarly trend detection
beststoriesHigher-quality ranked items
askstoriesPain points, questions, and debates
showstoriesLaunches, demos, tools, and startup ideas
jobstoriesHiring and market-demand signals

Example input

{
"feed": "showstories",
"maxItems": 100,
"itemType": "story",
"includeText": true,
"includeKidIds": true
}

Data source

Official Hacker News Firebase API:

https://hacker-news.firebaseio.com/v0/<feed>.json
https://hacker-news.firebaseio.com/v0/item/<id>.json

No proxy, browser rendering, or HTML parsing required.