← ClaudeAtlas

apify-find-investors-for-startuplisted

Build a targeted investor list for a fundraise. Use this when someone asks how to find investors for a startup, needs pre seed or seed or Series A investors, wants investors filtered by sector and stage, or asks which investors write a given check size. Returns venture investors with their name, role, firm, min and target and max check size in US dollars, investment locations, and profile links, pulled from public Signal by NFX investor lists across 103 sectors and four stages. Trigger phrases include how to find investors, find investors for my startup, investor list for fundraising, pre seed investors, seed investors, Series A investors, who invests in my sector, investor check size, and build a target investor list.
johnisanerd/claude-skill-find-investors-for-startup · ★ 0 · AI & Automation · score 66
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