Crawlora
ProductPlatformsUse CasesDocsPricingCompare
Sign inTry Playground Console
Crawlora

Structured public web data APIs for search, travel, real estate, marketplaces, apps, social, audio, and AI workflows with managed execution and credit-based usage.

Product

Web Scraping APIFeaturesInfrastructure FeaturesPlatformsTravel APIsReal Estate APIsPricing

Platforms

Google SearchGoogle TrendsBingBraveGoogle MapsAirbnbTripAdvisorZillowYahoo FinanceGoogle FinanceAmazon

Developers

DocsGetting StartedAuthenticationAPI ExamplesRecipesChangelogPlaygroundSDKsIntegrationsMCP

Use cases

SERP MonitoringGoogle Maps LeadsTravel & Hospitality ResearchProperty Market IntelligenceApp Review AnalysisReview & Reputation MonitoringTikTok Trend IntelligenceYouTube Creator IntelligenceAmazon Product MonitoringMusic Catalog / Playlist IntelligencePodcast & Audio IntelligenceFinance Market DataAI Agent Web Data

Legal

TermsPrivacy
Product
Web Scraping APIFeaturesInfrastructure FeaturesPlatformsTravel APIsReal Estate APIsPricing
Platforms
Google SearchGoogle TrendsBingBraveGoogle MapsAirbnbTripAdvisorZillowYahoo FinanceGoogle FinanceAmazon
Developers
DocsGetting StartedAuthenticationAPI ExamplesRecipesChangelogPlaygroundSDKsIntegrationsMCP
Use cases
SERP MonitoringGoogle Maps LeadsTravel & Hospitality ResearchProperty Market IntelligenceApp Review AnalysisReview & Reputation MonitoringTikTok Trend IntelligenceYouTube Creator IntelligenceAmazon Product MonitoringMusic Catalog / Playlist IntelligencePodcast & Audio IntelligenceFinance Market DataAI Agent Web Data
Legal
TermsPrivacy

© 2026 Built with 💖 by Tony Wang

|System:Crawlora API status
Docs menu

Start here

OverviewGetting StartedAuthenticationRate Limits and CreditsError Handling

Examples

ExamplescURLTypeScriptPythonGo

Recipes

RecipesSERP MonitoringGoogle Maps LeadsApp Review AnalysisYouTube TranscriptsTikTok Trend ResearchAmazon Product MonitoringAI Agent Web Data

API Reference

AirbnbAmazonApplePodcastsAppStoreBingBraveeBayGoogleGoogle FinanceGoogle MapGooglePlayInstagramLinkedInProductHuntSimilarWebSpotifySpotifyPodcastsTikTokTripAdvisorTrustpilotYahoo FinanceYouTubeZillow

Start here

OverviewGetting StartedAuthenticationRate Limits and CreditsError Handling

Examples

ExamplescURLTypeScriptPythonGo

Recipes

RecipesSERP MonitoringGoogle Maps LeadsApp Review AnalysisYouTube TranscriptsTikTok Trend ResearchAmazon Product MonitoringAI Agent Web Data

API Reference

AirbnbAmazonApplePodcastsAppStoreBingBraveeBayGoogleGoogle FinanceGoogle MapGooglePlayInstagramLinkedInProductHuntSimilarWebSpotifySpotifyPodcastsTikTokTripAdvisorTrustpilotYahoo FinanceYouTubeZillow
  1. Home
  2. /Docs
  3. /TripAdvisor API

API Reference

TripAdvisor API Documentation

Use Crawlora's TripAdvisor API endpoints to extract supported public TripAdvisor data as structured JSON. This documentation covers 6 active endpoints including Autocomplete TripAdvisor locations and places, Get TripAdvisor enum metadata, Search TripAdvisor hotels, Get TripAdvisor place, and related APIs. Developers can use these endpoints for monitoring, enrichment, research dashboards, internal data pipelines, and AI-agent workflows without maintaining platform-specific scraping code. Each endpoint page documents authentication, request parameters such as q, geo_id, type, cURL examples, response examples, response schemas, errors, credit cost, and Playground testing. Send requests to the Crawlora API with an x-api-key header, review usage and plan limits on pricing, and test safe sample requests in Playground before moving the workflow into production.

Try Autocomplete TripAdvisor locations and places Start with endpoint docsPricing

Quick start

Choose an endpoint, send an authenticated request with the x-api-key header, and inspect the normalized JSON response. The examples below use the public Crawlora API base URL and the same endpoint catalog used by Playground.

Base URL
https://api.crawlora.net/api/v1
Auth header
x-api-key: $CRAWLORA_API_KEY
Primary endpoint
GET /tripadvisor/autocomplete
Credit cost
1 credit/request
curl -X GET "https://api.crawlora.net/api/v1/tripadvisor/autocomplete?q=hong+kong&limit=5&locale=en-HK&scope_geo_id=294217&type=attraction" \
  -H "x-api-key: $CRAWLORA_API_KEY"
Try Autocomplete TripAdvisor locations and places in PlaygroundAPI key authenticationReview Crawlora pricing

Common concepts

  • Authenticated API-key requests
  • Structured JSON responses
  • Credit-based usage and plan limits
  • Documented validation and upstream errors
  • Playground testing before integration
  • Responsible public web data workflows
TripAdvisor platform pageError handling guideRate limits and credits

TripAdvisor API endpoints

These endpoint cards are generated from the active Crawlora endpoint catalog, including method, path, auth mode, credit cost, parameter summary, docs, and Playground links.

GET/tripadvisor/autocompleteapiKey1 credit/request

Autocomplete TripAdvisor locations and places

Returns normalized TripAdvisor public typeahead candidates from the credential-free GraphQL endpoint.

Required params: q:query

Autocomplete TripAdvisor locations and places documentationTry Autocomplete TripAdvisor locations and places in Playground
GET/tripadvisor/enumsapiKey0 credits/request

Get TripAdvisor enum metadata

Returns supported TripAdvisor enum values for place/listing filters, including locales, currencies, languages, listing types, filters, amenities, and category ids.

Required params: None

Get TripAdvisor enum metadata documentationTry Get TripAdvisor enum metadata in Playground
GET/tripadvisor/hotelsapiKey5 credits/request

Search TripAdvisor hotels

Returns normalized TripAdvisor hotel listing results from public credential-free GraphQL listing data.

Required params: geo_id:query

Search TripAdvisor hotels documentationTry Search TripAdvisor hotels in Playground
GET/tripadvisor/placeapiKey5 credits/request

Get TripAdvisor place

Returns a rich normalized TripAdvisor place profile from public place HTML, using configured browser fallbacks when direct HTML is blocked.

Required params: None

Get TripAdvisor place documentationTry Get TripAdvisor place in Playground
GET/tripadvisor/reviewsapiKey5 credits/request

Get TripAdvisor reviews

Returns normalized TripAdvisor public reviews from credential-free GraphQL review data. Pass either id or url.

Required params: None

Get TripAdvisor reviews documentationTry Get TripAdvisor reviews in Playground
GET/tripadvisor/searchapiKey5 credits/request

Search TripAdvisor places

Returns normalized TripAdvisor place listings for hotels, restaurants, attractions, and supported attraction category types.

Required params: geo_id:query, type:query

Search TripAdvisor places documentationTry Search TripAdvisor places in Playground

Endpoint reference table

EndpointAPI pathMethodCreditsRequired paramsDocsPlayground
Autocomplete TripAdvisor locations and places/tripadvisor/autocompleteGET1 credit/requestq:queryView docsTry endpoint
Get TripAdvisor enum metadata/tripadvisor/enumsGET0 credits/requestNoneView docsTry endpoint
Search TripAdvisor hotels/tripadvisor/hotelsGET5 credits/requestgeo_id:queryView docsTry endpoint
Get TripAdvisor place/tripadvisor/placeGET5 credits/requestNoneView docsTry endpoint
Get TripAdvisor reviews/tripadvisor/reviewsGET5 credits/requestNoneView docsTry endpoint
Search TripAdvisor places/tripadvisor/searchGET5 credits/requestgeo_id:query, type:queryView docsTry endpoint

Related Crawlora API pages

TripAdvisor scraper API platform pageTry the primary endpoint in PlaygroundBrowse supported platformsCrawlora API pricingAirbnb API documentation
Back to docs