# Find Airbnb conciergerie in Paris with business emails

**Use case:** 

Extract business emails, phones and company names from Airbnb pro hosts and conciergerie agencies in Paris. Export-ready for B2B outreach and CRM.

## Input

```json
{
  "mode": "city",
  "city": [
    "Paris, 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"
  },
  "emailDomain": {
    "label": "Email domain"
  },
  "hostName": {
    "label": "Host name"
  },
  "hostType": {
    "label": "Host type"
  },
  "contactStatus": {
    "label": "Contact status"
  },
  "url": {
    "label": "Url"
  },
  "listingCount": {
    "label": "Listing count"
  },
  "city": {
    "label": "City"
  },
  "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.