# Scrape developer jobs from France Travail

**Use case:** 

Extract developer job listings from France Travail (Pôle emploi). Structured output with titles, companies, and locations. No subscription, pay per result.

## Input

```json
{
  "keywords": "développeur",
  "romeCode": "",
  "city": "",
  "radius": 0,
  "departments": [
    "75"
  ],
  "regions": [],
  "contractTypes": [],
  "experience": [],
  "qualificationLevel": "",
  "fullTimeOnly": false,
  "partTimeOnly": false,
  "teleworkOnly": false,
  "handicapFriendly": false,
  "alternanceOnly": false,
  "sortBy": "pertinence",
  "maxResults": 5,
  "publieeDepuis": 0,
  "daysOld": 0,
  "skipReposts": false,
  "changedOnly": false,
  "startUrls": []
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "contractType": {
    "label": "Contract Type",
    "format": "text"
  },
  "publishDateISO": {
    "label": "Published Date",
    "format": "date"
  },
  "isRepost": {
    "label": "Repost",
    "format": "boolean"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [France Travail Scraper — 961k+ French Jobs](https://apify.com/unfenced-group/france-travail-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/france-travail-scraper) to learn more, explore other use cases, and run it yourself.