# Scrape Tripadvisor reviews of your brand

**Use case:** Track competitors

Schedule Tripadvisor Reviews Scraper for your properties and competitors. Feed to an LLM to analyze sentiment, surface complaints, and benchmark rivals.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.tripadvisor.com/Hotel_Review-g60763-d208453-Reviews-Hilton_New_York_Times_Square-New_York_City_New_York.html"
    },
    {
      "url": "https://www.tripadvisor.com/Hotel_Review-g60763-d113318-Reviews-The_New_York_Marriott_Marquis-New_York_City_New_York.html"
    }
  ],
  "sourceDatasetId": "rHuMJaukSd3yCX3GX",
  "maxItemsPerQuery": 5,
  "scrapeReviewerInfo": true,
  "lastReviewDate": "2024-01-01",
  "disableMachineTranslations": false,
  "reviewRatings": [
    "ALL_REVIEW_RATINGS"
  ],
  "reviewsLanguages": [
    "en"
  ]
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "travelDate": {
    "label": "Travel date",
    "format": "string"
  },
  "publishedDate": {
    "label": "Published date",
    "format": "string"
  },
  "text": {
    "label": "Text",
    "format": "string"
  },
  "url": {
    "label": "Url",
    "format": "string"
  },
  "user": {
    "label": "User"
  },
  "ownerResponse": {
    "label": "Owner response"
  },
  "placeInfo": {
    "label": "Place info"
  }
}
```

## About this Actor

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