TripAdvisor Search - Hotels, Restaurants & Attractions avatar

TripAdvisor Search - Hotels, Restaurants & Attractions

Pricing

Pay per usage

Go to Apify Store
TripAdvisor Search - Hotels, Restaurants & Attractions

TripAdvisor Search - Hotels, Restaurants & Attractions

Search TripAdvisor by city or destination and extract all hotels, restaurants and attractions. Get ratings, reviews count, address, phone, price level, ranking and more.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Automatyk

Automatyk

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

TripAdvisor Search - Hotels, Restaurants & Attractions by Location

Extract all hotels, restaurants, and attractions from any TripAdvisor city or destination. Get ratings, reviews count, address, phone, price level, star class, ranking and more. Export to JSON, CSV, or Excel in seconds.

No browser. Fast. Reliable. This scraper uses TripAdvisor internal REST API with residential proxy, bypassing anti-bot protection without heavy browser overhead.


What you can scrape

Hotels

  • Name, star class (1-5 stars), price level
  • Rating and total review count
  • Ranking within the city
  • Full address, city, country, postal code
  • Phone number and official website
  • GPS coordinates (latitude, longitude)
  • Awards and amenities list
  • TripAdvisor page URL

Restaurants

  • Name, cuisine type, price range
  • Rating and total review count
  • Ranking within the city
  • Full address, phone, website
  • GPS coordinates

Attractions

  • Name, category, rating
  • Review count and ranking
  • Address, phone, website
  • GPS coordinates

Use cases

  • Hotel market research: get all 4-star hotels in a city with ratings, prices and contact details
  • Restaurant lead generation: extract all restaurants in a destination with phone and website
  • Competitive intelligence: benchmark hotels and restaurants across multiple cities
  • Travel app development: build destination guides with real TripAdvisor data
  • Tourism analytics: analyze the hospitality landscape of any city
  • Sales prospecting: find hospitality businesses with contact info for outreach

Input

Paste a TripAdvisor city URL (Hotels, Restaurants or Attractions page):

{
"locationUrl": "https://www.tripadvisor.com/Hotels-g187147-Paris_Ile_de_France.html",
"includeHotels": true,
"includeRestaurants": true,
"includeAttractions": false,
"maxItems": 100,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"],
"apifyProxyCountry": "US"
}
}
FieldTypeDefaultDescription
locationUrlstringParis hotelsTripAdvisor city URL (Hotels, Restaurants or Attractions page)
locationIdstring-TripAdvisor geo ID (alternative to URL, e.g. 187147 for Paris)
includeHotelsbooleantrueScrape hotels in this location
includeRestaurantsbooleantrueScrape restaurants in this location
includeAttractionsbooleanfalseScrape attractions in this location
maxItemsinteger100Max total items across all types (0 = all available)
proxyConfigurationobjectResidential USProxy settings - residential recommended

How to get the city URL

  1. Go to tripadvisor.com
  2. Search for your destination
  3. Click on Hotels (or Restaurants or Attractions)
  4. Copy the URL from your browser

Examples:

  • Hotels in Paris: https://www.tripadvisor.com/Hotels-g187147-Paris_Ile_de_France.html
  • Restaurants in New York: https://www.tripadvisor.com/Restaurants-g60763-New_York_City_New_York.html
  • Attractions in Tokyo: https://www.tripadvisor.com/Attractions-g298184-Activities-Tokyo_Tokyo_Prefecture_Kanto.html

Output example

Hotel item

{
"type": "hotel",
"locationId": "188686",
"name": "Hotel Plaza Athenee",
"rating": 4.8,
"numReviews": 3241,
"ranking": "#5 of 1,894 hotels in Paris",
"rankingPosition": 5,
"hotelClass": "5.0",
"priceLevel": "$$$$",
"priceRange": "$1,200 - $2,500",
"address": "25 Avenue Montaigne, 75008 Paris France",
"city": "Paris",
"country": "France",
"phone": "+33 1 53 67 66 65",
"website": "https://www.dorchestercollection.com/paris/hotel-plaza-athenee/",
"latitude": 48.8667,
"longitude": 2.3017,
"awards": ["Travelers Choice 2024", "Best of the Best"],
"amenities": ["Free Wifi", "Pool", "Restaurant", "Room Service"],
"webUrl": "https://www.tripadvisor.com/Hotel_Review-g187147-d188686-..."
}

Restaurant item

{
"type": "restaurant",
"locationId": "3388701",
"name": "Le Jules Verne",
"rating": 4.4,
"numReviews": 5832,
"ranking": "#312 of 17,847 restaurants in Paris",
"priceLevel": "$$$$",
"address": "Avenue Gustave Eiffel, 75007 Paris France",
"city": "Paris",
"phone": "+33 1 45 55 61 44",
"website": "https://www.lejulesverne-paris.com/",
"latitude": 48.8584,
"longitude": 2.2943,
"webUrl": "https://www.tripadvisor.com/Restaurant_Review-..."
}

Supported city URL formats

  • Hotels: tripadvisor.com/Hotels-g{geoId}-{City_Name}.html
  • Restaurants: tripadvisor.com/Restaurants-g{geoId}-{City_Name}.html
  • Attractions: tripadvisor.com/Attractions-g{geoId}-Activities-{City_Name}.html

You can also skip the URL and provide the locationId directly (e.g. 187147 for Paris).


Performance

  • Paris hotels: 2,000+ hotels available, 100 items in under 30 seconds
  • Proxy: residential proxy required for reliable access
  • Pricing: Pay-Per-Event - you only pay for results you receive

FAQ

How many results can I get? All available results for a location. Paris has 2,000+ hotels, 17,000+ restaurants. Set maxItems to 0 to fetch everything.

Do I need to configure the proxy? Residential proxy is pre-configured by default. It is required for reliable access to TripAdvisor listing pages.

What is the difference with the TripAdvisor Scraper actor? This actor searches by city and returns lists of places. The TripAdvisor Scraper takes a specific place URL and returns detailed info + reviews for that place. Use both together for complete data pipelines.

Can I scrape multiple cities in one run? Not in a single run - one run = one location. For multiple cities, run the actor once per city using the Apify scheduler or API.


Export formats

Results available in: JSON, CSV, Excel (XLSX), XML, RSS.


Built by Automatyk - also see TripAdvisor Scraper for place details and reviews.