# Airbnb ski rental agencies in Chamonix and Courchevel

**Use case:** 

Find pro hosts and property managers for ski rentals on Airbnb in the French Alps. Business emails, phones and company details for outreach.

## Input

```json
{
  "mode": "city",
  "city": [
    "Chamonix, France",
    "Courchevel, France"
  ],
  "multiDateSearch": false,
  "onlyProHosts": true,
  "deduplicateHosts": true,
  "priceMin": null,
  "priceMax": null,
  "propertyTypes": [
    "apartment",
    "house"
  ]
}
```

## Output

```json
{
  "companyName": {
    "label": "Company name"
  },
  "companyEmail": {
    "label": "Company email"
  },
  "companyPhone": {
    "label": "Company phone"
  },
  "companyAddress": {
    "label": "Company address"
  },
  "companyRCS": {
    "label": "Company rcs"
  },
  "contactStatus": {
    "label": "Contact status"
  },
  "emailDomain": {
    "label": "Email domain"
  },
  "hostName": {
    "label": "Host name"
  },
  "coHostNames": {
    "label": "Co host names"
  },
  "hostType": {
    "label": "Host type"
  },
  "url": {
    "label": "Url"
  },
  "name": {
    "label": "Name"
  },
  "city": {
    "label": "City"
  },
  "propertyType": {
    "label": "Property type"
  },
  "roomType": {
    "label": "Room type"
  },
  "bedrooms": {
    "label": "Bedrooms"
  },
  "bathrooms": {
    "label": "Bathrooms"
  },
  "maxGuests": {
    "label": "Max guests"
  },
  "rating": {
    "label": "Rating"
  },
  "numberOfReviews": {
    "label": "Number of reviews"
  },
  "pricePerNight": {
    "label": "Price per night"
  },
  "listingCount": {
    "label": "Listing count"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Airbnb Pro Host Business Email Scraper](https://apify.com/corent1robert/airbnb-professional-host-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/corent1robert/airbnb-professional-host-scraper) to learn more, explore other use cases, and run it yourself.