# Teamtailor Current Jobs

**Use case:** 

Get structured data for teamtailor current jobs with Teamtailor Jobs Scraper. Export results for research, monitoring, or automation.

## Input

```json
{
  "careerUrls": [
    "https://career.teamtailor.com/jobs"
  ],
  "query": "",
  "location": "",
  "department": "",
  "remoteOnly": false,
  "includeDescription": true,
  "maxResults": 3
}
```

## Output

```json
{
  "job_id": {
    "label": "Job ID",
    "format": "text"
  },
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location_text": {
    "label": "Locations",
    "format": "text"
  },
  "remote_status": {
    "label": "Remote Status",
    "format": "text"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "role": {
    "label": "Role",
    "format": "text"
  },
  "division": {
    "label": "Division",
    "format": "text"
  },
  "published_at": {
    "label": "Published At",
    "format": "date"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  },
  "career_site_url": {
    "label": "Career Site",
    "format": "link"
  },
  "source_feed": {
    "label": "RSS Feed",
    "format": "link"
  }
}
```

## About this Actor

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