# Americas (excluding USA & Canada) Pitch Book | Fund Data

**Use case:** 

Extract Pitch Book | Fund Data data filtered by Americas (excluding USA & Canada). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "regions": [
    "Americas (excluding USA & Canada)"
  ],
  "maxItems": 10,
  "strictDeduplication": true,
  "previousLeadsFiles": []
}
```

## Output

```json
{
  "Company Name": {
    "label": "Company Name",
    "format": "text"
  },
  "Company URL": {
    "label": "Company URL",
    "format": "url"
  },
  "Investor": {
    "label": "Investor",
    "format": "text"
  },
  "Fund Partners": {
    "label": "Fund Partners",
    "format": "text"
  },
  "Fund Type": {
    "label": "Fund Type",
    "format": "text"
  },
  "Fund Category": {
    "label": "Fund Category",
    "format": "text"
  },
  "Preferred Investment Types": {
    "label": "Investment Types",
    "format": "text"
  },
  "Preferred Geography": {
    "label": "Geography",
    "format": "text"
  },
  "Preferred Verticals": {
    "label": "Verticals",
    "format": "text"
  },
  "Preferred Industry": {
    "label": "Industry",
    "format": "text"
  },
  "Fund Size Group": {
    "label": "Size Group",
    "format": "text"
  },
  "Investor Website": {
    "label": "Investor Website",
    "format": "url"
  },
  "Fund Country/ Territory/Region": {
    "label": "Country/Region",
    "format": "text"
  },
  "Fund Status": {
    "label": "Status",
    "format": "text"
  },
  "Fund Size": {
    "label": "Fund Size (M)",
    "format": "number"
  },
  "Dry Powder": {
    "label": "Dry Powder (M)",
    "format": "number"
  },
  "Fund Location": {
    "label": "Location",
    "format": "text"
  },
  "Vintage": {
    "label": "Vintage",
    "format": "text"
  },
  "% of Investments": {
    "label": "% Invested",
    "format": "text"
  },
  "Investments": {
    "label": "Investments",
    "format": "number"
  },
  "IRR": {
    "label": "IRR (%)",
    "format": "number"
  },
  "DPI": {
    "label": "DPI",
    "format": "number"
  },
  "RVPI": {
    "label": "RVPI",
    "format": "number"
  },
  "TVPI": {
    "label": "TVPI",
    "format": "number"
  },
  "Close Date": {
    "label": "Close Date",
    "format": "datetime"
  }
}
```

## About this Actor

This example demonstrates how to use [Pitchbook Scraper | Fund Data](https://apify.com/parseforge/pitchbook-scraper-fund-data) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/pitchbook-scraper-fund-data) to learn more, explore other use cases, and run it yourself.