# Tripadvisor Hotel Review Data Extractor

**Use case:** 

Collect up to 200 structured reviews from a specific hotel on Tripadvisor. Receive detailed ratings, reviewer insights, and feedback data.

## Input

```json
{
  "startUrl": "https://www.tripadvisor.com/Hotel_Review-g293974-d294659-Reviews-Seven_Hills_Hotel-Istanbul.html",
  "results_wanted": 200,
  "max_pages": 20,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "item_type": {
    "label": "Type",
    "format": "text"
  },
  "location_name": {
    "label": "Hotel",
    "format": "text"
  },
  "review_id": {
    "label": "Review ID",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "published_date": {
    "label": "Published",
    "format": "text"
  },
  "user_name": {
    "label": "User",
    "format": "text"
  },
  "source_url": {
    "label": "Source",
    "format": "link"
  }
}
```

## About this Actor

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