# Attraction Sentiment Analysis for Paris Tour Operators

**Use case:** 

Analyze reviews and ratings for major tourist attractions in popular cities such as Paris to understand visitor sentiment and identify popular features. This da

## Input

```json
{
  "searchQueries": [
    "Eiffel Tower reviews",
    "Louvre Museum reviews Paris",
    "Disneyland Paris reviews"
  ],
  "maxItems": 50,
  "placeType": "attraction"
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "text"
  },
  "numberOfReviews": {
    "label": "Reviews",
    "format": "text"
  },
  "rankingString": {
    "label": "Ranking",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "priceRange": {
    "label": "Price",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "webUrl": {
    "label": "TripAdvisor URL",
    "format": "link"
  }
}
```

## About this Actor

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