# Newest TripAdvisor Reviews by URL

**Use case:** 

Freshest TripAdvisor reviews for any pasted URL, newest first with text, rating and date. Live reputation feed in CSV or JSON.

## Input

```json
{
  "urls": [
    "https://www.tripadvisor.com/Hotel_Review-g187147-d188729-Reviews-Le_Bristol_Paris-Paris_Ile_de_France.html"
  ],
  "stopOnError": false,
  "maxReviewsPerEntity": 100,
  "reviewLanguage": "en",
  "reviewSort": "newest"
}
```

## Output

```json
{
  "rating": {
    "label": "⭐ Rating",
    "format": "integer"
  },
  "title": {
    "label": "📝 Title",
    "format": "string"
  },
  "text": {
    "label": "💬 Review text",
    "format": "string"
  },
  "reviewer_name": {
    "label": "👤 Reviewer",
    "format": "string"
  },
  "published_date": {
    "label": "📅 Published",
    "format": "string"
  },
  "stay_date": {
    "label": "🗓 Stay",
    "format": "string"
  },
  "trip_type": {
    "label": "🧳 Trip type",
    "format": "string"
  },
  "parent_location_id": {
    "label": "🪪 Parent ID",
    "format": "string"
  }
}
```

## About this Actor

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