# Welcome to the Jungle jobs — example search

**Use case:** 

Returns a few vacancies from Welcome to the Jungle with title, company, location, contract type and apply URL as clean JSON.

## Input

```json
{
  "query": "engineer",
  "countryCodesList": [
    "ES",
    "FR",
    "DE"
  ],
  "includeRemote": true,
  "indexLang": "en",
  "maxItems": 5,
  "includeDetails": false,
  "skipReposts": false,
  "onlyNewSinceLastRun": false,
  "cacheTtlSeconds": 1800,
  "countryCodes": "ES,FR,DE",
  "stateName": "paris-data-eng"
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "company": {
    "label": "Company name",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "contractType": {
    "label": "Contract type",
    "format": "string"
  },
  "profession": {
    "label": "Profession / job family",
    "format": "string"
  },
  "salary": {
    "label": "Salary (display string)",
    "format": "string"
  },
  "hasRemote": {
    "label": "Has remote option",
    "format": "boolean"
  },
  "postedAt": {
    "label": "Posted date",
    "format": "string"
  },
  "url": {
    "label": "Job URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Welcome to the Jungle (WTTJ) Jobs & Salary Scraper — No Login](https://apify.com/nomad-agent/wttj-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nomad-agent/wttj-scraper) to learn more, explore other use cases, and run it yourself.