# Scrape Any Meteojob Search URL

**Use case:** 

Paste your own Meteojob search link and turn it into a structured dataset of job offers, page by page.

## Input

```json
{
  "keywords": [
    "développeur"
  ],
  "sort": "date",
  "fetchDetails": false,
  "startUrls": [
    {
      "url": "https://www.meteojob.com/jobs?what=logistique&where=Marseille"
    }
  ],
  "extraParams": {},
  "maxItemsPerSearch": 150,
  "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.