ScavioScavio
ToolsPricing
Sign InsGet Startedg
Quick StartAPI & SDKsEcosystem

Tripadvisor

Tripadvisor Location Details API

Get one Tripadvisor location in full - rating with the five-bucket review histogram and per-aspect sub-ratings, city ranking, price band, cuisines, meal types, features, address, coordinates, contact details, opening hours, photos and the FIRST PAGE OF REVIEWS - as JSON. Costs 2 credits per request.

POST/api/v1/tripadvisor/location

Authorizations

Authorizationstringheaderrequired

Bearer authentication header of the form Bearer <token>, where <token> is your Scavio API key (e.g. Bearer sk_live_your_key).

Body

application/json
location_idstring

Tripadvisor location id, 1-500 characters. Accepts 469869, d469869, or a full _Review URL. Required unless url is given - get it from /api/v1/tripadvisor/locations.

Example: 469869

geo_idstring

Geo the location sits in. Required when location_id is a bare d-id, because Tripadvisor's detail URL is keyed on the pair.

Example: 30196

categoryenum<string>default:restaurants

Listing family: restaurants, hotels or attractions. Match it to the location's own type - it selects which Tripadvisor page is fetched and, on /reviews, how many reviews a page holds.

urlstring

Full tripadvisor.com _Review URL, 1-500 characters, as an alternative to the id pair.

Request

from scavio import ScavioClient

client = ScavioClient(api_key="sk_live_your_key")
results = client.tripadvisor.location(location_id="469869", geo_id="30196")
print(results)

Response

"location_id": "469869",
"geo_id": "30196",
"type": "restaurant",
"url": "https://www.tripadvisor.com/Restaurant_Review-g30196-d469869-Reviews-The_Oasis_on_Lake_Travis-Austin_Texas.html",
"name": "The Oasis on Lake Travis",
"description": null,
"rating": 3.7,
"review_count": 3769,
"rating_max": null,
"ranking": "#150 of 3,647 Restaurants in Austin",
"ranking_position": 150,
"ranking_total": 3647,
"ranking_category": "Restaurants",
"price_range": "$$ - $$$",
"street_address": "6550 Comanche Trl",
"city": "Austin",
"region": "Texas",
"postal_code": "78732-1213",
"country": "US",
"address": "6550 Comanche Trl, Austin, Texas, 78732-1213",
"latitude": 30.405558,
"longitude": -97.87422,
"phone": "5555550100",
"website": null,
"menu_url": "https://www.singleplatform.com/partner-lp?ref=TripAdvisor&sp_channel=viral&sp_source=publisher&sp_campaign=sp&sp_dt=20210415",
"open_now": null,
"amenities": [],
"image": "https://dynamic-media-cdn.tripadvisor.com/media/photo-o/10/a0/ab/07/sunset-capital-of-texas.jpg?w=500&h=-1&s=1",
"photo_count": 2237,
"travelers_choice": 2026,
},
"response_time": 3570,
"credits_used": 2,
"credits_remaining": 4820
}
PreviousTripadvisor SearchNextTripadvisor Reviews
ScavioScavio

One scraper API for every social, search and ecommerce platform. Built for AI agents.

Product

  • Features
  • Pricing
  • Dashboard
  • Affiliates

Developers

  • Documentation
  • API Reference
  • Quickstart
  • MCP Integration
  • Python SDK

Alternatives

  • Tavily Alternative
  • SerpAPI Alternative
  • Firecrawl Alternative
  • Exa Alternative
  • Serper Alternative
  • Tavily vs Scavio
  • SerpAPI vs Scavio
  • All alternatives
  • Compare Scavio vs alternatives

Search APIs

  • Google Search API
  • Amazon Product API
  • YouTube API
  • Reddit API
  • Walmart Product API
  • TikTok API
  • Instagram API

Tools

  • All Tools

© 2026 Scavio. All rights reserved.

Featured on TAAFT
Terms of ServicePrivacy Policy