Hacker News Keyword Monitor
Pricing
from $0.35 / 1,000 hn items
Hacker News Keyword Monitor
Monitor Hacker News for keywords, brands, domains or authors via the public Algolia HN API. Search stories + comments, filter by points, comments, date & type. One record per hit — title, author, points, URL, text + raw. Pay per item.
Pricing
from $0.35 / 1,000 hn items
Rating
0.0
(0)
Developer
Datamule
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
0
Monthly active users
8 days ago
Last modified
Categories
Share
Monitor Hacker News for keywords, brands, domains, or authors using the
official public Algolia Hacker News Search API
(https://hn.algolia.com/api). No API key, no login. One clean dataset record
per matching item, with a stable set of normalized columns plus the complete
raw hit so nothing is lost.
Perfect for brand / product / competitor monitoring, lead discovery, or tracking every time a domain gets submitted or discussed on HN.
What it does
Give it one or more queries and pick an item type; the actor searches each query independently and returns the matching items:
| Input | What it does | Example |
|---|---|---|
queries | terms to monitor (matched on title, text, comment body & URL) | your-brand, kubernetes, stripe.com |
tags | item type: story / comment / show_hn / ask_hn / poll | story |
minPoints | only items with ≥ this many points (story types only) | 50 |
minComments | only stories with ≥ this many comments | 20 |
sinceDaysAgo | only items from the last N days | 7 |
sortByDate | newest-first (on) vs HN relevance (off) | true |
maxItemsPerQuery | cap per query (auto-paginates) | 200 |
Because a query is matched against the submitted URL too, searching a domain
like github.com/apache/airflow surfaces every HN submission of that link.
Leave a single empty query to browse the newest items of the chosen type without a keyword.
Output
One dataset record per item, normalized onto one schema:
itemId, type, title, url, author, points, numComments,
createdAt, createdAtTimestamp, matchedQuery, text (post text or comment
body), storyId, storyTitle, storyUrl, parentId, hnUrl (the
news.ycombinator.com/item?id=… permalink), tags
…plus raw — the complete, untouched Algolia hit — so any field not
surfaced above (e.g. _highlightResult, children) is still available.
Example input
{"queries": ["apify", "web scraping"],"tags": "story","minPoints": 10,"sinceDaysAgo": 30,"sortByDate": true,"maxItemsPerQuery": 200}
A query that matches nothing returns 0 records and succeeds (never an error).
Notes & limits
- The Algolia HN index lets you page through the first 1000 hits of any
single query. To reach older items, narrow with
sinceDaysAgo, a higherminPoints, or a more specific query. - Comments have no point or comment-count score on Hacker News, so
minPoints/minCommentsare ignored when searching comments. points/num_commentsserver-side filtering is only available on the newest-first index; the actor applies these filters correctly regardless of thesortByDatesetting.
Pricing
Pay-per-event: charged per item returned.
Source
Data comes from the official Hacker News Search API powered by Algolia (https://hn.algolia.com/api). Hacker News is a service of Y Combinator. This actor is an independent tool and is not affiliated with or endorsed by Y Combinator or Algolia.