# Airbnb Decision Makers and Org Chart

**Use case:** 

Get Airbnb decision makers and executives from TheOrg with names, job titles, departments, and reporting structure.

## Input

```json
{
  "companySlug": "airbnb",
  "maxItems": 75
}
```

## Output

```json
{
  "personName": {
    "label": "Name"
  },
  "jobTitle": {
    "label": "Job Title"
  },
  "department": {
    "label": "Department"
  },
  "company": {
    "label": "Company"
  },
  "theorgProfileUrl": {
    "label": "Profile"
  },
  "linkedinUrl": {
    "label": "LinkedIn"
  },
  "photoUrl": {
    "label": "Photo"
  },
  "observedAt": {
    "label": "Collected"
  }
}
```

## About this Actor

This example demonstrates how to use [TheOrg Decision Makers & Company Contacts Scraper](https://apify.com/scrapers_lat/theorg-decision-makers-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/theorg-decision-makers-scraper) to learn more, explore other use cases, and run it yourself.