# Scrape internships in the Netherlands

**Use case:** 

Extract internship (stage) listings from YoungCapital across the Netherlands. Structured Dutch job data. Pay per result.

## Input

```json
{
  "searchQuery": "finance",
  "radius": "40",
  "contractType": "stage",
  "educationLevel": "",
  "startUrls": [],
  "maxResults": 5,
  "requestDelayMs": 500,
  "maxRequestsPerMinute": 30,
  "debugMode": false
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "contractType": {
    "label": "Contract",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "hoursMin": {
    "label": "Hours Min",
    "format": "number"
  },
  "hoursMax": {
    "label": "Hours Max",
    "format": "number"
  },
  "educationLevel": {
    "label": "Education",
    "format": "text"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "isNew": {
    "label": "New",
    "format": "boolean"
  },
  "publishDate": {
    "label": "Published",
    "format": "date"
  },
  "contactPhone": {
    "label": "Phone",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Young Capital Scraper](https://apify.com/unfenced-group/young-capital-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/young-capital-scraper) to learn more, explore other use cases, and run it yourself.