# Scrape developer jobs on Landing.jobs

**Use case:** 

Extract developer jobs from Landing.jobs, a European tech job board. Structured tech job data. No subscription, pay per result.

## Input

```json
{
  "keywords": "developer",
  "remoteOnly": false,
  "maxResults": 5,
  "includeCompanyProfile": true,
  "geocode": false,
  "descriptionFormat": "all",
  "descriptionMaxLength": 0,
  "compact": false,
  "excludeEmptyFields": false,
  "skipReposts": false,
  "incrementalMode": false,
  "emitUnchanged": false,
  "emitExpired": false
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "countryCode": {
    "label": "Country",
    "format": "text"
  },
  "remote": {
    "label": "Remote",
    "format": "boolean"
  },
  "contractType": {
    "label": "Type",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "currencyCode": {
    "label": "Currency",
    "format": "text"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "publishDateISO": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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