# Track Alternance & Apprentissage Jobs on France Travail

**Use case:** 

Daily-refresh alternance and apprentissage (work-study) job postings across all of France from France Travail.

## Input

```json
{
  "contractNature": "E1,E2",
  "fullTimeOnly": false,
  "postedSince": "1",
  "includePartners": true,
  "enrichDetails": false,
  "maxResults": 200,
  "proxyConfig": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "contract_type": {
    "label": "Contract",
    "format": "text"
  },
  "posted_relative": {
    "label": "Posted",
    "format": "text"
  },
  "salary_text": {
    "label": "Salary (raw)",
    "format": "text"
  },
  "salary_parsed": {
    "label": "Salary (parsed)",
    "format": "object"
  },
  "skills_detected": {
    "label": "Skills",
    "format": "array"
  },
  "experience_years": {
    "label": "Experience (yrs)",
    "format": "number"
  },
  "education_level": {
    "label": "Education",
    "format": "text"
  },
  "geo": {
    "label": "Geo (lat/lon)",
    "format": "object"
  },
  "url": {
    "label": "URL",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [France Travail Scraper: 700K+ FR Jobs (Pôle Emploi)](https://apify.com/dltik/francetravail-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/dltik/francetravail-scraper) to learn more, explore other use cases, and run it yourself.