Every FundedAPI row carries the founder's LinkedIn URL from public sources. Pipe them into Heyreach campaigns automatically — personalized within 48h of the round hitting the press.
`contacts[].linkedinUrl` is populated for every founder we can identify from public team pages + press. Map directly into Heyreach's LinkedIn URL field for instant profile targeting.
Pass `?since=yesterday` to get only rounds scraped in the last 24h. Your Heyreach outreach hits founders in the warm window before competing SDRs figure out they raised.
`hiringSignal: true` = they're deploying the new cash. Personalize DMs with 'saw you're hiring [role] post-Seed' — 4-6x reply rate vs generic.
Daily CSV ingests natively. Or use our webhook → Cloudflare Worker → Heyreach API pattern for real-time enrollment as rounds break.
Know the investor → use warm-intro framing. Heyreach template: 'saw Sequoia led your Seed — Mike at [referring VC] flagged you to us'.
100 API calls/day = 500+ Heyreach-ready leads/day. Enough for one power-user SDR. Pro ($49/mo) for team-size Heyreach workspaces.
POST /v1/search/ai
{ "query": "SaaS founders who raised Series A in the last 48h, with LinkedIn URL, auto-enrolled in my 'Fresh Series A' Heyreach campaign" }# Daily pull: yesterday's rounds → Heyreach campaign
curl "https://fundedapi.com/v1/startups\
?round=Series%20A\
&niche=SaaS\
&since=$(date -u -v-1d +%Y-%m-%d)\
&limit=50" \
-H "Authorization: Bearer $FUNDED_API_KEY" | \
jq '[.startups[] |
{ name: .contacts[0].name,
company: .name,
linkedin_url: .contacts[0].linkedinUrl,
round: .fundingRound,
amount: .fundingAmount,
hiring: .hiringSignal
} | select(.linkedin_url)]' > heyreach-leads.json
# Then import heyreach-leads.json via Heyreach's bulk-import API
curl -X POST "https://api.heyreach.io/api/public/campaign/addLeads" \
-H "X-API-KEY: $HEYREACH_API_KEY" \
-H "Content-Type: application/json" \
-d @heyreach-leads.jsonFor ~70-80% of startups we can identify at least one founder/CEO LinkedIn from public sources. When `contacts[].linkedinUrl` is null, the URL wasn't publicly listed — filter those rows out of your Heyreach pull.
Between round close and the TechCrunch write-up, ~48 hours pass. Another ~3-5 days before mass cold-email outreach starts. DMing within 72 hours of the announcement hits the 'we're flattered anyone noticed' window — conversion data from our users shows 4-6x reply rate vs generic Seed-stage outreach.
Pull in batches (50-100/day) matching your Heyreach daily limit. Our data quality is high enough that LinkedIn's spam detectors treat these as legit per-founder DMs rather than blast patterns.
Yes. Common pattern: Cloudflare Worker cron → FundedAPI query → filter → Heyreach API → campaign enrollment. All one 30-line worker. Template in `/recipes/node` adapted for Heyreach.
Yes — our `contacts[]` array can have CEO + CTO + Head of GTM when they're all publicly listed. Use the CEO for funding congrats, CTO for hiring-focused pitches — different Heyreach campaigns, same lead pull.
All our LinkedIn URLs come from public company team pages + press releases, not scraping LinkedIn itself. Individuals can opt out via hello@fundedapi.com. Whether you then DM those profiles via Heyreach is your compliance territory — use Heyreach's warmup + daily-limit features.
Free: 100/day (single SDR). Pro: 10K/day (team of 3-5 SDRs running daily campaigns). Scale: 100K/day (agency or enterprise Heyreach workspaces with 50+ seats).
Fresh funding rounds + key hiring signals in your inbox every Monday.
Free forever. No card. No tricks.