# France Travail developer jobs scraper

**Use case:** 

Scrape France Travail developer job listings with companies, locations, contracts, salaries, descriptions, and apply links.

## Input

```json
{
  "keyword": "developer",
  "location": "",
  "contractType": "",
  "startUrls": [],
  "maxItems": 100,
  "includeDetails": true,
  "includePartners": true
}
```

## Output

```json
{
  "id": {
    "label": "Offer ID"
  },
  "title": {
    "label": "Title"
  },
  "company": {
    "label": "Company"
  },
  "location": {
    "label": "Location"
  },
  "contract": {
    "label": "Contract"
  },
  "workTime": {
    "label": "Work time"
  },
  "salary": {
    "label": "Salary"
  },
  "postedDateText": {
    "label": "Posted"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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