VOOZH about

URL: https://apify.com/fatihtahta/signal-nfx-scraper

โ‡ฑ Signal.nfx Scraper with Emails ยท Apify


Pricing

$4.99 / 1,000 results

Go to Apify Store

Signal.nfx Scraper with Emails

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.

Pricing

$4.99 / 1,000 results

Rating

1.8

(4)

Developer

๐Ÿ‘ Fatih Tahta

Fatih Tahta

Maintained by Community

Actor stats

4

Bookmarked

65

Total users

6

Monthly active users

4 days ago

Last modified

Share

Signal.nfx Scraper | Fast & Reliable | $8 / 1k

Slug: fatihtahta/signal-nfx-scraper Price: $8.00 per 1,000 saved investors

Pinpoint the right investors and build clean, structured datasets from Signal โ€ข NFX curated investor lists. Drop in one or more list URLs (e.g., top fintech seed investors), set your max items, and get normalized investor profiles ready for dealflow, market mapping, and outreach.


๐Ÿ’ก Why use this scraper?

  • Target the right people fast โ€” Pull investors from curated vertical & stage lists (e.g., AI Seed, FinTech Seed, SaaS Pre-seed).
  • Structured output โ€” Clean fields for person, firm, locations, verticals, and list context for instant filtering and enrichment.
  • Large-scale friendly โ€” Works well for long lists; cap with a single limit input if you want a smaller sample.
  • Export anywhere โ€” Download JSON, CSV, Excel, or feed directly to your pipeline.

Perfect for: fundraising research, investor targeting, LP & scout mapping, and vertical market scans.


๐Ÿง  What data do I get?

Each saved investor item includes:

  • id โ€” Investor profile ID
  • person โ€” { name, slug, first_name, last_name }
  • image_urls โ€” Array of image URLs (when available)
  • position โ€” Role (e.g., general_partner)
  • min_investment, max_investment, target_investment โ€” Numbers (USD, when available)
  • firm โ€” { id, name, slug }
  • investment_locations[] โ€” e.g., San Francisco Bay Area, London
  • investor_lists[] โ€” Array of lists the investor belongs to: { stage_name, slug, vertical }
  • Context of origin โ€” source_list_slug, source_list_stage, source_list_vertical
  • crawl_ts โ€” ISO timestamp
  • profile_detail โ€” Full investor profile enrichment pulled from the individual Signal profile page (see below)

profile_detail contents

Each profile_detail object includes:

  • profile_id, headline, areas_of_interest_freeform, no_current_interest_freeform
  • person โ€” Adds social/contact URLs, roles, personal URL, and first_degree_count
  • firm โ€” Includes current_fund_size
  • location โ€” { id, display_name }
  • min_investment, max_investment, target_investment, vote_count
  • positions[] โ€” Career history with company metadata and start/end months
  • degrees[] โ€” Education history with school details
  • media_links[] โ€” Articles/podcast links featured on the profile
  • investor_lists[] โ€” Lists curated on the investor profile page (stage, slug, vertical, location)
  • investments_on_record โ€” { record_count, has_more, edges[] } (recent companies + rounds + coinvestors)
  • network_list_investor_profiles and network_list_scouts_and_angels_profiles
  • investing_connections โ€” Direct investing relationships surfaced by Signal

๐Ÿ“ฅ Input configuration

Open the Input tab and provide:

  • startUrls (array of strings) โ€” One or more Signal.nfx list URLs. Example: https://signal.nfx.com/investor-lists/top-fintech-seed-investors https://signal.nfx.com/investor-lists/top-marketplaces-seed-investors
  • limit (integer, default 50000) โ€” Maximum investors to save across all lists.
  • proxyConfiguration (object) โ€” Use Apify Proxy (recommended) to enable robust rotation.
  • listConcurrency (integer, default 8) โ€” Number of investor lists processed in parallel.
  • detailConcurrency (integer, default 10) โ€” Number of investor profile details fetched in parallel per list page.
  • proxyPoolSize (integer, default 40, max 40) โ€” Size of pre-warmed proxy pool used for rotation and cooldown-aware retries.

Example Input

{
"startUrls":[
"https://signal.nfx.com/investor-lists/top-fintech-seed-investors"
],
"limit":120,
"proxyConfiguration":{
"useApifyProxy":true
}
}

๐Ÿ“ฆ Output example (single investor)

{
"record_type":"investor",
"id":"8118",
"person":{
"name":"Pete Flint",
"slug":"pete-flint",
"first_name":"Pete",
"last_name":"Flint"
},
"image_urls":[
"https://signal-api.nfx.com/rails/active_storage/representations/redirect/.../0"
],
"position":"general_partner",
"min_investment":500000,
"max_investment":5000000,
"target_investment":2500000,
"firm":{
"id":"212",
"name":"NFX",
"slug":"nfx"
},
"investment_locations":[
"New York, New York",
"San Francisco Bay Area",
"London"
],
"investor_lists":[
{"stage_name":"Seed", "slug":"fintech-seed", "vertical":"FinTech"},
{"stage_name":"Seed", "slug":"ai-seed", "vertical":"AI"}
],
"source_list_slug":"fintech-seed",
"source_list_stage":"Seed",
"source_list_vertical":"FinTech",
"crawl_ts":"2025-10-13T08:57:44.407Z",
"profile_detail":{
"profile_id":"8118",
"headline":"General Partner at NFX",
"areas_of_interest_freeform":"Marketplaces, PropTech",
"no_current_interest_freeform":"AdTech",
"person":{
"name":"Pete Flint",
"slug":"pete-flint",
"linkedin_url":"https://www.linkedin.com/in/peteflint/",
"twitter_url":"https://twitter.com/peteflint",
"roles":["VC", "Founder"],
"first_degree_count":2146
},
"firm":{
"id":"212",
"name":"NFX",
"slug":"nfx",
"current_fund_size":"$450M"
},
"location":{"id":"22992", "display_name":"San Francisco Bay Area"},
"positions":[
{
"title":"General Partner",
"company":{"id":"212", "name":"NFX", "display_name":"NFX"},
"start_date":{"month":9, "year":2015}
}
],
"degrees":[
{
"name":"MBA",
"field_of_study":"Business",
"school":{"display_name":"Stanford Graduate School of Business"}
}
],
"media_links":[
{
"title":"The future of marketplaces",
"url":"https://signal.nfx.com/articles/future-of-marketplaces"
}
],
"investments_on_record":{
"record_count":42,
"has_more": true,
"edges":[
{
"company_display_name":"Trulia",
"coinvestor_names":["James Currier"],
"funding_rounds":[
{
"funding_round":{
"stage":"Seed",
"amount":"$1.5M"
}
}
]
}
]
},
"network_list_investor_profiles":{
"list_type":"COINVESTORS",
"edges":[
{
"person":{"name":"James Currier"},
"firm":{"name":"NFX"}
}
]
},
"investing_connections":{
"record_count":167,
"edges":[
{"target_person":{"name":"James Currier"}}
]
}
}
}

๐Ÿงช How to use

  1. Open the actor: Signal.nfx Scraper | Fast & Reliable | $8 / 1k fatihtahta/signal-nfx-scraper
  2. Paste one or more Signal.nfx list URLs into startUrls.
  3. Set limit (optional).
  4. Run the actor.
  5. Download results from the Dataset as JSON/CSV/Excel.

๐Ÿ’ธ Pricing

  • $8.00 per 1,000 saved investors.
  • You only pay for items saved to the dataset.

โš–๏ธ Legal & Responsible Use

This actor consolidates publicly available information. Depending on your jurisdiction and use case, data may be considered personal data. Ensure you have a lawful basis (e.g., legitimate interest), follow applicable regulations (GDPR/CCPA), and respect platform terms and any applicable policies in your outreach and processing.


โ“ Support

Questions, feature requests, or custom data needs? Open an issue in the Issues tab on the actor page. I typically respond around the clock.

Happy mapping, Fatih

You might also like

PitchBook Investors Scraper

crawlerbros/pitchbook-investors-scraper

Scrape public investor profile metadata from PitchBook without a subscription. Supports text search, direct profile URLs, and bulk sitemap discovery. Returns name, description, location, investor type, status, metrics, social links, and more.

49

Pitchbook Scraper | Investor Email and Contact Data Extractor

parseforge/pitchbook-investors-scraper

Updated May 2026. PitchBook Investors Scraper for private equity and venture capital research. Pull investor contact details including emails and phone numbers from 423,000+ investors across all regions. Built for fund managers, placement agents, researchers, and analysts.

456

5.0

Crunchbase Scraper

automation-lab/crunchbase-scraper

Extract company profiles, funding rounds, investors, and founders from Crunchbase via the official API. Requires your Crunchbase API key. Pure HTTP, 256 MB.

๐Ÿ‘ User avatar

Stas Persiianenko

3

InvestorLift Scraper ยท Export Deals & Wholesaler Data

corent1robert/investorlift-scraper

Export properties, wholesalers, pricing, locations, and deal data from InvestorLift. Get a clean dataset ready for CRM, outreach, comps, or deal sourcing โ€” in one run. Turn InvestorLift into a structured deal pipeline. One run, one dataset, thousands of deals.

๐Ÿ‘ User avatar

Corentin Robert

29

5.0

PitchBook Companies Scraper

mdataset/pitchbook-realtime-scraper

PitchBook API gives you access to rich company information, including business details, financial history, deals, competitors, and research reports.

Pitchbook Companies Scraper

pratikdani/pitchbook-companies-scraper

PitchBook Company Profile Scraper actor scrapes detailed company information from PitchBook company profile pages. It extracts comprehensive data including company details, social media presence, financial information, competitors, and frequently asked questions.

219

1.0

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.

PR Newswire Scraper

parseforge/pr-newswire-scraper

Supercharge your press release research with our comprehensive PR Newswire scraper! Automate daily collection of detailed press release data with advanced filtering capabilities. Perfect for journalists, researchers, PR professionals, and market analysts who need press release intelligence.

64

5.0

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

Crunchbase Company Scraper - No API limits

davidsharadbhatt/crunchbase-company-scraper---no-api-limits

Extract company data from Crunchbase including funding, investors, and contacts. 130+ fields. No API limits. $11.99 per 1,000 companies.

106