VOOZH about

URL: https://apify.com/canadesk/nfx-mercury-vc

โ‡ฑ NFX Signal & Mercury VC Investor Database ยท Apify


๐Ÿ‘ NFX Signal & Mercury VC Investor Database avatar

NFX Signal & Mercury VC Investor Database

Pricing

from $1.00 / 1,000 results

Go to Apify Store

NFX Signal & Mercury VC Investor Database

Search, list, and scrape VC investor profiles from NFX Signal and the Mercury investor database.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Canadesk Support

Canadesk Support

Maintained by Community

Actor stats

0

Bookmarked

8

Total users

0

Monthly active users

3 months ago

Last modified

Share

Scrape VC investor data from NFX Signal and the Mercury investor database. Supports searching, listing, and fetching full investor profiles.

๐Ÿ›‘ Even with a proxy, the error "Unauthorized: Must be signed into Signal" will eventually be triggered. See token procedure.

๐Ÿ˜ถโ€๐ŸŒซ๏ธ We strongly recommend using queries directly. All results have a minimum of 1,000 records or more (empty).

Quick Start โ€” Just Paste a URL

The simplest way to use this actor is to set query to a URL. Source, operation, and parameters are auto-detected:

// Fetch an investor profile
{ "query": "https://signal.nfx.com/investors/shaun-abrahamson", "nfxToken": "YOUR_TOKEN" }
// Fetch an investor list
{ "query": "https://signal.nfx.com/investor-lists/top-who-were-founders-investors", "nfxToken": "YOUR_TOKEN" }
// Fetch Mercury investor database (with filters in the URL)
{ "query": "https://mercury.com/investor-database?perPage=All&sortBy=checkSize_desc&industries=SaaS,AI%2FML&stages=Pre-seed", "mercuryCookies": "YOUR_COOKIES" }

Plain text in query is treated as an NFX search:

{"query":"Scout","nfxToken":"YOUR_TOKEN"}

Conflict rule: When query is provided it always wins โ€” if you also set source or operation manually and they disagree, a warning is logged and the query-resolved values are used. To avoid confusion, either use query or set source/operation manually โ€” not both.


Input Reference

Routing fields (pick one approach)

FieldTypeDescription
querystringEasiest. Paste a URL or search text. Auto-detects source, operation, and parameters.
source"nfx" | "mercury"Manual data-source selection. Required if query is not set.
operation"search" | "categories" | "list" | "profile"NFX operation. Required for NFX when query is not set. Ignored for Mercury.

Operation-specific fields (only needed in manual mode)

FieldUsed byDescription
searchTermNFX searchName or firm to search, e.g. "Scout".
slugNFX listList slug, e.g. "https://signal.nfx.com/investor-lists/top-who-were-founders-investors".
personSlugNFX profilePerson slug, e.g. "shaun-abrahamson".
stageNFX categoriesFilter by stage: "seed", "pre_seed", "series_a".
locationIdNFX categoriesFilter by location tag ID.

Pagination & throttling

FieldTypeDefaultDescription
maxResultsinteger100Max investor records to fetch (list & search).
waitTimeBetweenRequestsinteger1500Delay in ms between paginated requests.

Authentication (secrets)

FieldSourceDescription
nfxTokenNFXJWT Bearer token from signal.nfx.com. Open DevTools โ†’ Network โ†’ copy the authorization: Bearer โ€ฆ value. Required for all NFX operations.
mercuryCookiesMercurySession cookies from mercury.com. Open DevTools โ†’ Network โ†’ copy the cookie header value. Required for Mercury.

Mercury-specific

FieldTypeDescription
mercuryFiltersobject{ "perPage": "All", "sortBy": "checkSize_desc", "industries": ["SaaS","AI/ML"], "stages": ["Pre-seed"] }

Proxy

FieldTypeDescription
proxyConfigurationobjectApify proxy config. Recommended for production runs.

Input / Output Examples

1. NFX Search

Search for investors or firms by name.

INPUT.json:

{
"source":"nfx",
"operation":"search",
"searchTerm":"Scout",
"nfxToken":"eyJhbGciOiโ€ฆ",
"maxResults":10,
"waitTimeBetweenRequests":1500
}

Or equivalently with just query:

{
"query":"Scout",
"nfxToken":"eyJhbGciOiโ€ฆ"
}

Output (dataset โ€” one row per result):

{
"_type":"investor",
"id":"9059",
"person":{
"id":"3920",
"slug":"david-dufresne",
"name":"David Dufresne",
"first_name":"David",
"last_name":"Dufresne"
},
"firm":{
"id":"1135",
"name":"Scout"
},
"image_urls":["https://signal-api.nfx.com/rails/active_storage/โ€ฆ"]
}
{
"_type":"firm",
"name":"Scout",
"slug":"panache-ventures",
"id":"1135"
}

2. NFX Categories

Get all investor list categories (optionally filtered by stage / location).

INPUT.json:

{
"source":"nfx",
"operation":"categories",
"stage":"seed",
"nfxToken":"eyJhbGciOiโ€ฆ"
}

Output:

{
"_type":"category",
"id":"1",
"slug":"advertising-seed",
"investor_count":716,
"stage":"seed",
"location":null,
"vertical":{
"id":"1",
"display_name":"Advertising"
}
}

3. NFX Investor List (paginated)

Fetch all investors from a specific list. Automatically paginates until maxResults is reached.

INPUT.json:

{
"source":"nfx",
"operation":"list",
"slug":"top-who-were-founders-investors",
"maxResults":200,
"nfxToken":"eyJhbGciOiโ€ฆ",
"waitTimeBetweenRequests":1500
}

Or with URL:

{
"query":"https://signal.nfx.com/investor-lists/https://signal.nfx.com/investor-lists/top-who-were-founders-investors",
"nfxToken":"eyJhbGciOiโ€ฆ",
"maxResults":200
}

Output (one row per investor):

{
"_type":"list_investor",
"_listSlug":"top-who-were-founders-investors",
"id":"12074",
"person":{
"id":"15719",
"first_name":"Josh",
"last_name":"Youth",
"name":"Josh Youth",
"slug":"josh-youth"
},
"position":"managing_partner",
"min_investment":"100000",
"max_investment":"1000000",
"target_investment":"500000",
"firm":{
"id":"7320",
"name":"Yoko",
"slug":"yoko"
},
"investment_locations":[
{"id":"24410","display_name":"Panama"}
],
"investor_lists":[
{"id":"28","stage_name":"Seed","slug":"hardware-seed","vertical":{"display_name":"Hardware"}},
{"id":"31","stage_name":"Seed","slug":"impact-seed","vertical":{"display_name":"Impact"}}
]
}

4. NFX Investor Profile

Fetch a full investor profile including positions, education, investments on record, network, and media links.

INPUT.json:

{
"query":"https://signal.nfx.com/investors/shaun-abrahamson",
"nfxToken":"eyJhbGciOiโ€ฆ"
}

Or manually:

{
"source":"nfx",
"operation":"profile",
"personSlug":"shaun-abrahamson",
"nfxToken":"eyJhbGciOiโ€ฆ"
}

Output:

{
"_type":"profile",
"id":"11434",
"claimed":true,
"leads_rounds":"0",
"person":{
"slug":"shaun-abrahamson",
"name":"Shaun Abrahamson",
"linkedin_url":"https://www.linkedin.com/in/shaunabe/",
"twitter_url":"https://www.twitter.com/shaunabe",
"roles":["VC","Investor"],
"url":"https://thirdsphere.com"
},
"position":"managing_partner",
"headline":"Managing Partner at Third Sphere",
"min_investment":"250000",
"max_investment":"1000000",
"target_investment":"500000",
"stages":[
{"display_name":"Pre-seed"},
{"display_name":"Seed"}
],
"location":{"display_name":"Los Angeles, California"},
"firm":{
"name":"Third Sphere",
"slug":"third-sphere"
},
"areas_of_interest_freeform":"We know that climate is about more than carbonโ€ฆ",
"vote_count":27,
"investor_lists":[
{"slug":"robotics-pre-seed","stage_name":"Pre-seed","vertical":{"display_name":"Robotics"}}
],
"investments_on_record":{"record_count":0,"edges":[]},
"investor_profile_funding_rounds":{"record_count":0,"edges":[]},
"network_list_investor_profiles":{"list_type":"COINVESTORS","edges":["โ€ฆ"]}
}

5. Mercury Investor Database

Scrape the Mercury investor database. Filters can be passed inline or extracted from a URL.

INPUT.json:

{
"source":"mercury",
"mercuryCookies":"_SESSION=abc123โ€ฆ; pi=xyzโ€ฆ",
"mercuryFilters":{
"perPage":"All",
"sortBy":"checkSize_desc",
"industries":["Enterprise","SaaS","AI/ML"],
"stages":["Pre-seed","Seed"]
},
"waitTimeBetweenRequests":2000
}

Or with URL (filters extracted automatically):

{
"query":"https://mercury.com/investor-database?perPage=All&sortBy=checkSize_desc&industries=SaaS,AI%2FML&stages=Pre-seed",
"mercuryCookies":"_SESSION=abc123โ€ฆ; pi=xyzโ€ฆ"
}

Output (one row per investor):

{
"_source":"mercury",
"firmName":"Example Capital",
"name":"Jane Smith",
"checkSize":"$100K - $500K",
"stages":["Pre-seed","Seed"],
"industries":["SaaS","AI/ML"],
"linkedinUrl":"https://linkedin.com/in/janesmith"
}

Mercury output fields depend on what Mercury returns; the above is representative. If cookies are expired or the page format changes, the actor returns a diagnostic object with _note.


How It Works

  1. User-Agent rotation โ€” Each HTTP request uses a randomly selected browser user-agent string (pool of 10).
  2. Request throttling โ€” Configurable waitTimeBetweenRequests delay between paginated requests.
  3. Proxy support โ€” Set proxyConfiguration to route through Apify residential proxies.
  4. Auto-pagination โ€” NFX list fetches page after page until maxResults is reached.
  5. URL auto-detection โ€” Paste any signal.nfx.com or mercury.com URL and the actor figures out what to do.

Getting Your Tokens

NFX Signal Bearer Token

  1. Go to signal.nfx.com and log in.
  2. Open DevTools (F12) โ†’ Network tab.
  3. Click any page that loads investor data.
  4. Find a request to signal-api.nfx.com/graphql.
  5. Copy the authorization header value (starts with Bearer eyJโ€ฆ). Paste the part after Bearer .

Mercury Cookies

  1. Go to mercury.com/investor-database and log in.
  2. Open DevTools (F12) โ†’ Network tab.
  3. Find any request to mercury.com.
  4. Copy the full cookie header value.

You might also like

Signal NFX Investor Scraper

powerai/signal-listing-scraper

Scrape investor profiles from Signal NFX with automatic pagination and comprehensive investor data including firm details, check sizes, and investment focus.

Signal NFX Investor Scraper - Cheap ๐Ÿ“Š๐Ÿ‘ค

scrapestorm/signal-nfx-investor-scraper---cheap

๐Ÿ” Easily collect investors from Signal NFX Provide one or multiple Signal NFX investor list URLs and extract detailed investors such as investor name, firm, role, sweet spot, geographies & direct profile link ๐Ÿ‘ค๐Ÿ“Š Perfect for VC market analysis, firm intelligence & startup lead generation ๐Ÿš€๐Ÿ’ผ

5

Signal.nfx Scraper with Emails

fatihtahta/signal-nfx-scraper

Scrape Signal.NFX investor lists into enriched, structured data. Extract Investor LinkedIn profiles, emails, firm details, check sizes, investment history, portfolio data, locations, vertical focus. Export clean JSON/CSV/Excel for fundraising, investor targeting, outreach & market mapping.

63

1.8

Angel Investor Contact Finder

datapilot/angel-investor-contact-finder

Investor Finder Scraper โ€” Finds angel investors and VCs by industry and location using a built-in investor database plus Google News enrichment. Extracts investor profiles, bios, focus areas, emails, LinkedIn, Twitter, websites, and investment interests with smart matching, scoring, deduplication.

SEC Investor Alerts Scraper

parseforge/sec-investor-alerts-scraper

Export every SEC Investor Alert and Bulletin from Investor.gov as structured JSON, CSV, or Excel. Get titles, dates, categories, summaries, links and full PDF URLs for fraud warnings and investor education. Ideal for compliance teams, financial advisors, and journalists.

Startupticker.ch Investors Scraper

corent1robert/startupticker-scraper

Extract comprehensive investor data from startupticker.ch, Switzerland's leading startup ecosystem directory. Automatically scrapes investor profiles, extracts contact information, and enriches data with emails and LinkedIn profiles from investor websites. Perfect for building investor databases.

๐Ÿ‘ User avatar

Corentin Robert

2

VC Database & Investor Watchlist โ€” Owler-powered

foxlabs/vc-investor-watchlist

Owler-powered investor data โ€” VC, PE, corporate VC & sovereign wealth firms. Returns firmographics, recent deals, M&A history, leadership, funding rounds & news as clean JSON. Public-source feed; pay-as-you-go; no login. Not a substitute for paid VC databases (IRR/DPI not included).

2

Investor Presentation Scraper

datapilot/investor-presentation-scraper

Investor Presentation Scraper extracts investor decks, earnings presentations, SEC filings, annual reports, shareholder documents, and financial news from SEC EDGAR, company IR websites, Yahoo Finance, and Google News. Supports PDF discovery, deduplication, and structured dataset export.

VC Sheet Funds Scraper โ€“ Venture Capital Directory

giovannibiancia/vc-sheet-funds-scraper---venture-capital-directory

Scrape the complete VC Sheet fund directory (vcsheet.com) to extract structured data on hundreds of active venture capital funds. Perfect for founders building investor outreach lists, researchers mapping the VC ecosystem, and B2B data providers targeting the startup finance space.

๐Ÿ‘ User avatar

Giovanni Bianciardi

13