# Venture Capital Firms in United States - Instant Results

**Use case:** 

Instantly find US venture capital firms. Find, instantly, venture capital firms with an office in the United States. No scraping and no waiting - 6,580 checked firms are already in the database, and this task returns the US ones with their website, city, sectors, stages, named partners and contact email, ready for JSON, CSV or Excel.

## Input

```json
{
  "area": [
    "United States"
  ],
  "investorTypes": [
    "Venture capital firm"
  ],
  "maxResults": 10000
}
```

## Output

```json
{
  "name": {
    "label": "Firm",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "investorType": {
    "label": "Kind of investor",
    "format": "text"
  },
  "continent": {
    "label": "Continent",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "sectors": {
    "label": "Sectors",
    "format": "array"
  },
  "stages": {
    "label": "Stages",
    "format": "array"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "description": {
    "label": "What they do",
    "format": "text"
  },
  "contact1Name": {
    "label": "Contact 1 name",
    "format": "text"
  },
  "contact1Title": {
    "label": "Contact 1 title",
    "format": "text"
  },
  "contact1LinkedIn": {
    "label": "Contact 1 LinkedIn",
    "format": "link"
  },
  "contact2Name": {
    "label": "Contact 2 name",
    "format": "text"
  },
  "contact2Title": {
    "label": "Contact 2 title",
    "format": "text"
  },
  "contact2LinkedIn": {
    "label": "Contact 2 LinkedIn",
    "format": "link"
  },
  "contact3Name": {
    "label": "Contact 3 name",
    "format": "text"
  },
  "contact3Title": {
    "label": "Contact 3 title",
    "format": "text"
  },
  "contact3LinkedIn": {
    "label": "Contact 3 LinkedIn",
    "format": "link"
  },
  "linkedin": {
    "label": "LinkedIn page",
    "format": "link"
  },
  "portfolio": {
    "label": "Companies funded",
    "format": "array"
  },
  "grossAssets": {
    "label": "Money managed",
    "format": "text"
  },
  "address": {
    "label": "Street address",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Instant Investment Firm Database](https://apify.com/dionysus_way/instant-investment-firm-database.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/dionysus_way/instant-investment-firm-database.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/dionysus_way/instant-investment-firm-database.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
