# Embraer Gupy jobs extractor

**Use case:** 

Extract current public Embraer Gupy vacancies with job IDs, full descriptions, locations, deadlines, and canonical application URLs.

## Input

```json
{
  "keyword": "software engineer",
  "company": "Embraer",
  "sortBy": "publishedDate",
  "maxItems": 10,
  "includeHtmlDescription": true
}
```

## Output

```json
{
  "jobId": {
    "label": "Job ID",
    "format": "integer"
  },
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "workplaceType": {
    "label": "Workplace model",
    "format": "string"
  },
  "employmentType": {
    "label": "Employment type",
    "format": "string"
  },
  "publishedAt": {
    "label": "Published at",
    "format": "string"
  },
  "applicationDeadline": {
    "label": "Application deadline",
    "format": "string"
  },
  "applicationUrl": {
    "label": "Application URL",
    "format": "string"
  }
}
```

## About this Actor

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