What this shows
- Stories and comments matching the keyword, counted per week for the last eight weeks.
- The top threads by score, with links to the Hacker News discussion.
- A line showing the total across the period.
How it works
The tool calls https://hn.algolia.com/api/v1/search, the official search API for Hacker News. It is public, requires no key, and allows cross-origin reads. The query parameter is your keyword. The tags parameter filters to stories and comments. The numericFilters parameter restricts to the last eight weeks.
Example API call
https://hn.algolia.com/api/v1/search?query=supabase&tags=(story,comment)&numericFilters=created_at_i>1720569600&hitsPerPage=100The discatch catch for the same keyword
This tool checks once. A discatch catch watches the same keyword continuously and pushes new matches to your agent or inbox. The catch below fires every hour on the free tier.