# Find Airbnb engineering jobs from its career site

**Use case:** 

Export current Airbnb engineering roles from its public Greenhouse career site as normalized records for analysis or recruiting research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://boards.greenhouse.io/airbnb"
    }
  ],
  "query": "engineering",
  "locations": [],
  "teams": [],
  "employmentTypes": [],
  "maxItems": 5,
  "includeDescription": false
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "team": {
    "label": "Team",
    "format": "string"
  },
  "employmentType": {
    "label": "Employment type",
    "format": "string"
  },
  "workplaceType": {
    "label": "Workplace",
    "format": "string"
  },
  "ats": {
    "label": "ATS",
    "format": "string"
  },
  "publishedAt": {
    "label": "Published",
    "format": "string"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "string"
  },
  "applicationUrl": {
    "label": "Apply",
    "format": "string"
  }
}
```

## About this Actor

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