Hacker News Trend Aggregator avatar

Hacker News Trend Aggregator

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Hacker News Trend Aggregator

Hacker News Trend Aggregator

Scrape Hacker News stories and comments via the official Algolia + Firebase APIs. Keyword search with date/points filters, plus live top/best/new/ask/show/job rankings. No credentials, no proxy required.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Ishaan

Ishaan

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

16 days ago

Last modified

Categories

Share

Scrape Hacker News stories and comments using the official Algolia HN Search API and Firebase API — no account, no API key, no proxy spend required.

What it does

  • Keyword search — query stories and/or comments by relevance or date, with since/until date range and minPoints/minComments filters
  • Live rankings — pull the current top, best, new, Ask HN, Show HN, or jobs lists straight from HN's Firebase feed
  • Unified output — stories and comments in one dataset with consistent field names, ready for analysis or AI pipelines

Why use this actor

Competitor actorProblemThis actor
harvestlab/hacker-news-scraper (5 users)Barely launched, search-onlySearch and live ranked lists
Generic multi-source actorsNo HN-specific depthNative points/comments/date filters
Roll-your-own API callsPagination + hydration + charge logic to maintainOne input, clean schema, pay-per-result

Hacker News is the canonical signal source for startup, AI, and developer-tooling intelligence — a natural input for RAG pipelines, trend dashboards, and competitive research.

Output fields

FieldTypeDescription
typestringstory, comment, job, or poll
object_idstringHN item ID
urlstringHN permalink (news.ycombinator.com/item?id=…)
external_urlstringLinked article URL (stories)
titlestringStory title (or parent story title for comments)
textstringSelf-text (Ask/Show) or comment body
authorstringHN username
author_urlstringHN user profile link
pointsintegerScore
num_commentsintegerComment count
story_idstringParent story ID (comments)
story_titlestringParent story title (comments)
created_atstringISO 8601 timestamp
created_at_iintegerUnix timestamp
tagsarrayHN/Algolia tags

Usage examples

Keyword search, high-signal stories from 2025 by recency:

{
"mode": "search",
"searchTerms": ["AI agents", "LLM"],
"itemType": "story",
"sortBy": "date",
"minPoints": 50,
"since": "2025-01-01T00:00:00Z",
"maxResults": 1000
}

Live front-page snapshot:

{
"mode": "top",
"maxResults": 100
}

Pricing

Pay per event: $0.001 per result.

Example: 10,000 items ≈ $10.

Technical notes

  • Uses the official hn.algolia.com search API and hacker-news.firebaseio.com Firebase API — both free, public, no key
  • Zero proxy cost — official APIs, no anti-bot bypass
  • Polite rate limiting
  • Automatically stops when the user's spending limit is reached — charge respected per result, no overrun

Common use cases

  • AI / startup intelligence — track what the HN community is discussing
  • RAG pipelines — feed fresh, high-signal tech discourse into retrieval systems
  • Trend monitoring — daily pulls of top/best lists for a dashboard
  • Developer-tooling research — find Show HN launches and Ask HN demand signals
  • Sentiment / discourse analysis — collect comment threads on a topic

Data compliance

This actor accesses only public Hacker News data through YC's official, publicly documented APIs. No login credentials are used. Hacker News content is intentionally public; suitable for research and business use.