# Newest TripAdvisor Reviews - Live Feed

**Use case:** 

Newest-first TripAdvisor reviews for any property: catch fresh guest feedback as it lands. Reputation monitoring in CSV or JSON.

## Input

```json
{
  "locations": [
    "https://www.tripadvisor.com/Hotel_Review-g187147-d188729-Reviews-Le_Bristol_Paris-Paris_Ile_de_France.html"
  ],
  "maxReviewsPerLocation": 500,
  "language": "en",
  "sort": "newest",
  "ratingFilter": [],
  "travelerType": "",
  "textSearch": "",
  "stopOnLocationError": false
}
```

## Output

```json
{
  "location_id": {
    "label": "🪪 Location ID",
    "format": "string"
  },
  "review_id": {
    "label": "🆔 Review ID",
    "format": "string"
  },
  "rating": {
    "label": "⭐ Rating",
    "format": "integer"
  },
  "title": {
    "label": "📝 Review title",
    "format": "string"
  },
  "text": {
    "label": "💬 Review text",
    "format": "string"
  },
  "language": {
    "label": "🌍 Language",
    "format": "string"
  },
  "published_date": {
    "label": "📅 Published date",
    "format": "string"
  },
  "stay_date": {
    "label": "🗓 Stay date",
    "format": "string"
  },
  "trip_type": {
    "label": "🧳 Trip type",
    "format": "string"
  },
  "reviewer_name": {
    "label": "👤 Reviewer",
    "format": "string"
  },
  "reviewer_location": {
    "label": "📍 Reviewer location",
    "format": "string"
  },
  "helpful_votes": {
    "label": "👍 Helpful votes",
    "format": "integer"
  },
  "photos": {
    "label": "🖼 Photos",
    "format": "array"
  },
  "location_input": {
    "label": "📥 Input",
    "format": "string"
  },
  "error_code": {
    "label": "❌ Error",
    "format": "string"
  },
  "error_message": {
    "label": "💭 Error detail",
    "format": "string"
  }
}
```

## About this Actor

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