# Vacation Rental Market Trends in Barcelona

**Use case:** 

Monitor the competitive landscape and identify emerging trends within the vacation rental market in key tourist cities like Barcelona. Investors and property ma

## Input

```json
{
  "searchQueries": [
    "vacation rentals Barcelona city center",
    "apartments for rent Barcelona beach",
    "Airbnb Barcelona Gothic Quarter"
  ],
  "maxItems": 60,
  "placeType": "all"
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "text"
  },
  "numberOfReviews": {
    "label": "Reviews",
    "format": "text"
  },
  "rankingString": {
    "label": "Ranking",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "priceRange": {
    "label": "Price",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "webUrl": {
    "label": "TripAdvisor URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Tripadvisor Scraper](https://apify.com/crawlerbros/tripadvisor-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/tripadvisor-scraper) to learn more, explore other use cases, and run it yourself.