# JobTeaser Job Listings Extractor

**Use case:** 

Extract 200 job postings and internship offers from JobTeaser. Receive structured data including titles, companies, locations, and job types.

## Input

```json
{
  "url": "https://www.jobteaser.com/en/job-offers",
  "keyword": "",
  "location": "",
  "language": "en",
  "posted_within": "any",
  "jobTypes": [],
  "results_wanted": 200,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "job_type": {
    "label": "Job Type",
    "format": "text"
  },
  "job_category": {
    "label": "Job Category",
    "format": "text"
  },
  "date_posted": {
    "label": "Posted",
    "format": "text"
  },
  "job_url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [JobTeaser Job Scraper](https://apify.com/shahidirfan/jobteaser-job-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/shahidirfan/jobteaser-job-scraper) to learn more, explore other use cases, and run it yourself.