TripAdvisor Reviews Scraper - Most Comprehensive avatar

TripAdvisor Reviews Scraper - Most Comprehensive

Pricing

from $0.04 / 1,000 reviews

Go to Apify Store
TripAdvisor Reviews Scraper - Most Comprehensive

TripAdvisor Reviews Scraper - Most Comprehensive

๐Ÿ”ฅ ~$0.05/1K reviews ๐Ÿ”ฅ Scrape all reviews for any TripAdvisor business. Full review text, ratings, author profiles, trip types, and helpful votes. Accepts business URLs.

Pricing

from $0.04 / 1,000 reviews

Rating

0.0

(0)

Developer

Kai

Kai

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

2

Monthly active users

12 days ago

Last modified

Share

TripAdvisor Reviews Scraper

Scrape reviews from TripAdvisor as structured JSON โ€” hotels, restaurants, things to do, and cruises. Full review text, ratings, author profiles, sub-ratings, photos, and owner responses โ€” with filters for rating, trip type, language, date, and keyword search.

Fast and reliable: no headless browser, no HTML parsing, no breakage when TripAdvisor redesigns their pages.

Quick start

Minimal input โ€” one or more URLs or location IDs across any TripAdvisor category:

{
"businesses": [
"https://www.tripadvisor.com/Restaurant_Review-g60745-d5572598-Reviews-Ostra-Boston_Massachusetts.html",
"https://www.tripadvisor.com/Hotel_Review-g60763-d93589-Reviews-The_Michelangelo-New_York_City.html",
"https://www.tripadvisor.com/Attraction_Review-g60763-d105127-Reviews-Central_Park-New_York_City.html",
"https://www.tripadvisor.com/Cruise_Review-d25948295-Reviews-MSC_World_America"
]
}

Default: 20 reviews per business. Set maxReviews to 0 for all reviews:

{
"businesses": ["5572598"],
"maxReviews": 0
}

Filter by rating and trip type:

{
"businesses": ["5572598"],
"rating": [4, 5],
"tripType": ["Couples", "Family"]
}

Reviews from a specific date onward, in French:

{
"businesses": ["5572598"],
"since": "2025-01-01",
"language": "fr"
}

Keyword search across reviews:

{
"businesses": ["5572598"],
"searchQuery": "lobster"
}

Input

ParameterTypeDefaultDescription
businessesstring[]requiredTripAdvisor URLs or location IDs โ€” hotels, restaurants, things to do, or cruises
maxReviewsinteger20Max reviews per business. 0 for no limit
sortBystringrecentrecent (newest first), detailed (most helpful first), or highest (highest rating first)
languagestringallLanguage code (en, fr, de, ja, โ€ฆ) or all
ratinginteger[]โ€”Filter by traveler rating. Any of 1โ€“5
tripTypestring[]โ€”Filter by visit type. See values below
sincestringโ€”Only reviews published after this date (YYYY-MM-DD)
monthsinteger[]โ€”Filter by month of year (1โ€“12)
searchQuerystringโ€”Keyword search across review text
proxyConfigurationobjectApify ProxyProxy settings

Trip type values

Business, Couples, Family, Friends, Solo

Output

Each review is one row in the dataset:

{
"id": "1047782889",
"locationId": 802686,
"businessName": "Hard Rock Cafe",
"businessUrl": "/Restaurant_Review-g60763-d802686-Reviews-Hard_Rock_Cafe-New_York_City_New_York.html",
"rating": 5,
"title": "Were they know your name!!",
"text": "Love this place. Back again in January 2026. Again the staff were fabulous especially Karl, Terk, Dale and Danielle. We were so looked after by these guys. . They are a credit to you Hard Rock. Hopefully next year weโ€™ll be back to see you all again!!",
"publishedDate": "January 28, 2026",
"dateVisited": "January 2026",
"tripType": "Couples",
"author": {
"displayName": "ellieNottingham",
"hometown": "nottingham",
"totalContributions": 62,
"helpfulVotes": null,
"avatarUrl": "https://dynamic-media-cdn.tripadvisor.com/media/photo-o/1a/f6/df/2b/default-avatar-2020-39.jpg?w=150&h=150&s=1",
"profileUrl": "/Profile/ellieNottingham",
"userId": "B96588909AF28E173E02833F3A732930",
"isVerified": false,
"username": "ellieNottingham"
},
"subratings": [],
"photos": [
{
"id": "844261499",
"url": "https://dynamic-media-cdn.tripadvisor.com/media/photo-o/32/52/68/7b/caption.jpg?w=1200&h=800&s=1",
"caption": ""
},
{
"id": "844261500",
"url": "https://dynamic-media-cdn.tripadvisor.com/media/photo-o/32/52/68/7c/caption.jpg?w=1200&h=800&s=1",
"caption": ""
},
{
"id": "844261501",
"url": "https://dynamic-media-cdn.tripadvisor.com/media/photo-o/32/52/68/7d/caption.jpg?w=1200&h=800&s=1",
"caption": ""
}
],
"ownerResponse": "Hello Ellie,\nThank you for the 5 Stars. We are happy you had a great experience with us. We hope to see you again soon.",
"helpfulVotes": 0,
"scrapedAt": "2026-04-08T05:13:07.950Z",
"reviewUrl": "/ShowUserReviews-g60763-d802686-r1047782889-Hard_Rock_Cafe-New_York_City_New_York.html",
"placeType": "EATERY",
"accommodationCategory": null,
"isTranslated": false,
"tipText": null,
"createdDate": "2026-01-29",
"publishedDateISO": "2026-01-28",
"dateVisitedISO": "2026-01-31",
"language": "en",
"originalLanguage": "en",
"status": "PUBLISHED",
"publishPlatform": "MOBILE",
"translationType": null,
"reviewTips": [],
"ownerResponseDetail": {
"id": 1048231035,
"text": "Hello Ellie,\nThank you for the 5 Stars. We are happy you had a great experience with us. We hope to see you again soon.",
"language": "en",
"publishedDate": "2026-02-01",
"connectionToSubject": "General Manager",
"author": {
"userId": "288366FB00D365ABA88E361C8ADBEAB9",
"displayName": "hrcnycgm",
"profileUrl": "/Profile/hrcnycgm",
"avatarUrl": null
}
}
}

placeType reflects the entity type โ€” EATERY, ACCOMMODATION, ATTRACTION, or SHIP. accommodationCategory is only set for hotels. Subratings vary by category (e.g. cruise reviews include Cabin, Dining, Pools & Sundecks, Entertainment).