# Analyze Airbnb competitors in Barcelona by ratings

**Use case:** 

Map Barcelona short-term rentals on Airbnb: pro hosts, ratings, review counts and nightly prices. Company contacts when publicly disclosed.

## Input

```json
{
  "mode": "city",
  "city": [
    "Barcelona, Spain"
  ],
  "multiDateSearch": true,
  "onlyProHosts": true,
  "deduplicateHosts": true,
  "priceMin": null,
  "priceMax": null,
  "propertyTypes": [
    "apartment",
    "house",
    "guest_house"
  ]
}
```

## Output

```json
{
  "companyName": {
    "label": "Company name"
  },
  "hostName": {
    "label": "Host name"
  },
  "hostType": {
    "label": "Host type"
  },
  "city": {
    "label": "City"
  },
  "neighborhood": {
    "label": "Neighborhood"
  },
  "propertyType": {
    "label": "Property type"
  },
  "roomType": {
    "label": "Room type"
  },
  "bedrooms": {
    "label": "Bedrooms"
  },
  "maxGuests": {
    "label": "Max guests"
  },
  "rating": {
    "label": "Rating"
  },
  "numberOfReviews": {
    "label": "Number of reviews"
  },
  "pricePerNight": {
    "label": "Price per night"
  },
  "totalPrice": {
    "label": "Total price"
  },
  "listingCount": {
    "label": "Listing count"
  },
  "url": {
    "label": "Url"
  },
  "name": {
    "label": "Name"
  },
  "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.