# Offres emploi à Paris sur France Travail

**Use case:** 

Offres d'emploi à Paris sur France Travail scraper. Intitulés, employeurs, contrats et liens pour recrutement et analyse du marché.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://candidat.francetravail.fr/offres/recherche?motsCles=d%C3%A9veloppeur&offresPartenaires=true&rayon=10&tri=0"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  },
  "showOnlyFranceTravailOffers": false,
  "isLowApplicants": false,
  "isHandicappedEmployer": false,
  "isAdaptedCompany": false
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "url": {
    "label": "Url"
  },
  "postalCode": {
    "label": "Postal code"
  },
  "addressLocality": {
    "label": "Address locality"
  },
  "addressRegion": {
    "label": "Address region"
  },
  "addressCountry": {
    "label": "Address country"
  },
  "jobLocation": {
    "label": "Job location"
  },
  "locationInMap": {
    "label": "Location in map"
  },
  "datePosted": {
    "label": "Date posted"
  },
  "dateValidUntil": {
    "label": "Date valid until"
  },
  "employmentType": {
    "label": "Employment type"
  },
  "workHours": {
    "label": "Work hours"
  },
  "salaryCurrency": {
    "label": "Salary currency"
  },
  "minSalary": {
    "label": "Min salary"
  },
  "maxSalary": {
    "label": "Max salary"
  },
  "salary": {
    "label": "Salary"
  },
  "description": {
    "label": "Description"
  },
  "identifier": {
    "label": "Identifier"
  },
  "experienceRequirements": {
    "label": "Experience requirements"
  },
  "skills": {
    "label": "Skills"
  },
  "professionalSkills": {
    "label": "Professional skills"
  },
  "hiringOrganizationName": {
    "label": "Hiring organization name"
  },
  "hiringOrganizationEmail": {
    "label": "Hiring organization email"
  },
  "hiringOrganizationPhone": {
    "label": "Hiring organization phone"
  },
  "qualifications": {
    "label": "Qualifications"
  },
  "industry": {
    "label": "Industry"
  }
}
```

## About this Actor

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