# Airbnb hiring intelligence workflow

**Use case:** 

Build an Airbnb hiring intelligence dataset across teams and locations with role descriptions, filters, and apply links.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://careers.airbnb.com/positions/"
    }
  ],
  "maxItems": 100,
  "departments": [
    "Data Science",
    "Engineering",
    "Product"
  ],
  "locations": [
    "United States",
    "Remote"
  ],
  "includeDetails": true
}
```

## Output

```json
{
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "link"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "locations": {
    "label": "Locations",
    "format": "text"
  },
  "workplaceType": {
    "label": "Workplace type",
    "format": "text"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "text"
  }
}
```

## About this Actor

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