# LATAM Startup & VC Funding — Full Export

**Use case:** 

Scrape the full latam startup & vc funding dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract latam startup & vc funding for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "source": "all",
  "country": "",
  "maxItems": 200
}
```

## Output

```json
{
  "company_name": {
    "label": "Company Name",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "sector": {
    "label": "Sector",
    "format": "string"
  },
  "round_stage": {
    "label": "Round Stage",
    "format": "string"
  },
  "amount_usd": {
    "label": "Amount Usd",
    "format": "string"
  },
  "lead_investor": {
    "label": "Lead Investor",
    "format": "string"
  },
  "announced_date": {
    "label": "Announced Date",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [LATAM Startup & VC Funding Directory Scraper](https://apify.com/jungle_synthesizer/latam-vc-startup-directory-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/latam-vc-startup-directory-scraper) to learn more, explore other use cases, and run it yourself.