# Paris Hotels Ratings Export

**Use case:** 

Retrieve hotel ratings, prices, and amenities for up to 300 hotels in Paris. Export detailed data, including reviews, in JSON, CSV, or Excel format.

## Input

```json
{
  "mode": "hotels",
  "query": "Paris, France",
  "locationId": "d93589",
  "url": "https://www.tripadvisor.com/Hotel_Review-g60763-d93589-Reviews-The_Michelangelo_New_York-New_York_City_New_York.html",
  "locationIds": [],
  "maxResults": 300,
  "language": "en-US",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "_mode": {
    "label": "Mode",
    "format": "text"
  },
  "locationId": {
    "label": "Location ID",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "numReviews": {
    "label": "Reviews",
    "format": "number"
  },
  "priceRange": {
    "label": "Price",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "date"
  }
}
```

## About this Actor

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