# Investor Emails for SaaS Startup Fundraising

**Use case:** 

Find US venture capital and growth investors backing SaaS and B2B software, with verified emails for founders raising a round.

## Input

```json
{
  "regions": [
    "United States"
  ],
  "investorTypes": [
    "Venture Capital"
  ],
  "excludeInvestorTypes": [],
  "otherInvestorTypes": [
    "Growth/Expansion"
  ],
  "excludeOtherInvestorTypes": [],
  "investorStatuses": [
    "Actively Seeking New Investments"
  ],
  "excludeInvestorStatuses": [],
  "searchText": "SaaS, B2B software",
  "maxItems": 400,
  "requiredFields": [
    "Primary Contact Email",
    "Website"
  ],
  "strictDeduplication": true,
  "previousLeadsFiles": []
}
```

## Output

```json
{
  "Company Name": {
    "label": "Company Name",
    "format": "text"
  },
  "Company URL": {
    "label": "Company URL",
    "format": "link"
  },
  "Primary Investor Type": {
    "label": "Investor Type",
    "format": "text"
  },
  "Investor Status": {
    "label": "Status",
    "format": "text"
  },
  "AUM": {
    "label": "AUM (M)",
    "format": "number"
  },
  "Website": {
    "label": "Website",
    "format": "link"
  },
  "Primary Contact": {
    "label": "Primary Contact",
    "format": "text"
  },
  "Primary Contact Title": {
    "label": "Contact Title",
    "format": "text"
  },
  "Primary Contact Email": {
    "label": "Contact Email",
    "format": "text"
  },
  "Primary Contact Phone": {
    "label": "Contact Phone",
    "format": "text"
  },
  "HQ Global Region": {
    "label": "Region",
    "format": "text"
  },
  "HQ Global Sub Region": {
    "label": "Sub Region",
    "format": "text"
  },
  "HQ Country/ Territory/Region": {
    "label": "Country/Region",
    "format": "text"
  },
  "HQ City": {
    "label": "City",
    "format": "text"
  },
  "Total Investments": {
    "label": "Total Investments",
    "format": "number"
  },
  "Total Active Portfolio": {
    "label": "Active Portfolio",
    "format": "number"
  },
  "Total Exits": {
    "label": "Total Exits",
    "format": "number"
  },
  "# of Investment Professionals": {
    "label": "Investment Professionals",
    "format": "number"
  },
  "Other Investor Types": {
    "label": "Other Types",
    "format": "text"
  },
  "Description": {
    "label": "Description",
    "format": "text"
  },
  "Preferred Industry": {
    "label": "Industry",
    "format": "text"
  },
  "Preferred Verticals": {
    "label": "Verticals",
    "format": "text"
  },
  "Preferred Geography": {
    "label": "Geography",
    "format": "text"
  },
  "Preferred Investment Types": {
    "label": "Investment Types",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Pitchbook Scraper | Investor Email and Contact Data Extractor](https://apify.com/parseforge/pitchbook-investors-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/pitchbook-investors-scraper) to learn more, explore other use cases, and run it yourself.