# Collect public company vacancies from WTTJ

**Use case:** 

Gather current public job postings for a known Welcome to the Jungle company slug and review the source-linked records in one place.

## Input

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

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