# Teamtailor Hiring Monitor for Multiple Companies

**Use case:** 

Monitor Teamtailor career boards and build recurring job feeds for recruiting, sales intelligence, and alerts.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://career.teamtailor.com/jobs"
    }
  ],
  "maxItems": 100,
  "includeDetails": true,
  "requestDelayMs": 150
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "companyName": {
    "label": "Company"
  },
  "department": {
    "label": "Department"
  },
  "location": {
    "label": "Location"
  },
  "city": {
    "label": "City"
  },
  "region": {
    "label": "Region"
  },
  "country": {
    "label": "Country"
  },
  "remoteStatus": {
    "label": "Remote status"
  },
  "employmentType": {
    "label": "Employment type"
  },
  "datePosted": {
    "label": "Date posted"
  },
  "validThrough": {
    "label": "Valid through"
  },
  "description": {
    "label": "Description"
  },
  "descriptionHtml": {
    "label": "Description HTML"
  },
  "applyUrl": {
    "label": "Apply URL"
  },
  "jobId": {
    "label": "Job ID"
  },
  "jobUrl": {
    "label": "Job URL"
  },
  "sourceUrl": {
    "label": "Source URL"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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