GET
/v1/resultsGet Results
Retrieve scraped TripAdvisor reviews with ratings, user information, photos, subratings, and owner responsesRetrieve reviews scraped from TripAdvisor places. Each result contains comprehensive review data including ratings, review text, user profiles, travel dates, photos, subratings, owner responses, and place information.
Headers
| Key | Value | Required |
|---|---|---|
| Authorization | Token YOUR_API_KEY | Yes |
Review Information Fields
review_id
string
Example: 1047155136
url
string
Example: https://www.tripadvisor.com/ShowUserReviews-g60763-d208453-r1042814279-...
title
string
Example: Great front desk people at Hilton Times Square!
text
text
Example: Hotel was nice, very close to subways and attractions...
rating
integer
Example: 5
travel_date
string
Example: 2025-12
published_date
datetime
Example: 2025-12-17
created_date
string
Example: 2025-12-31
trip_type
string
Example: BUSINESS
helpful_votes
integer
Example: 0
publish_platform
string
Example: OTHER
room_tip
textnull
Example: null
lang
string
Example: en
original_language
string
Example: en
status
string
Example: PUBLISHED
subratings
json
Example: {Value: 5, Rooms: 4, Location: 5, Cleanliness: 4, Service: 4, Sleep Quality: 5}
photos
json
Example: [{id: 841562802, statuses: [PUBLISHED], photoSizes: [...]}]
likes_count
integer
Example: 0
Reviewer Information Fields
user_id
string
Example: E0A07C9AA5F4BF39F157B7BC057D5A8F
user_name
string
Example: Escape53349593856
username
string
Example: Escape53349593856
is_user_verified
boolean
Example: false
user_location
stringnull
Example: null
user_location_id
integernull
Example: null
user_location_name
stringnull
Example: null
user_total_contributions
integer
Example: 1
user_total_likes
integer
Example: 0
user_helpful_votes
integer
Example: 0
user_is_following
boolean
Example: false
user_avatar_id
string
Example: 452391908
user_avatar_photo_sizes
json
Example: [{url: https://dynamic-media-cdn.tripadvisor.com/..., width: 0, height: 0}]
user_profile_link
string
Example: https://www.tripadvisor.com/Profile/Escape53349593856
Owner Response Fields
owner_response_id
stringnull
Example: 1042950858
owner_response_text
textnull
Example: We're so happy to know that you enjoyed everything...
owner_response_lang
stringnull
Example: en
owner_response_published_date
stringnull
Example: 2025-12-18
responder
stringnull
Example: General Manager
owner_connection_to_subject
stringnull
Example: General Manager
Place Information Fields
place_id
string
Example: 208453
place_name
string
Example: Hilton New York Times Square
place_type
string
Example: ACCOMMODATION
place_category
string
Example: HOTEL
place_rating
float
Example: 4.3
place_total_reviews
integer
Example: 8919
place_parent_geo_id
integer
Example: 60763
place_city
string
Example: New York City
place_state
string
Example: New York
place_web_url
string
Example: https://www.tripadvisor.com/Hotel_Review-g60763-d208453-Reviews-...
place_rating_count_1
integer
Example: 270
place_rating_count_2
integer
Example: 292
place_rating_count_3
integer
Example: 705
place_rating_count_4
integer
Example: 2570
place_rating_count_5
integer
Example: 5082
review_counts_by_language
json
Example: {en: 7849, es: 170, pt: 219, de: 151, fr: 173}
is_local_provider
boolean
Example: true
is_tools_provider
boolean
Example: true
alert_status
boolean
Example: false
Metadata Fields
id
integer
Example: 335315
object
string
Example: result
squid
string
Example: c7ea965333d54a949a9e74ba62029098
run
string
Example: 31679d8916d946848c3ba442a381e130
scraping_time
datetime
Example: 2025-12-17T20:14:05Z
native_id
integer
Example: 335315
functions
objectnull
Example: null
Parameters
squidstring
Requiredrunstring
Optionalpageinteger
Optionalpage_sizeinteger
OptionalPro Tip
Use the subratings field to analyze specific aspects of customer satisfaction (e.g., Location, Cleanliness, Service) beyond the overall rating.
Pro Tip
Check owner_response_text to see how businesses engage with their reviewers - valuable for competitive analysis and customer service insights.
Note
The photos array contains multiple size variants of each image. Use the largest size for high-quality display or smaller sizes for thumbnails.