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
  1. Home
  2. /Playground
  3. /TripAdvisor
  4. /TripAdvisor Hotels API

Endpoint Playground

Try the TripAdvisor Hotels API

Test Crawlora's TripAdvisor Hotels API with realistic prefilled parameters. Generate a cURL request, inspect the expected structured JSON response, and open the full docs or pricing page when you are ready to integrate this public web data extraction endpoint into your application.

Endpoint facts

Method
GET
API path
/tripadvisor/hotels
Platform
TripAdvisor
Auth
apiKey
Credits
5 credits/request
Required params
geo_id
Common optional params
filter_id, class, amenities, price_min, price_max, pricing_mode
TripAdvisor Hotels API documentationTripAdvisor platform pageCrawlora API pricingTry TripAdvisor Autocomplete APITry TripAdvisor Enums APITry TripAdvisor Place APITry TripAdvisor Reviews APITry TripAdvisor Search API

Prefilled cURL

curl "https://api.crawlora.net/api/v1/tripadvisor/hotels?geo_id=294217&filter_id=ufe&class=5&price_min=1000&price_max=3205&pricing_mode=ALL_IN_RATE&currency=HKD&offset=0&limit=3&sort=BEST_VALUE" \
  -H "x-api-key: $CRAWLORA_API_KEY"

Request parameters visible to crawlers

ParameterTypeRequiredPrefilled valueDescription
geo_idintegerYes294217TripAdvisor geo id
filter_idstringNoufeOptional filter id such as class or ufe
classintegerNo5Hotel class filter
amenitiesarrayNoAmenity filter ids
price_minintegerNo1000Minimum price filter
price_maxintegerNo3205Maximum price filter
pricing_modestringNoALL_IN_RATEPricing mode
travelers_choicebooleanNoFilter Travelers' Choice properties
travelers_choice_botbbooleanNoFilter Best of the Best properties
currencystringNoHKDCurrency code
offsetintegerNo0Zero-based result offset
limitintegerNo3Maximum results
sortstringNoBEST_VALUESort value

Example JSON response

{
  "code": 200,
  "msg": "OK",
  "data": {
    "geo_id": 294217,
    "currency": "HKD",
    "offset": 0,
    "limit": 3,
    "sort": "BEST_VALUE",
    "total": 519,
    "full_matches": 519,
    "results": [
      {
        "id": "113311",
        "title": "The Peninsula New York",
        "type": "hotel",
        "url": "https://www.tripadvisor.com/Hotel_Review-g60763-d113311-Reviews-The_Peninsula_New_York-New_York_City_New_York.html",
        "image": "https://dynamic-media-cdn.tripadvisor.com/media/photo.jpg",
        "rating": 4.5,
        "review_count": 1517,
        "star_rating": 5,
        "rank": 146,
        "rank_label": "#141 of 519 hotels in New York City",
        "price": "HK$7,793",
        "provider": "Agoda",
        "currency": "HKD",
        "parent": "New York City"
      }
    ]
  }
}

Public Playground

Preview the endpoint before sending a live request

Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.

Set up API keyEndpoint docs

Endpoint

Choose one catalog endpoint for this request.

6 shown
GETapiKey5 credits/requesttripadvisor.tripadvisorHotelsResponseDocTripAdvisor
GET /tripadvisor/hotels

Search TripAdvisor hotels

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

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key
View docs

API key

API key required for live requests. Your key is only used to send requests from this Playground.

not configured

Active Playground key: not configured

Manage API keys in Console

Required query parameters

Add an API key to send a live request.

If an active API key is configured, Copy cURL includes it. Share links never include API keys.

MCP tool

MCP URL

https://mcp.crawlora.net/mcp

Tool name

tripadvisor.hotels

View docs
Sample responseGET

Shown before your first request. Add an API key and send a request to see the live response, status, latency, and headers.

{
  "code": 200,
  "msg": "OK",
  "data": {
    "geo_id": 294217,
    "currency": "HKD",
    "offset": 0,
    "limit": 3,
    "sort": "BEST_VALUE",
    "total": 519,
    "full_matches": 519,
    "results": [
      {
        "id": "113311",
        "title": "The Peninsula New York",
        "type": "hotel",
        "url": "https://www.tripadvisor.com/Hotel_Review-g60763-d113311-Reviews-The_Peninsula_New_York-New_York_City_New_York.html",
        "image": "https://dynamic-media-cdn.tripadvisor.com/media/photo.jpg",
        "rating": 4.5,
        "review_count": 1517,
        "star_rating": 5,
        "rank": 146,
        "rank_label": "#141 of 519 hotels in New York City",
        "price": "HK$7,793",
        "provider": "Agoda",
        "currency": "HKD",
        "parent": "New York City"
      }
    ]
  }
}

Endpoint details

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

Method
GET
Path
/tripadvisor/hotels
Authentication
apiKey
Credit cost
5 credits/request
Platform
TripAdvisor
Parameters
14 documented fields

Request parameters

geo_id:queryfilter_id:queryclass:queryamenities:queryprice_min:queryprice_max:querypricing_mode:querytravelers_choice:querytravelers_choice_botb:querycurrency:queryoffset:querylimit:query+2 more

Response schema fields

codedatadata.currencydata.full_matchesdata.geo_iddata.limitdata.offsetdata.resultsdata.results[].addressdata.results[].currencydata.results[].iddata.results[].image

Sample response summary

{
  "code": 200,
  "msg": "OK",
  "data": {
    "geo_id": 294217,
    "currency": "HKD",
    "offset": 0,
    "limit": 3,
    "sort": "BEST_VALUE",
    "total": 519,
    "full_matches": 519,
    "results": [
      {
        "id": "113311",
        "title": "The Peninsula New York",
        "type": "hotel",
        "url": "https://www.tripadvisor.com/Hotel_Review-g60763-d113311-Reviews-The_Peninsula_New_York-New_York_City_New_York.html",
        "image": "https://dynamic-media-cdn.tripadvisor.com/media/photo.jpg",
        "rating": 4.5,
        "review_count": 1517,
        "star_rating": 5,
        "rank": 146,
        "rank_label": "#141 of 519 hotels in New York City",
        "price": "HK$7,793",
        "provider": "Agoda",
        "currency": "HKD",
        "parent": "New York City"
      }
    ]
  }
}

cURL example

curl "https://api.crawlora.net/api/v1/tripadvisor/hotels?geo_id=<geo_id>" \
  -H "x-api-key: $CRAWLORA_API_KEY"
View endpoint docsOpen platform pageBrowse all endpointsPricingAutocomplete TripAdvisor locations and placesGet TripAdvisor enum metadataGet TripAdvisor placeGet TripAdvisor reviewsSearch TripAdvisor places

Browse public API demos

Google Trends explore dataSearch TripAdvisor placesSearch Zillow listingsYahoo Finance ticker quoteYahoo Finance searchYahoo Finance historical pricesYahoo Finance trending symbolsSearch Airbnb stays
DocsPlatformsPricing