# France Travail Scraper - Jobs, Salaries & Apply Links

**Use case:** 

Scrape France Travail job offers by keyword, location, contract, sector, salary, or URL. Get titles, companies, salaries, skills, and apply links.

## Input

```json
{
  "mode": "search",
  "queries": [
    "developpeur"
  ],
  "location": "Paris",
  "radius": 10,
  "publishedDate": "Last Week",
  "contractType": [
    "Permanent contract (CDI) | CDI"
  ],
  "contractDuration": [
    "Full-time | Temps plein"
  ],
  "jobCategory": [
    "IT | Informatique, Télécommunication"
  ],
  "minSalary": 0,
  "experience": [],
  "seniority": [],
  "onlyFranceTravail": false,
  "inclusiveEmployer": false,
  "adaptedCompany": false,
  "sortBy": "Newest | Date",
  "urls": [
    "https://candidat.francetravail.fr/offres/recherche?motsCles=developpeur"
  ],
  "maxItems": 20,
  "maxPages": 0,
  "fetchDetails": true,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "id": {
    "label": "Offer ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "postalCode": {
    "label": "Postal code",
    "format": "text"
  },
  "contractType": {
    "label": "Contract",
    "format": "text"
  },
  "workTime": {
    "label": "Working time",
    "format": "text"
  },
  "salaryText": {
    "label": "Salary",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary max",
    "format": "number"
  },
  "publishedAt": {
    "label": "Published",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "qualification": {
    "label": "Qualification",
    "format": "text"
  },
  "recruiterName": {
    "label": "Recruiter",
    "format": "text"
  },
  "employerPageUrl": {
    "label": "Employer page",
    "format": "link"
  },
  "seedValue": {
    "label": "Query",
    "format": "text"
  },
  "skills": {
    "label": "Skills",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [France Travail Scraper $1💰 Jobs, Salaries & Apply Links](https://apify.com/abotapi/francetravail-fr-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/francetravail-fr-scraper) to learn more, explore other use cases, and run it yourself.