Hacker News Scraper avatar

Hacker News Scraper

Pricing

from $0.50 / 1,000 item scrapeds

Go to Apify Store
Hacker News Scraper

Hacker News Scraper

Scrape Hacker News stories, comments, Show/Ask HN and front page via the official Algolia HN Search API — title, URL, points, comment count, author, text, dates — by keyword or author. Reliable, no key.

Pricing

from $0.50 / 1,000 item scrapeds

Rating

0.0

(0)

Developer

Bruno

Bruno

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Hacker News Scraper 🟠

Search and export Hacker News — stories, comments, Show/Ask HN, polls, and the front page — via the official Algolia HN Search API. Title, URL, points, comment count, author, text, and dates, in one clean feed.

Great for tech/startup trend tracking, brand and product monitoring, developer sentiment, and feeding AI agents with tech-news signal.

What it does

  • Search by keyword, filter by type (story, comment, Show HN, Ask HN, poll, front page).
  • Filter by author and minimum points.
  • Sort by relevance or newest; auto-paginates.

Input

{
"queries": ["AI agents"],
"type": "story",
"sortBy": "relevance",
"minPoints": 50,
"maxItemsPerQuery": 100
}

Output (one row per item)

{
"type": "story",
"object_id": "40000000",
"title": "Show HN: I built an AI agent framework",
"url": "https://example.com",
"author": "someuser",
"points": 412,
"num_comments": 133,
"created_at": "2026-07-14T...",
"hn_url": "https://news.ycombinator.com/item?id=40000000"
}

Notes

  • Uses the official, free Algolia HN Search API — stable and reliable.
  • No key and (usually) no proxy needed.
  • Run on a schedule to keep a live feed of any keyword or author.