# Multi-company Recruitee Jobs Monitor

**Use case:** 

Monitor Recruitee career sites and deduplicate structured job openings for recurring workflows.

## Input

```json
{
  "companySlugs": [
    "skygeo",
    "ggzingeest"
  ],
  "careerUrls": [],
  "maxItems": 200,
  "includeDescriptionHtml": false
}
```

## Output

```json
{
  "companySlug": {
    "label": "Company slug"
  },
  "companyName": {
    "label": "Company"
  },
  "offerId": {
    "label": "Offer ID"
  },
  "title": {
    "label": "Job title"
  },
  "department": {
    "label": "Department"
  },
  "employmentType": {
    "label": "Employment type"
  },
  "location": {
    "label": "Location"
  },
  "remote": {
    "label": "Remote"
  },
  "descriptionText": {
    "label": "Description"
  },
  "createdAt": {
    "label": "Created"
  },
  "updatedAt": {
    "label": "Updated"
  },
  "careerUrl": {
    "label": "Career URL",
    "format": "link"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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