# Track competitor open roles on WTTJ

**Use case:** 

Monitor public job postings for a short list of competitor company slugs and compare hiring signals from the returned records.

## Input

```json
{
  "companySlugs": [
    "wttj",
    "back-market"
  ],
  "startUrls": [
    {
      "url": "https://www.welcometothejungle.com/en/companies/wttj/jobs"
    }
  ],
  "locale": "en",
  "maxResults": 25
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "countryCode": {
    "label": "Country code",
    "format": "string"
  },
  "employmentType": {
    "label": "Employment type",
    "format": "string"
  },
  "workArrangement": {
    "label": "Work arrangement",
    "format": "string"
  },
  "salaryText": {
    "label": "Salary",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted at",
    "format": "string"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "string"
  }
}
```

## About this Actor

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