# France Python Jobs Paris

**Use case:** 

Get structured data for france python jobs paris with France Travail Jobs Scraper. Export results for research, monitoring, or automation.

## Input

```json
{
  "searchUrls": [],
  "keywords": [
    "développeur Python"
  ],
  "locationCodes": [
    "75D"
  ],
  "radiusKm": 10,
  "includePartnerOffers": true,
  "sort": "date",
  "includeDetails": true,
  "maxResultsPerSearch": 5,
  "maxPagesPerSearch": 2
}
```

## Output

```json
{
  "employer_logo": {
    "label": "Logo",
    "format": "image"
  },
  "title": {
    "label": "Job",
    "format": "text"
  },
  "employer": {
    "label": "Employer",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "contract_type": {
    "label": "Contract",
    "format": "text"
  },
  "salary_text": {
    "label": "Salary",
    "format": "text"
  },
  "published_at": {
    "label": "Published",
    "format": "date"
  },
  "contact_emails": {
    "label": "Emails",
    "format": "array"
  },
  "contact_phones": {
    "label": "Phones",
    "format": "array"
  },
  "lead_score": {
    "label": "Lead score",
    "format": "number"
  },
  "url": {
    "label": "Listing",
    "format": "link"
  }
}
```

## About this Actor

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