# Find full-time Dutch jobs on Jobbird

**Use case:** 

Scrape full-time job listings from Jobbird.com. Structured Dutch job data. No subscription, pay per result.

## Input

```json
{
  "searchQuery": "verpleegkundige",
  "city": "",
  "radius": "",
  "contractType": "fulltime",
  "category": "",
  "educationLevel": "",
  "fetchDetails": false,
  "useProxy": false,
  "debugMode": false,
  "includeSponsored": true,
  "skipReposts": false,
  "startUrls": [],
  "maxItems": 5
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "hours": {
    "label": "Hours",
    "format": "text"
  },
  "contractType": {
    "label": "Contract type",
    "format": "text"
  },
  "educationLevel": {
    "label": "Education level",
    "format": "text"
  },
  "publishDate": {
    "label": "Publish date",
    "format": "text"
  },
  "daysOld": {
    "label": "Days old",
    "format": "number"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "contentHash": {
    "label": "Content hash",
    "format": "text"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  },
  "descriptionText": {
    "label": "Description (Text)",
    "format": "text"
  },
  "descriptionMarkdown": {
    "label": "Description (Markdown)",
    "format": "text"
  },
  "isRepost": {
    "label": "Is repost",
    "format": "boolean"
  },
  "originalPublishDate": {
    "label": "Original date",
    "format": "text"
  },
  "originalUrl": {
    "label": "Original URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "text"
  }
}
```

## About this Actor

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