NFX: Get Firm Investor Investments
NFX via Parse · Finance
Retrieve personally attributed investments for every investor at a given firm on NFX Signal. Accepts a firm slug and performs one request per investor at the firm (N+1 pattern: 1 firm lookup + 1 per investor). Returns each investor's name, position, and their investment records including portfolio company name, funding round stage/date/amount, whether the investor led the round, total raised, and co-investor names. Firm slugs are discoverable from get_investor_list or search_investors_by_firm results (firm_slug field). The number of investments returned per investor is controlled by investments_per_investor (default 20, max 100). Access investor lists from NFX Signal, a network for Founders, VCs, Scouts, and Angels. Browse ranked investors by industry vertical and funding stage. Fulfilled by Parse from signal.nfx.com.
- b2b-directory
- finance
- jobs
- nfx
- parse
- platform-key
- signal-nfx-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Finance
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/0173ac51-c94d-4f1a-8563-d0f3eefc0918/get_firm_investor_investments
- Interface artifact
- sha256:8a9e48c18fd2c0a73af71debb40854c26eb1ef17cf558bac3fbaa80038f3bcf8
- Manifest digest
- sha256:8faf9f95aea4c8d703180fbce19145d3a1e4b3a0403f18c55230d4d4bf9aeafe
Request fields
- firm_slug (string, required): Firm slug identifying the company (e.g. 'sequoia-capital', 'andreessen-horowitz', 'greylock'). Spaces are automatically converted to hyphens and text is lowercased.
- investments_per_investor (integer): Maximum number of investments to return per investor. Clamped to 1-100.
Example queries
- {"firm_slug":"greylock"}