# JobTeaser – Internships, Graduate Jobs & Apply Links

**Use case:** 

Scrape JobTeaser early-career jobs. Search/URL + filters. Get title, company, location, contract, salary, apply link, dates & full description (text/HTML).

## Input

```json
{
  "mode": "search",
  "queries": [
    "data analyst"
  ],
  "locale": "en",
  "radius": "30",
  "candidacyType": "",
  "abroadOnly": false,
  "jobWithImpact": false,
  "startUrls": [
    "https://www.jobteaser.com/en/job-offers?q=marketing"
  ],
  "fetchDetails": true,
  "includeCompanyDetails": true,
  "maximizeCoverage": true,
  "maxItems": 3,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "FR"
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company.name": {
    "label": "Company",
    "format": "text"
  },
  "primary_location.address": {
    "label": "Location",
    "format": "text"
  },
  "contract.code": {
    "label": "Contract",
    "format": "text"
  },
  "classification.category_name": {
    "label": "Category",
    "format": "text"
  },
  "work_arrangement.remote_policy": {
    "label": "Remote",
    "format": "text"
  },
  "compensation.display_text": {
    "label": "Salary",
    "format": "text"
  },
  "dates.published_at": {
    "label": "Posted",
    "format": "text"
  },
  "application.external_url": {
    "label": "Apply",
    "format": "link"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [JobTeaser Scraper – Internships, Graduate Jobs & Apply Links](https://apify.com/abotapi/jobteaser-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/jobteaser-scraper) to learn more, explore other use cases, and run it yourself.