Discover/Nfx API
live

Nfx APIsignal.nfx.com

Browse and discover ranked investors from NFX Signal's network of VCs, Angels, and Scouts filtered by your target industry vertical and funding stage. Find the right investor matches for your fundraising needs by accessing curated investor lists organized by investment focus and check size.

This API takes change requests — .
Endpoint health
monitored
get_investor_list
Checks pendingself-healing
Endpoints
1
Updated
2h ago
This call costs1 credit / call— charged only on success
Try it
Investor list slug identifying the vertical and stage combination (e.g. 'ai-seed', 'fintech-series-a', 'advertising-seed', 'enterprise-series-b', 'los-angeles-southern-california').
Pagination cursor. Pass the 'end_cursor' value from a previous response's pagination object to retrieve the next page of results. Omit for the first page.
Number of investors per page. Clamped to 1-100.
api.parse.bot/scraper/0173ac51-c94d-4f1a-8563-d0f3eefc0918/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/0173ac51-c94d-4f1a-8563-d0f3eefc0918/get_investor_list?slug=ai-seed' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 1 totalmissing one? ·

Retrieve a ranked list of investors from NFX Signal filtered by industry vertical and funding stage. Each list is identified by a slug combining the vertical name and stage (e.g. 'ai-seed', 'fintech-series-a', 'enterprise-series-b'). Returns investor profiles with firm, position, investment range, locations, and cross-references to other lists. Supports cursor-based pagination; pass the returned end_cursor as the 'after' parameter to fetch the next page. Each page returns up to 'limit' investors (default 20, max 100).

Input
ParamTypeDescription
slugrequiredstringInvestor list slug identifying the vertical and stage combination (e.g. 'ai-seed', 'fintech-series-a', 'advertising-seed', 'enterprise-series-b', 'los-angeles-southern-california').
afterstringPagination cursor. Pass the 'end_cursor' value from a previous response's pagination object to retrieve the next page of results. Omit for the first page.
limitintegerNumber of investors per page. Clamped to 1-100.
Response
{
  "type": "object",
  "fields": {
    "stage": "string — funding stage (e.g. 'seed', 'series_a', 'series_b')",
    "list_id": "string — internal list ID",
    "location": "string or null — geographic filter applied to this list",
    "vertical": "string — industry vertical name (e.g. 'AI', 'FinTech')",
    "investors": "array of investor profile objects with name, firm, position, investment range, locations, and list memberships",
    "list_slug": "string — the slug identifying this investor list",
    "pagination": "object with has_next_page (boolean), end_cursor (string), and record_count (integer)",
    "investor_count": "integer — total number of investors in this list"
  },
  "sample": {
    "data": {
      "stage": "seed",
      "list_id": "3",
      "location": null,
      "vertical": "AI",
      "investors": [
        {
          "name": "Marc Andreessen",
          "slug": "marc-andreessen",
          "position": "general_partner",
          "firm_name": "Andreessen Horowitz",
          "firm_slug": "andreessen-horowitz",
          "last_name": "Andreessen",
          "person_id": "3",
          "first_name": "Marc",
          "investor_lists": [
            {
              "slug": "ai-series-b",
              "stage": "Series B",
              "vertical": "AI"
            },
            {
              "slug": "biotech-series-b",
              "stage": "Series B",
              "vertical": "BioTech"
            },
            {
              "slug": "education-series-b",
              "stage": "Series B",
              "vertical": "Education"
            }
          ],
          "max_investment": "40000000",
          "min_investment": "500000",
          "target_investment": "20000000",
          "investor_profile_id": "5350",
          "investment_locations": [
            "Mountain View, California",
            "Menlo Park, California"
          ]
        }
      ],
      "list_slug": "ai-seed",
      "pagination": {
        "end_cursor": "MjA",
        "record_count": 5396,
        "has_next_page": true
      },
      "investor_count": 5396
    },
    "status": "success"
  }
}

About the Nfx API

The Nfx API on Parse exposes 1 endpoint for the publicly available data on signal.nfx.com. Calls return JSON over HTTPS and are billed per successful response.

Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.