Home / Build / Funding watchlist
Venture research

Funding watchlist.

The public-market data all runs through Bloomberg. The private-market data all runs through email. Every funding-round newsletter is a manual scraping job the reader does with their eyes. One honest caveat: multi-source means duplicate announcements (the same round arrives from TechCrunch, Axios, and Term Sheet), so dedupe on company + round downstream before you sum anything.

What the dashboard looks like
Anthropic$3.5B Series EAI · 3d ago
Vercel$250M Series EDevtools · 6d
Perplexity$500M Series CAI · 8d

Mock. Renders whatever your schema pulls out of the subscribed newsletters.

Sources you subscribe to

One inbox on Inbin, 4 newsletter or alert subscriptions pointed at it. Every email that lands gets parsed against your schema.

YCTechCrunchAxios Pro RataTerm Sheet
The schema you'd declare

One PUT to /v1/schemas. Inbin extracts these fields from every future email. Hallucination guard drops anything the model invented.

{
  "extract": {
    "rounds": {
      "type": "array",
      "items": {
        "company":         { "type": "string", "required": true },
        "round":           { "type": "string", "enum": ["Pre-Seed", "Seed", "Angel", "Bridge",
                             "Series A", "Series B", "Series C", "Series D", "Series E",
                             "Growth", "Debt", "Grant"] },
        "amount_usd":      { "type": "number" },
        "lead_investor":   { "type": "string", "nullable": true },
        "other_investors": { "type": "array", "items": { "type": "string" } },
        "sector":          { "type": "string", "enum": ["AI", "Devtools", "Fintech", "Healthcare",
                             "Biotech", "Climate", "Consumer", "Enterprise SaaS", "Crypto",
                             "Defense", "Other"] },
        "announced_at":    { "type": "string", "nullable": true }
      }
    }
  }
}
How to ship it
  1. 01
    Create the inbox
    POST /v1/inboxes returns a permanent forwarding address like abc123@in.inbin.dev. Use it everywhere you subscribe.
  2. 02
    Point the sources at it
    Enter that address directly in each source’s notification settings or signup form (YC, TechCrunch, etc.). If a source sends a verification email, Inbin detects it and shows you the link or code to confirm. For mail that only goes to your own mailbox, a Gmail forwarding filter works as the fallback.
  3. 03
    Declare the schema
    Paste the JSON above. Inbin creates version 1 and tracks every future version; any event can be re-extracted against the new shape with one call.
  4. 04
    Consume the events
    Every parsed email hits your webhook as HMAC-signed JSON. Or read them via GET /v1/events. Or query them from an agent via MCP.
What this replaces

vs. PitchBook: $2,500+ / user / mo.

Every product listed above exists because the underlying data was hard to get. Newsletters give you that data for free. Inbin structures it.

Start with a free inbox.

1,000 events / month, no card required. Private beta.

Start free

Also worth building

Platform opsOn-call consoleHow →Finance opsVendor spend trackerHow →Deal intelligenceCross-source deal comparatorHow →