# Find programmer jobs on YoungCapital.nl Netherlands

**Use case:** 

Scrape YoungCapital.nl programmer vacancies with hours, location, and employer details for Dutch youth employment tracking.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.youngcapital.nl/vacatures?region_name=&job_guide_name=&search%5Bzipcode_eq%5D=programmer&search%5Bkeywords_scope%5D=&search%5Bjob_types%5D%5Bid%5D%5B%5D=7&search%5Bworking_hours_min%5D=1&search%5Bworking_hours_max%5D=40"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "hours": {
    "label": "Hours",
    "format": "text"
  },
  "isNew": {
    "label": "Is New",
    "format": "boolean"
  },
  "tags": {
    "label": "Tags",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Youngcapital.nl Scraper](https://apify.com/lexis-solutions/youngcapital-nl-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/youngcapital-nl-scraper) to learn more, explore other use cases, and run it yourself.