Skip to content
OtherReal-timeUpdated May 2026

Hacker News

Hacker News story API

Hacker News API is the official YC-hosted API for the Hacker News forum — read-only access to stories, comments, users, and the front-page rankings. Tiny Command exposes two actions, no triggers (HN doesn't push events; polling is the only path): Get Top Stories (the IDs of the current top stories on the front page — paginated by ranking), Get Story (full detail for one story by ID — title, URL, score, author, comments). The connection requires no auth (HN's API is public). The typical workflow: a scheduled trigger fires every 5-15 minutes, calls Get Top Stories, dedupes against previously seen IDs, and reacts to new front-page entries. For "alert me when a story matching keyword X hits the front page" or "track my own submissions' performance" workflows, this is the source. HN's API is very simple (no rate limit policy enforced, but be polite — don't hammer it).

0triggers
2actions
≈ 2 minto set up
Freetier · no card
Actions

Do anything Hacker News can do, from a workflow.

Every action accepts dynamic inputs from upstream nodes, whether that's an AI output, a form field, or a search result.

ActionWhat it does
Get HN StoryReturns a story by ID with title, URL, score, author, comments. The standard lookup for HN-aware workflows after Get Top Stories returns IDs.
Get HN Top StoriesReturns the IDs of stories currently ranking on the HN front page. For "alert when story matching keyword X hits front page" or "track my own submissions" workflows.
Recipes

Pre-built Hacker News workflows.

Clone any recipe and customize it in one click. Every recipe is fully editable.

Before you build

Three things worth knowing.

Filter at the trigger

Tiny Command counts a run the moment a trigger fires. Filtering early means only matching events spend your usage budget.

Authorize once, reuse anywhere

Connect Hacker News once and every workflow on your account can use its triggers and actions. You don't have to re-auth per workflow.

No JSON to read

Every Hacker News field shows up in the visual picker for downstream nodes. The raw payload is there for power users, optional for everyone else.

FAQ

Questions about the Hacker News integration.

If we missed yours, ping support. We usually reply within an hour.

How do I connect Hacker News to Tiny Command?
Open the Tiny Command workflow builder, drop in a Hacker News node, and click Connect. Authorize Hacker News once and any workflow on your account can use its triggers and actions. Most teams finish the connection in under two minutes.
What Hacker News triggers does Tiny Command support?
Tiny Command focuses on outbound actions for Hacker News today. Use Tiny Command's universal Webhook or Schedule trigger to start Hacker News workflows, then run any Hacker News action you need.
What Hacker News actions can I run from a workflow?
2 Hacker News actions are available out of the box, covering other operations like "Get HN Story". Every action accepts dynamic inputs from upstream nodes, whether that's a search result, an AI output, or a form field.
Is the Hacker News integration real-time?
Hacker News actions execute synchronously inside your workflow. Tiny Command waits for Hacker News's API to confirm before continuing to the next step, so downstream nodes can rely on the result.
Do I need to write code to use Hacker News with Tiny Command?
No. Every Hacker News trigger and action is fully configurable from the visual workflow builder. For edge cases that aren't covered, drop in a custom HTTP node and call any Hacker News API endpoint directly.
How much does the Hacker News integration cost?
There's a free tier you can start on without a credit card. Higher run volumes and team features come with paid plans. The Hacker News integration itself has no per-app surcharge.
Related

More other apps people connect.

Same category as Hacker News, ordered by how often teams pair them. Hover the carousel to pause.

Do more with Hacker News.

Wire it to Slack, Notion, HubSpot, Stripe, or any of the other 438 apps in our catalog. Setup takes roughly two minutes. Free to try, no credit card.