# Venture Sourcing Portfolio Research

**Use case:** 

Build a research list of 500 Global portfolio companies by market, geography, and stage for VC sourcing workflows.

## Input

```json
{
  "tenant": "global",
  "search": "climate",
  "maxItems": 150,
  "countries": [
    "United States",
    "United Kingdom",
    "Singapore"
  ],
  "industries": [
    "Climate",
    "Sustainability"
  ],
  "stages": [
    "Seed",
    "Pre-Seed"
  ]
}
```

## Output

```json
{
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "link"
  },
  "linkedinUrl": {
    "label": "LinkedIn",
    "format": "link"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "stage": {
    "label": "Stage",
    "format": "text"
  },
  "businessModel": {
    "label": "Business model",
    "format": "text"
  },
  "industries": {
    "label": "Industries",
    "format": "array"
  },
  "tenants": {
    "label": "Tenants",
    "format": "array"
  },
  "batches": {
    "label": "Batches",
    "format": "array"
  },
  "initialInvestmentDates": {
    "label": "Initial investment dates",
    "format": "array"
  },
  "companyId": {
    "label": "Company ID",
    "format": "number"
  },
  "organizationId": {
    "label": "Organization ID",
    "format": "number"
  },
  "businessName": {
    "label": "Business name",
    "format": "text"
  },
  "alternativeNames": {
    "label": "Alternative names",
    "format": "array"
  },
  "logoUrl": {
    "label": "Logo",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [500 Global Portfolio Scraper](https://apify.com/automation-lab/500-global-portfolio-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/500-global-portfolio-scraper) to learn more, explore other use cases, and run it yourself.