# Airbnb remote jobs scraper

**Use case:** 

Find Airbnb remote and flexible jobs with titles, departments, locations, workplace type, detail text, and apply links.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://careers.airbnb.com/positions/"
    }
  ],
  "maxItems": 25,
  "searchTerm": "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.