# Find Top-Rated Hotels in London for Market Research

**Use case:** 

Identify leading hotel establishments in prime tourist destinations like London to inform market entry strategies or competitive analysis. Gain insights into am

## Input

```json
{
  "searchQueries": [
    "best hotels in London",
    "luxury hotels London",
    "boutique hotels London"
  ],
  "maxItems": 100,
  "placeType": "hotel"
}
```

## 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.