# Scrape Barcelona Boutique Hotels (Spanish Maps Data)

**Use case:** 

Barcelona boutique hotels from Google Maps, queried in native Spanish: names, ratings, review counts and websites for travel and hospitality research.

## Input

```json
{
  "searchQueries": [
    "hoteles boutique en Barcelona",
    "hoteles en el Barrio Gótico, Barcelona",
    "hoteles en el Eixample, Barcelona"
  ],
  "maxItems": 400,
  "language": "es",
  "countryCode": "ES",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "placeUrl": {
    "label": "Maps URL",
    "format": "link"
  }
}
```

## About this Actor

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