Hacker News Watcher avatar

Hacker News Watcher

Pricing

Pay per usage

Go to Apify Store
Hacker News Watcher

Hacker News Watcher

Monitor Hacker News for posts matching keywords via Algolia API. Returns title, URL, score, author, and comment count.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Fred Deichler

Fred Deichler

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

Monitor Hacker News for posts matching your keywords. Uses Algolia's HN search API.

Input

  • keywords (required): Comma-separated keywords to search for
  • hitsPerPage (optional): Max results (default: 20, max: 100)

Output

Each dataset row:

{
"title": "Show HN: A new AI tool",
"url": "https://example.com",
"points": 42,
"author": "username",
"num_comments": 15,
"objectID": "12345678",
"created_at": "2026-07-03T12:00:00.000Z",
"hn_url": "https://news.ycombinator.com/item?id=12345678"
}