# Verpleegkundige vacatures in Nederland

**Use case:** 

Zoekt op Jobbird.com naar `verpleegkundige` in de categorie Zorg en medisch in heel Nederland, nieuwste eerst, met volledige vacaturedetails, tot 100 vacatures. Elke vacature bevat titel, werkgever, locatie, contracttype, uren, salaris en de Jobbird-link. Wijzig `query` of `category`.

## Input

```json
{
  "startUrls": [],
  "query": "verpleegkundige",
  "location": "",
  "radius": 30,
  "category": [
    "zorg-medisch"
  ],
  "contractType": [],
  "recruitmentType": [],
  "workHours": [],
  "educationLevel": [],
  "sortBy": "date",
  "postedWithinDays": "0",
  "includeDetails": true,
  "descriptionFormat": "all",
  "descriptionMaxLength": 0,
  "compact": false,
  "excludeEmptyFields": false,
  "maxResults": 100,
  "incrementalMode": false,
  "stateKey": "default",
  "emitUnchanged": false,
  "emitExpired": false,
  "skipReposts": false,
  "notificationWebhookUrl": "",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary max",
    "format": "number"
  },
  "employmentType": {
    "label": "Type",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "changeType": {
    "label": "Change",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/parsebird/jobbird-jobs-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
