# France Travail Job Listings for Admin Positions

**Use case:** 

Scrape job listings for administrative roles from France Travail. Collect detailed data including titles, salaries, and company information.

## Input

```json
{
  "keyword": "admin",
  "collectDetails": true,
  "results_wanted": 200,
  "max_pages": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "offer_id": {
    "label": "Offer ID",
    "format": "text"
  },
  "job_title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "employer_name": {
    "label": "Employer",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "postal_code": {
    "label": "Postal Code",
    "format": "text"
  },
  "address_locality": {
    "label": "City",
    "format": "text"
  },
  "address_region": {
    "label": "Region",
    "format": "text"
  },
  "address_country": {
    "label": "Country",
    "format": "text"
  },
  "contract_type": {
    "label": "Contract",
    "format": "text"
  },
  "employment_type": {
    "label": "Employment Type",
    "format": "text"
  },
  "work_hours": {
    "label": "Work Hours",
    "format": "text"
  },
  "work_conditions": {
    "label": "Work Conditions",
    "format": "text"
  },
  "travel_required": {
    "label": "Travel Required",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "salary_currency": {
    "label": "Salary Currency",
    "format": "text"
  },
  "salary_unit": {
    "label": "Salary Unit",
    "format": "text"
  },
  "date_posted": {
    "label": "Posted",
    "format": "text"
  },
  "valid_through": {
    "label": "Valid Through",
    "format": "text"
  },
  "experience": {
    "label": "Experience",
    "format": "text"
  },
  "formation": {
    "label": "Education",
    "format": "text"
  },
  "skills": {
    "label": "Skills",
    "format": "text"
  },
  "soft_skills": {
    "label": "Soft Skills",
    "format": "text"
  },
  "languages": {
    "label": "Languages",
    "format": "text"
  },
  "qualification": {
    "label": "Qualification",
    "format": "text"
  },
  "sector": {
    "label": "Sector",
    "format": "text"
  },
  "contact_email": {
    "label": "Contact Email",
    "format": "text"
  },
  "contact_phone": {
    "label": "Contact Phone",
    "format": "text"
  },
  "employer_website": {
    "label": "Employer Website",
    "format": "link"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  },
  "description_text": {
    "label": "Description",
    "format": "text"
  },
  "description_html": {
    "label": "Description HTML",
    "format": "text"
  }
}
```

## About this Actor

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