# 500 Global Portfolio Companies Scraper

**Use case:** 

Scrape 500 Global portfolio company records with company names, descriptions, industries, stages, countries, and URLs.

## Input

```json
{
  "tenant": "global",
  "search": "fintech",
  "maxItems": 50,
  "countries": [],
  "industries": [],
  "stages": []
}
```

## 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.