# Monitor a company jobs page for opening changes

**Use case:** 

Track a public company jobs page over time to watch opening changes, hiring pace, and location mix from current listed roles.

## Input

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

## 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.