Send Hacker News keyword digests with Claude and Gmail

Go to Workflow
0 views
Built by Nocode Expert Nocode Expert
Created on July 29, 2026

Description

Quick Overview
This workflow runs every 6 hours to search Hacker News (Algolia API) for your keywords, uses Anthropic Claude to filter and rank the most relevant stories, and emails you a concise digest via Gmail.

How it works
Runs on a schedule every 6 hours.
Builds an Algolia Hacker News search URL for each configured keyword using a look-back window and minimum points threshold.
Fetches matching stories from the public HN Algolia API, then tags each story with its keyword, de-duplicates results, and sorts by points.
Sends the matched stories and your reader context to Anthropic Claude to remove off-topic items and select the top picks with a short “why it matters” and an importance score.
Formats the selected picks into an HTML email with story links, points, comment links, and the matching keyword.
Sends the digest email to the configured recipient using Gmail.

Setup
Add an Anthropic API key (used in the HTTP request headers) and choose the Claude model in the configuration.
Connect your Gmail account credentials for sending email.
Update the configuration values for keywords, reader context, minimum points, look-back window (hoursBack), topN, and the digest recipient email address.

Nodes Used (3)

Code
n8n-nodes-base.code
Gmail
n8n-nodes-base.gmail
HTTP Request
n8n-nodes-base.httpRequest