# Teamtailor Jobs Scraper – Export Company Jobs

**Use case:** 

Scrape all open roles from any company's Teamtailor career site (title, location, department, full description, apply URL) to JSON/CSV. No start fee.

## Input

```json
{
  "companies": [
    "polestar"
  ],
  "includeDescription": true,
  "maxJobsPerCompany": 25
}
```

## Output

```json
{
  "company": {
    "label": "Company",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "postedAt": {
    "label": "Posted",
    "format": "text"
  }
}
```

## About this Actor

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