Hacker News Keyword Monitor avatar

Hacker News Keyword Monitor

Pricing

from $0.35 / 1,000 hn items

Go to Apify Store
Hacker News Keyword Monitor

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

Datamule

Maintained by Community

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

InputWhat it doesExample
queriesterms to monitor (matched on title, text, comment body & URL)your-brand, kubernetes, stripe.com
tagsitem type: story / comment / show_hn / ask_hn / pollstory
minPointsonly items with ≥ this many points (story types only)50
minCommentsonly stories with ≥ this many comments20
sinceDaysAgoonly items from the last N days7
sortByDatenewest-first (on) vs HN relevance (off)true
maxItemsPerQuerycap 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 higher minPoints, or a more specific query.
  • Comments have no point or comment-count score on Hacker News, so minPoints / minComments are ignored when searching comments.
  • points / num_comments server-side filtering is only available on the newest-first index; the actor applies these filters correctly regardless of the sortByDate setting.

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.