ScavioScavio
ToolsPricing
Sign InsGet Startedg
Quick StartAPI & SDKsEcosystem

Tripadvisor

Tripadvisor Location Lookup API

START HERE. This is the entry point that turns a place or business NAME into the Tripadvisor geo_id / location_id pair every other Tripadvisor endpoint is keyed by - those ids exist only inside Tripadvisor's own URLs, so without this call a caller holding a name has no way in. Returns up to 20 typeahead rows with type, name, geo_id, location_id, coordinates and URL, as JSON. Costs 2 credits per request.

POST/api/v1/tripadvisor/locations

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
querystringrequired

Place or business name to resolve, 1-120 characters. Works for cities and regions as well as individual restaurants, hotels and attractions.

Example: Austin

limitintegerdefault:12

Rows to return, 1-20. This sizes the response only - there is no pagination on this endpoint.

Request

from scavio import ScavioClient

client = ScavioClient(api_key="sk_live_your_key")
results = client.tripadvisor.locations("Austin")
print(results)

Response

"query": "Austin",
"count": 8,
},
"response_time": 1625,
"credits_used": 2,
"credits_remaining": 4820
}
PreviousYelp ReviewsNextTripadvisor Search
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