Skip to content
← back to work automation

hn who's hiring — uk startups

n8nclaude apigoogle sheetsapify
what i use it for

i run this monthly to find early-stage uk startups actively hiring — companies i want to work with.

Screenshot of hn who's hiring — uk startups

the problem

hacker news hiring threads are a goldmine for early-stage startup intelligence — but manually filtering thousands of posts for uk roles, then checking each company's funding stage, takes hours every month. there was no systematic way to do this at scale.

the approach

  1. 01 fetch

    pulls the current month's hacker news "who's hiring" thread in full.

  2. 02 pre-filter

    removes non-uk posts before any ai calls — cuts costs significantly without missing relevant roles.

  3. 03 extract

    claude identifies company name, open roles, tech stack, and location from each uk post.

  4. 04 funding check

    cross-references each company against crunchbase. series b and later are filtered out — this feed is early-stage only. companies with no crunchbase data are kept by default.

  5. 05 log

    results write to google sheets sorted newest-first, deduplicated by comment id.

the workflow

hn who's hiring — uk startups n8n workflow