# APEC search URL job extractor

**Use case:** 

Extract jobs from any APEC.fr search URL and export clean recruiter-ready job data for monitoring or lead generation.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.apec.fr/candidat/recherche-emploi.html/emploi?motsCles=product%20manager&lieux=75"
    }
  ],
  "keywords": [
    "data"
  ],
  "locations": [
    "75"
  ],
  "maxItems": 50,
  "fetchDetails": true,
  "incrementalSince": "2026-01-01T00:00:00Z"
}
```

## Output

```json
{
  "offerNumber": {
    "label": "Offer #"
  },
  "title": {
    "label": "Title"
  },
  "company": {
    "label": "Company"
  },
  "location": {
    "label": "Location"
  },
  "salaryText": {
    "label": "Salary"
  },
  "publicationDate": {
    "label": "Published"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "link"
  },
  "applicationUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "contractTypeId": {
    "label": "Contract type ID"
  },
  "experienceLevelId": {
    "label": "Experience ID"
  },
  "sectorId": {
    "label": "Sector ID"
  },
  "teleworkTypeId": {
    "label": "Telework ID"
  },
  "shortDescription": {
    "label": "Summary"
  },
  "skills": {
    "label": "Skills"
  },
  "recruiterName": {
    "label": "Recruiter"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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