# Find seed-stage SaaS investors in the US

**Use case:** 

Find US venture firms that invest in seed-stage software startups. Returns firm name, city, website, focus areas, AUM, and stage data for your fundraise.

## Input

```json
{
  "Firm_Types": [
    "Venture Capital Investor"
  ],
  "Focus_Areas": [
    "Software"
  ],
  "Investment_Stages": [
    "Seed"
  ],
  "Countries": [
    "United States"
  ],
  "Keyword": "Sequoia",
  "Max_Results": 15,
  "Offset": 0,
  "Order_By": "created_at",
  "Order_Direction": "desc",
  "Include_Contacts": false
}
```

## Output

```json
{
  "firm_name": {
    "label": "Firm"
  },
  "firm_type_name": {
    "label": "Type"
  },
  "firm_city": {
    "label": "City"
  },
  "firm_country": {
    "label": "Country"
  },
  "firm_website": {
    "label": "Website",
    "format": "link"
  },
  "firm_aum": {
    "label": "AUM (USD)"
  },
  "firm_focus": {
    "label": "Focus"
  }
}
```

## About this Actor

This example demonstrates how to use [Startup Investors Data Scraper](https://apify.com/johnvc/startup-investors-data-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/startup-investors-data-scraper) to learn more, explore other use cases, and run it yourself.