Skip to content
← back to work automation

uk startup funding digest

n8nclaude apigoogle sheets
what i use it for

i use this as a daily discovery feed — early-stage funding is often the signal to reach out about a role.

Screenshot of uk startup funding digest

the problem

tracking early-stage uk startup funding requires reading dozens of sources daily. most tools cover too broadly — us-heavy, all stages — or require expensive subscriptions. there was no lightweight, uk-specific, early-stage-only pipeline.

the approach

  1. 01 fetch

    uk startup news sources run in parallel, pulling articles published in the last 24 hours.

  2. 02 extract

    claude reads each article and identifies early-stage funding announcements, pulling structured data: company name, amount, stage, lead investors, and source url.

  3. 03 deduplicate

    a composite key prevents the same funding round appearing twice when reported across multiple outlets. same round, different source — one row.

  4. 04 log

    confirmed funding events write to google sheets. one clean row per round, ready to act on.

the workflow

uk startup funding digest n8n workflow