# EURES Job Listing Data Extractor

**Use case:** 

Quickly extract job listings from the EURES portal, including titles, companies, and salaries. Access up to 100 structured job records across Europe.

## Input

```json
{
  "startUrl": "https://europa.eu/eures/portal/jv-se/search?page=1&resultsPerPage=10&orderBy=BEST_MATCH&locationCodes=ie&lang=en",
  "results_wanted": 100,
  "max_pages": 20,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "identifier": {
    "label": "Identifier"
  },
  "title": {
    "label": "Title"
  },
  "company": {
    "label": "Company"
  },
  "location_country": {
    "label": "Location country"
  },
  "location_region": {
    "label": "Location region"
  },
  "publication_date": {
    "label": "Publication date"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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