Tripadvisor Scraper avatar

Tripadvisor Scraper

Pricing

from $15.00 / 1,000 results

Go to Apify Store
Tripadvisor Scraper

Tripadvisor Scraper

Scrape hotels, restaurants, attractions, and vacation rentals from TripAdvisor. Search by keyword or provide direct URLs. Extract names, ratings, rankings, addresses, contact info, prices, and more. No login required.

Pricing

from $15.00 / 1,000 results

Rating

5.0

(11)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

12

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Extract structured data from TripAdvisor for hotels, restaurants, and attractions. Search by keyword or provide direct TripAdvisor URLs to get detailed place information including ratings, rankings, contact details, prices, and more. No login or API key required.

What can this scraper do?

  • Search for places — Find hotels, restaurants, and attractions by keyword (e.g. "hotels in Paris", "restaurants NYC")
  • Scrape direct URLs — Extract data from specific TripAdvisor place pages
  • Filter by place type — Limit results to hotels, restaurants, or attractions only
  • Extract rich metadata — Get ratings, rankings, addresses, phone numbers, emails, websites, prices, operating hours, cuisine types, hotel star ratings, and more

Input

FieldTypeRequiredDefaultDescription
searchQueriesstring[]NoSearch terms to find places on TripAdvisor
startUrlsstring[]NoDirect TripAdvisor place URLs
maxItemsintegerNo50Maximum results per search query (1-100)
placeTypeenumNoallFilter: all, hotel, restaurant, attraction
proxyConfigurationobjectNoProxy settings (residential proxy recommended for search)

At least one of searchQueries or startUrls is required.

Example inputs

Scrape specific places by URL (recommended — fastest, no proxy needed):

{
"startUrls": [
"https://www.tripadvisor.com/Hotel_Review-g60763-d675616-Reviews-The_Plaza_New_York-New_York_City_New_York.html",
"https://www.tripadvisor.com/Restaurant_Review-g60763-d457808-Reviews-Daniel-New_York_City_New_York.html"
]
}

Search for hotels (residential proxy recommended):

{
"searchQueries": ["hotels in Paris"],
"maxItems": 10,
"placeType": "hotel",
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

Mixed search and URLs:

{
"searchQueries": ["best restaurants London"],
"startUrls": ["https://www.tripadvisor.com/Attraction_Review-g60763-d104365-Reviews-Empire_State_Building-New_York_City_New_York.html"],
"maxItems": 15,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

Output

Each result contains structured place data. Fields vary by place type.

Output fields

FieldDescriptionExample
locationIdTripAdvisor location ID"675616"
namePlace name"The Plaza New York"
typePlace type"hotel"
subcategorySubcategory label"Hotel"
addressFull address"5th Avenue, New York City, NY 10019"
streetStreet address"5th Avenue At Central Park South"
cityCity"New York City"
stateState/province"NY"
countryCountry"United States"
postalCodeZIP/postal code"10019"
latitudeLatitude"40.764645"
longitudeLongitude"-73.97432"
ratingRating (0-5)"4.5"
numberOfReviewsTotal reviews"5309"
rankingPositionRank number"20"
rankingStringFull ranking text"#20 of 583 hotels in New York City"
priceLevelPrice symbols"$$$$"
priceRangePrice range"$1,207 - $2,096"
phonePhone number"0016466634630"
emailEmail address"theplaza@fairmont.com"
websiteOfficial website"https://www.theplazany.com/"
hotelClassStar rating (hotels)"5.0"
cuisineCuisine types (restaurants)"French, European"
hoursOperating hours"Tue - Sun: 5:00 PM - 9:30 PM"
descriptionPlace description"The Empire State Building is..."
neighborhoodsNeighborhood names"Midtown, Manhattan"
webUrlTripAdvisor page URL"https://www.tripadvisor.com/..."
isClosedPermanently closed"False"
photoUrlMain photo URL"https://media-cdn.tripadvisor.com/..."
searchQuerySource search query"hotels in Paris"
scrapeTimestampISO timestamp"2026-03-10T12:00:00+00:00"

Sample output

{
"locationId": "675616",
"name": "The Plaza New York - A Fairmont Managed Hotel",
"type": "hotel",
"subcategory": "Hotel",
"address": "5th Avenue At Central Park South, New York City, NY 10019",
"street": "5th Avenue At Central Park South",
"city": "New York City",
"state": "NY",
"country": "United States",
"postalCode": "10019",
"latitude": "40.764645",
"longitude": "-73.97432",
"rating": "4.5",
"numberOfReviews": "5309",
"rankingPosition": "20",
"rankingString": "#20 of 583 hotels in New York City",
"priceLevel": "$$$$",
"priceRange": "$1,207 - $2,096",
"phone": "0016466634630",
"email": "theplaza@fairmont.com",
"website": "https://www.theplazany.com/",
"hotelClass": "5.0",
"cuisine": "",
"hours": "",
"description": "",
"neighborhoods": "Midtown, Midtown West, Manhattan",
"webUrl": "https://www.tripadvisor.com/Hotel_Review-g60763-d675616-Reviews-The_Plaza...",
"isClosed": "False",
"photoUrl": "",
"searchQuery": "hotels in New York",
"scrapeTimestamp": "2026-03-10T12:00:00.000000+00:00"
}

Frequently Asked Questions

Do I need a TripAdvisor account or API key? No. This scraper uses TripAdvisor's public APIs and does not require any login credentials or API keys.

Does it need a proxy? Direct URLs work without any proxy. For search queries, a residential proxy is recommended for best results because TripAdvisor uses anti-bot protection (DataDome) on search pages.

How many results can I get per search? Each search query returns up to 15 matching places from TripAdvisor's search. Use direct URLs for specific places.

Which fields are available for each place type? Some fields are type-specific: hotelClass is only populated for hotels, cuisine and hours only for restaurants, description appears for some attractions and locations. Core fields (name, address, rating, ranking, contact info) are available for all types.

Can I scrape vacation rentals and tours? The search supports vacation rentals when using placeType: "all". For specific vacation rentals or tours, provide their direct TripAdvisor URL.

What URL formats are supported? Any TripAdvisor URL containing a location ID works, including:

  • Hotel pages: /Hotel_Review-g...-d...-Reviews-...
  • Restaurant pages: /Restaurant_Review-g...-d...-Reviews-...
  • Attraction pages: /Attraction_Review-g...-d...-Reviews-...
  • Vacation rental pages: /VacationRentalReview-g...-d...-...