# Find Top-Rated London Restaurants for Market Research

**Use case:** 

Identify highly-rated restaurants in specific London boroughs to understand local dining trends and competitor offerings. This data is crucial for market entry 

## Input

```json
{
  "searchQueries": [
    "top restaurants in Shoreditch, London",
    "best restaurants in Soho, London"
  ],
  "maxItems": 100,
  "placeType": "restaurant",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

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