# Scrape High-Salary Executive Jobs from Meteojob

**Use case:** 

Extract management and director roles paying 60,000 EUR or more per year across France from Meteojob.

## Input

```json
{
  "keywords": [
    "directeur",
    "manager",
    "responsable"
  ],
  "contractTypes": [
    "CDI"
  ],
  "salaryMin": 60000,
  "sort": "relevance",
  "fetchDetails": false,
  "extraParams": {},
  "maxItemsPerSearch": 200,
  "maxItems": 0,
  "ignoreUrlFailures": true,
  "maxConcurrency": 10,
  "maxRequestRetries": 4,
  "maxRequestsPerMinute": 90,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "contractTypes": {
    "label": "Contract",
    "format": "array"
  },
  "salaryFrom": {
    "label": "Salary from",
    "format": "number"
  },
  "salaryTo": {
    "label": "Salary to",
    "format": "number"
  },
  "publicationDate": {
    "label": "Published",
    "format": "text"
  },
  "experienceInJobRequired": {
    "label": "Experience",
    "format": "text"
  },
  "jobOfferUrl": {
    "label": "Offer URL",
    "format": "link"
  },
  "searchQuery": {
    "label": "Query",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Meteojob Jobs Scraper | 1$/1k Cheap](https://apify.com/trev0n/meteojob-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/trev0n/meteojob-scraper) to learn more, explore other use cases, and run it yourself.