# Scrape VDAB Belgium sales job vacancies

**Use case:** 

Extract sales job vacancies from VDAB.be with employers, contract types, locations, and application deadlines.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.vdab.be/vindeenjob/vacatures?trefwoord=sales&sort=standaard"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  },
  "debugMode": false,
  "query": "sales",
  "since": "0"
}
```

## Output

```json
{
  "id": {
    "label": "Id"
  },
  "name": {
    "label": "Name"
  },
  "url": {
    "label": "Url"
  },
  "status": {
    "label": "Status"
  },
  "published": {
    "label": "Published"
  },
  "closed": {
    "label": "Closed"
  },
  "numberOfJobs": {
    "label": "Number of jobs"
  },
  "description": {
    "label": "Description"
  },
  "contract": {
    "label": "Contract"
  },
  "languageSkills": {
    "label": "Language skills"
  },
  "requiredStudies": {
    "label": "Required studies"
  },
  "workExperiences": {
    "label": "Work experiences"
  },
  "employmentCircuitCode": {
    "label": "Employment circuit code"
  },
  "employmentCircuitLabel": {
    "label": "Employment circuit label"
  },
  "employmentCircuitShortLabel": {
    "label": "Employment circuit short label"
  },
  "supplierName": {
    "label": "Supplier name"
  },
  "supplierMunicipality": {
    "label": "Supplier municipality"
  },
  "supplierStreet": {
    "label": "Supplier street"
  },
  "supplierNumber": {
    "label": "Supplier number"
  },
  "supplierPostalCode": {
    "label": "Supplier postal code"
  },
  "supplierCountryCode": {
    "label": "Supplier country code"
  },
  "supplierCountryLabel": {
    "label": "Supplier country label"
  },
  "organizationId": {
    "label": "Organization id"
  },
  "organizationName": {
    "label": "Organization name"
  },
  "organizationDescription": {
    "label": "Organization description"
  },
  "organizationWebsite": {
    "label": "Organization website"
  },
  "organizationPriority": {
    "label": "Organization priority"
  },
  "workCompanyName": {
    "label": "Work company name"
  },
  "workMunicipality": {
    "label": "Work municipality"
  },
  "workStreet": {
    "label": "Work street"
  },
  "workNumber": {
    "label": "Work number"
  },
  "workPostalCode": {
    "label": "Work postal code"
  },
  "workCountryCode": {
    "label": "Work country code"
  },
  "workCountryLabel": {
    "label": "Work country label"
  },
  "regionCode": {
    "label": "Region code"
  },
  "regionLabel": {
    "label": "Region label"
  },
  "regionShortLabel": {
    "label": "Region short label"
  },
  "contactEmail": {
    "label": "Contact email"
  },
  "contactPhone": {
    "label": "Contact phone"
  },
  "contactFullName": {
    "label": "Contact full name"
  },
  "logicalEmail": {
    "label": "Logical email"
  },
  "viaLetter": {
    "label": "Via letter"
  },
  "viaVDAB": {
    "label": "Via vdab"
  },
  "viaVisit": {
    "label": "Via visit"
  },
  "offer": {
    "label": "Offer"
  },
  "requirements": {
    "label": "Requirements"
  },
  "contractCode": {
    "label": "Contract code"
  },
  "contractLabel": {
    "label": "Contract label"
  },
  "contractShortLabel": {
    "label": "Contract short label"
  },
  "startAsSoonAsPossible": {
    "label": "Start as soon as possible"
  },
  "professionalCompetencies": {
    "label": "Professional competencies"
  },
  "workExperience": {
    "label": "Work experience"
  },
  "personalCompetencies": {
    "label": "Personal competencies"
  },
  "studies": {
    "label": "Studies"
  },
  "studiesEquivalentByExperience": {
    "label": "Studies equivalent by experience"
  },
  "jobDomains": {
    "label": "Job domains"
  },
  "certificates": {
    "label": "Certificates"
  },
  "jobTitle": {
    "label": "Job title"
  },
  "managerEmail": {
    "label": "Manager email"
  },
  "managerName": {
    "label": "Manager name"
  },
  "lastModificationDate": {
    "label": "Last modification date"
  },
  "firstPublicationDate": {
    "label": "First publication date"
  },
  "lastPublicationDate": {
    "label": "Last publication date"
  },
  "priority": {
    "label": "Priority"
  },
  "socialMedia": {
    "label": "Social media"
  }
}
```

## About this Actor

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