apify-find-investors-for-startuplisted
Install: claude install-skill johnisanerd/claude-skill-find-investors-for-startup
# Find investors for a startup, by stage and check size
Turn a fundraise into a filtered list of real investors: who invests in your sector, at your stage, and the cheque size they actually write.
## When to use
Use this when a founder asks how to find investors for a startup, needs a target list for a raise, or wants to know which investors back a specific sector and stage. Use it when the answer needs names and cheque sizes, not general fundraising advice.
Do not use it for company or funding lookups on a single startup; that is a company database job.
## What it returns
Per investor: `name`, `position`, `firmName`, `firmUrl`, `personUrl`, `headshotUrl`, `minInvestment`, `targetInvestment`, `maxInvestment` (US dollars), `investmentLocations`, `listMemberships`, `sourceListSlug`, `sourceListStage`, `sourceListVertical`.
## Prerequisites
- An Apify account and API token. Free account: https://apify.com?fpr=9n7kx3&fp_sid=skillrepo
- The Apify CLI, authenticated: `apify login`
## The Actor
[NFX Signal Investor API](https://apify.com/johnvc/nfx-signal-investor-api?fpr=9n7kx3&fp_sid=skillrepo)
## Run it with the Apify CLI
Step 1, discover which lists exist. There are 349 across 103 sectors and four stages.
```bash
apify call johnvc/nfx-signal-investor-api \
--input '{"mode":"lists","maxItems":50}' \
--json \
--user-agent apify-awesome-skills/apify-find-investors-for-startup \
2>/dev/null
```
Step 2, pull investors from the lists that match the raise.
```bas