# Senior Backend Engineer Jobs on Welcome to the Jungle

**Use case:** 

Extract up to 100 Senior Backend Engineer job listings from Welcome to the Jungle, including detailed salary and company data.

## Input

```json
{
  "query": "backend engineer senior",
  "language": "en",
  "contractTypes": [],
  "remote": [],
  "categories": [],
  "experienceMin": null,
  "experienceMax": null,
  "salaryMin": null,
  "maxJobs": 100,
  "fetchJobDetails": true
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "contractType": {
    "label": "Contract type",
    "format": "string"
  },
  "remote": {
    "label": "Remote policy",
    "format": "string"
  },
  "salaryYearlyMin": {
    "label": "Salary min (yearly)",
    "format": "number"
  },
  "salaryYearlyMax": {
    "label": "Salary max (yearly)",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Salary currency",
    "format": "string"
  },
  "professionCategory": {
    "label": "Profession category ref",
    "format": "string"
  },
  "url": {
    "label": "Job URL",
    "format": "string"
  },
  "publishedAt": {
    "label": "Published at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Welcome to the Jungle Jobs Scraper – WTTJ Data](https://apify.com/logiover/welcome-to-the-jungle-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/welcome-to-the-jungle-jobs-scraper) to learn more, explore other use cases, and run it yourself.