# APEC Python Jobs Paris

**Use case:** 

Get structured data for apec python jobs paris with Apec Jobs Scraper. Export results for research, monitoring, or automation.

## Input

```json
{
  "searchUrls": [
    "https://www.apec.fr/candidat/recherche-emploi.html/emploi?motsCles=python&lieux=75"
  ],
  "keyword": "python",
  "location": "Paris",
  "contractTypes": [
    "CDI"
  ],
  "includeDetails": true,
  "maxResults": 5
}
```

## Output

```json
{
  "logo": {
    "label": "Logo",
    "format": "image"
  },
  "title": {
    "label": "Job",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "contract_type": {
    "label": "Contract",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "telework": {
    "label": "Telework",
    "format": "text"
  },
  "published_at": {
    "label": "Published",
    "format": "date"
  },
  "contact_name": {
    "label": "Recruiter",
    "format": "text"
  },
  "lead_score": {
    "label": "Lead score",
    "format": "number"
  },
  "url": {
    "label": "APEC listing",
    "format": "link"
  }
}
```

## About this Actor

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