# Export TripAdvisor Restaurants for Any City

**Use case:** 

Export TripAdvisor restaurants for any city — cuisine, rating, reviews, price range, address and ranking. Map a food market or build a city guide.

## Input

```json
{
  "search": [
    "Lisbon"
  ],
  "category": "restaurants",
  "maxItems": 50,
  "includeReviews": false,
  "maxReviewsPerPoi": 10,
  "locale": "en-US",
  "maxPois": 50,
  "maxRetries": 3,
  "maxConcurrency": 10
}
```

## Output

```json
{
  "name": {
    "label": "Restaurant",
    "format": "array"
  },
  "rating": {
    "label": "Rating",
    "format": "array"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "array"
  },
  "priceLevel": {
    "label": "Price",
    "format": "array"
  },
  "cuisines": {
    "label": "Cuisines",
    "format": "array"
  },
  "hasReservation": {
    "label": "Reservation",
    "format": "array"
  },
  "awards": {
    "label": "Awards",
    "format": "array"
  },
  "city": {
    "label": "City",
    "format": "array"
  },
  "country": {
    "label": "Country",
    "format": "array"
  },
  "phone": {
    "label": "Phone",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [TripAdvisor Scraper API — Hotels, Restaurants & Reviews](https://apify.com/pro100chok/tripadvisor-all-in-one) with a specific input configuration. Visit the [Actor detail page](https://apify.com/pro100chok/tripadvisor-all-in-one) to learn more, explore other use cases, and run it yourself.