Tripadvisor Reviews Scraper
This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?
See alternative ActorsTripadvisor Reviews Scraper
Easily scrape reviews from Tripadvisor. Extract the review text, URL, rating, date of travel, published date, basic reviewer info, images. Download reviews in XML, JSON, CSV.
Tripadvisor Reviews Scrapper
About This Actor
This Actor is a powerful, user-fiendly tool made to scrape reviews from specified Tripadvisor listings. This tool will save you time and provide you with reliable data on reviews about your provided listings.
Made with Golang 1.22.1
Tutorial
Basic Usage
1{ 2 "startUrls": [ 3 { 4 "url": "https://www.tripadvisor.com/Hotel_Review-g188107-d231860-Reviews-Beau_Rivage_Palace-Lausanne_Canton_of_Vaud.html" 5 } 6 ], 7 "offset": 0, 8 "limit": 20 9}
| parameter | type | argument | description |
| --------- | ----- | ------------------------- | ---------------------------- |
| startUrls | array | [] | An array of start urls |
| offset | int | default=0 | Start from a specific offset |
| limit | int | default=20 | Limit number of results |
Output Sample
1[ 2 { 3 "id": 972086842, 4 "createdDate": "2024-09-30", 5 "publishedDate": "2024-09-30", 6 "rating": 5, 7 "publishPlatform": "OTHER", 8 "tripInfo": { 9 "stayDate": "2023-11-30", 10 "tripType": "BUSINESS" 11 }, 12 "photoIds": [], 13 "locationId": 231860, 14 "labels": [], 15 "title": "Super Awesome Review", 16 "text": "This place was amazing! Would come again", 17 "url": "/ShowUserReviews-g188107-d231860-r972086842-Beau_Rivage_Palace-Lausanne_Canton_of_Vaud.html", 18 "photos": [], 19 "userProfile": { 20 "isMe": false, 21 "isVerified": false, 22 "contributionCounts": { 23 "sumAllUgc": 3, 24 "sumAllLikes": 0 25 }, 26 "isFollowing": false, 27 "id": "F76EE9C50E5455BA668AEE543412352A", 28 "userId": "F76EE9C50E5455BA668AEE543412352A", 29 "displayName": "Super Awesome", 30 "username": "superReviewer", 31 "hometown": { 32 "locationId": null, 33 "location": null, 34 "fallbackString": null 35 }, 36 "route": { 37 "url": "/Profile/superReviewer" 38 }, 39 "avatar": { 40 "id": 452390350, 41 "photoSizes": [ 42 { 43 "width": 0, 44 "height": 0, 45 "url": "https://dynamic-media-cdn.tripadvisor.com/media/photo-o/1a/f6/ed/ce/default-avatar-2020-7.jpg?w=100&h=100&s=1" 46 }, 47 { 48 "width": 50, 49 "height": 50, 50 "url": "https://media-cdn.tripadvisor.com/media/photo-t/1a/f6/ed/ce/default-avatar-2020-7.jpg" 51 }, 52 { 53 "width": 150, 54 "height": 150, 55 "url": "https://media-cdn.tripadvisor.com/media/photo-l/1a/f6/ed/ce/default-avatar-2020-7.jpg" 56 }, 57 { 58 "width": 180, 59 "height": 200, 60 "url": "https://media-cdn.tripadvisor.com/media/photo-i/1a/f6/ed/ce/default-avatar-2020-7.jpg" 61 }, 62 { 63 "width": 205, 64 "height": 205, 65 "url": "https://media-cdn.tripadvisor.com/media/photo-f/1a/f6/ed/ce/default-avatar-2020-7.jpg" 66 }, 67 { 68 "width": 450, 69 "height": 450, 70 "url": "https://media-cdn.tripadvisor.com/media/photo-s/1a/f6/ed/ce/default-avatar-2020-7.jpg" 71 }, 72 { 73 "width": 550, 74 "height": 550, 75 "url": "https://media-cdn.tripadvisor.com/media/photo-p/1a/f6/ed/ce/default-avatar-2020-7.jpg" 76 }, 77 { 78 "width": 1024, 79 "height": 1024, 80 "url": "https://media-cdn.tripadvisor.com/media/photo-w/1a/f6/ed/ce/default-avatar-2020-7.jpg" 81 }, 82 { 83 "width": 1200, 84 "height": 1200, 85 "url": "https://media-cdn.tripadvisor.com/media/photo-o/1a/f6/ed/ce/default-avatar-2020-7.jpg" 86 } 87 ] 88 } 89 }, 90 "username": "superReviewer" 91 } 92]