# Scrape Specific TripAdvisor Pages by URL

**Use case:** 

Give exact TripAdvisor URLs to enrich a shortlist of hotels or restaurants, or to refresh the same properties on a schedule without a broad search.

## Input

```json
{
  "search": [
    "Antalya"
  ],
  "startUrls": [
    {
      "url": "https://www.tripadvisor.com/Hotel_Review-g187497-d228760-Reviews-Hotel_Arts_Barcelona-Barcelona_Catalonia.html"
    }
  ],
  "category": "all",
  "maxItems": 10,
  "includeReviews": true,
  "maxReviewsPerPoi": 30,
  "locale": "en-US",
  "maxPois": 50,
  "maxRetries": 3,
  "maxConcurrency": 10
}
```

## Output

```json
{
  "__type": {
    "label": "Type",
    "format": "array"
  },
  "name": {
    "label": "Name",
    "format": "array"
  },
  "rating": {
    "label": "Rating",
    "format": "array"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "array"
  },
  "reviewsScraped": {
    "label": "Scraped",
    "format": "array"
  },
  "ranking": {
    "label": "Ranking",
    "format": "array"
  },
  "priceLevel": {
    "label": "Price",
    "format": "array"
  },
  "priceFrom": {
    "label": "From",
    "format": "array"
  },
  "city": {
    "label": "City",
    "format": "array"
  },
  "country": {
    "label": "Country",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "array"
  }
}
```

## About this Actor

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