# Recent VC Investor Activity Insights

**Use case:** 

Get the latest data on VC and PE firms' recent deals and funding rounds from the past week. Access firmographics, leadership, and news.

## Input

```json
{
  "companyUrls": [
    {
      "url": "https://www.owler.com/company/tpg"
    },
    {
      "url": "https://www.owler.com/company/softbank"
    },
    {
      "url": "https://www.owler.com/company/sequoia-capital"
    }
  ],
  "companyDomains": [
    "sequoiacap.com",
    "kkr.com",
    "tpg.com"
  ],
  "companyNames": [
    "TPG",
    "KKR",
    "SoftBank"
  ],
  "includeInvestments": true,
  "includeAcquisitions": true,
  "includeFunding": true,
  "includeCompetitors": true,
  "includeNewsEvents": true,
  "includeFinancialHistory": true,
  "includeLeadership": true,
  "includeSocial": true,
  "maxResults": 10000,
  "maxConcurrency": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "name": {
    "label": "Firm",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "headquarters": {
    "label": "HQ",
    "format": "text"
  },
  "yearFounded": {
    "label": "Founded",
    "format": "number"
  },
  "totalInvestments": {
    "label": "Investments",
    "format": "number"
  },
  "totalAcquisitions": {
    "label": "Acquisitions",
    "format": "number"
  },
  "employees": {
    "label": "Employees",
    "format": "number"
  },
  "revenueFormatted": {
    "label": "Revenue / AUM",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "url": {
    "label": "Owler profile",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [VC Database & Investor Watchlist — Owler-powered](https://apify.com/foxlabs/vc-investor-watchlist) with a specific input configuration. Visit the [Actor detail page](https://apify.com/foxlabs/vc-investor-watchlist) to learn more, explore other use cases, and run it yourself.