# AT EU EURES Jobs

**Use case:** 

Extract EU EURES Jobs data filtered by AT. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "keyword": "software engineer",
  "countries": [
    "AT"
  ]
}
```

## Output

```json
{
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "reference": {
    "label": "Reference",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "employerName": {
    "label": "Employer",
    "format": "text"
  },
  "employerCountry": {
    "label": "Employer Country",
    "format": "text"
  },
  "positionLocation": {
    "label": "Location",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "postalCode": {
    "label": "Postal Code",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "occupation": {
    "label": "Occupation",
    "format": "text"
  },
  "sector": {
    "label": "Sector",
    "format": "text"
  },
  "contractType": {
    "label": "Contract",
    "format": "text"
  },
  "workingTime": {
    "label": "Working Time",
    "format": "text"
  },
  "experienceYears": {
    "label": "Experience (yrs)",
    "format": "number"
  },
  "languages": {
    "label": "Languages",
    "format": "object"
  },
  "salary": {
    "label": "Salary",
    "format": "object"
  },
  "numberOfPosts": {
    "label": "Posts",
    "format": "number"
  },
  "euresFlag": {
    "label": "EURES Flag",
    "format": "boolean"
  },
  "publicationDate": {
    "label": "Posted",
    "format": "date"
  },
  "applicationDeadline": {
    "label": "Deadline",
    "format": "date"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "applyUrl": {
    "label": "Apply",
    "format": "link"
  },
  "applyUrls": {
    "label": "Apply URLs",
    "format": "object"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "detailUrl": {
    "label": "Detail",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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