OCNORA

Hacker News

Business appsNo authcredential probe

Read Hacker News: items (stories, comments, jobs and polls), user profiles, the top/new/best/ask/show/job story lists, and full-text search across everything ever posted. The API is public — there is no credential to create.

OCNORA ships 7 typed Hacker News operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://hacker-news.firebaseio.com/v0 through the HTTP node with the same credential.

Operations 7

  • Get Item
    Read one Hacker News item by id — a story, comment, job, poll or poll option.
    hackernews.get_item
  • Get Max Item Id
    Read the largest item id on Hacker News, the starting point for walking backwards through everything.
    hackernews.get_max_item
  • Get Thread
    Read one item together with its whole comment tree already nested, from the Hacker News search index.
    hackernews.get_thread
  • Get Updates
    Read the item ids and usernames that Hacker News changed most recently.
    hackernews.get_updates
  • Get User
    Read one Hacker News user's karma, bio and submission ids.
    hackernews.get_user
  • List Stories
    Read the item ids in one of Hacker News's story lists: top, new, best, ask, show or jobs.
    hackernews.list_stories
  • Search
    Search every Hacker News story, comment, poll and job by text, tag or numeric condition.
    hackernews.search

Run your first Hacker News workflow today.

Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.