VOOZH about

URL: https://apify.com/w4rd0g/hackernews-monitor

โ‡ฑ HackerNews Monitor & Auto-Tagger API | Show HN Search ยท Apify


๐Ÿ‘ HackerNews Monitor + Auto-Tagger | Free Preview avatar

HackerNews Monitor + Auto-Tagger | Free Preview

Pricing

from $1.00 / 1,000 hn posts

Go to Apify Store

HackerNews Monitor + Auto-Tagger | Free Preview

Search and monitor HackerNews stories, Show HN, Ask HN, polls, jobs by keyword and date range. Auto-tag every post with your custom keyword list. For trend detection, market intel, AI launch monitoring. FREE during launch preview.

Pricing

from $1.00 / 1,000 hn posts

Rating

0.0

(0)

Developer

๐Ÿ‘ Polara Data

Polara Data

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 months ago

Last modified

Share

HackerNews Monitor + Auto-Tagger

Search and monitor HackerNews stories, Show HN, Ask HN, polls, jobs, comments by keyword and date range. Auto-tag every post with your custom keyword list. Built on the official Algolia public API โ€” no auth, no rate-limit headaches, full historical archive.

What it does

  • Multi-query search (run several keywords in one execution, results grouped by query)
  • Filter by post type: story, comment, Show HN, Ask HN, poll, job, front_page
  • Date range filter (any time window since HN inception)
  • Sort by popularity (best matches) or date (newest)
  • Min points / min comments thresholds
  • Auto-tag every post with a keyword list โ€” perfect for trend monitoring across multiple themes

Use cases

Tech market intelligence โ€” Track every Show HN launch in your category to spot competitors and adjacent products.

AI trend detection โ€” Monitor "RAG", "agent", "fine-tuning" to catch emerging topics before they go mainstream.

Founder lead-gen โ€” Find Ask HN posts asking for tools in your space, reach out before they buy elsewhere.

LLM training data โ€” Curate high-quality HN discussions as a corpus for fine-tuning domain-specific models.

Content marketing โ€” Find high-engagement HN stories (>100 points, >50 comments) for blog post inspiration.

Input

{
"queries":["RAG","LLM agents","AI infrastructure"],
"postType":"story",
"sortBy":"popularity",
"dateFrom":"2026-04-01",
"dateTo":"2026-04-29",
"minPoints":5,
"minComments":0,
"maxResultsPerQuery":50,
"tagKeywords":["RAG","Llama","fine-tuning","agent","embedding","vector-db","evaluation"]
}
FieldTypeDefaultDescription
queriesarrayrequiredSearch keywords (one per query)
postTypeenumstorystory / comment / show_hn / ask_hn / poll / job / front_page / all
sortByenumpopularitypopularity (best matches first) or date (newest first)
dateFromYYYY-MM-DD(none)Lower date bound (inclusive)
dateToYYYY-MM-DD(none)Upper date bound (inclusive)
minPointsint5Skip posts below this karma
minCommentsint0Skip posts below this comment count
maxResultsPerQueryint (1-1000)50Cap per query
tagKeywordsarray[]Keywords auto-tagged on title

Output

One dataset item per matching post:

{
"query":"RAG",
"objectID":"47955083",
"type":"story",
"title":"Production RAG: what I learned from processing 5M+ documents",
"url":"https://example.com/blog/rag-lessons",
"hnUrl":"https://news.ycombinator.com/item?id=47955083",
"author":"user1",
"points":551,
"numComments":114,
"createdAt":"2026-04-15T13:42:00.000Z",
"createdAtEpoch":1745000000,
"storyId":null,
"tags":["RAG","evaluation"]
}

Pricing

Currently FREE during the launch preview โ€” no per-result charges, no monthly cap.

When paid pricing rolls out (notice will be posted at least 14 days in advance):

EventPrice
Actor start$0.01 (one-time per run)
Result item$0.001 (per post)

Cost examples (post-launch):

  • 100 posts: ~$0.11
  • 1.000 posts: ~$1.01
  • 10.000 posts: ~$10.01

Limits

  • Source: HackerNews Algolia public search API (no auth required)
  • Coverage: full HN archive (2007 onwards)
  • Rate limit: ~10 req/sec (politely paced internally with 0.3s sleep)
  • Max results per query: 1.000 per run
  • Comment text not included by default (use HN item URL for full thread)

Source attribution

Data comes from the HackerNews Algolia public API, maintained by Algolia in partnership with Y Combinator. Subject to YC's terms.

Author

Polara Data โ€” niche scrapers for Italy, EU & global markets.

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.

MCP Server: HackerNews โ€” Search, Comments, Show HN

dltik/mcp-server-hackernews

Apify MCP server for AI agents: 6 tools to query HackerNews via Algolia API. Search stories/comments, top front page, Show HN trending, user profiles. Free official API, $0.005/call.

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 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