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 Search API

Endpoint Playground

Try the TripAdvisor Search API

Test Crawlora's TripAdvisor Search 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/search
Platform
TripAdvisor
Auth
apiKey
Credits
5 credits/request
Required params
geo_id, type
Common optional params
filter_id, class, amenities, price_min, price_max, pricing_mode
TripAdvisor Search API documentationTripAdvisor platform pageCrawlora API pricingTry TripAdvisor Autocomplete APITry TripAdvisor Enums APITry TripAdvisor Hotels APITry TripAdvisor Place APITry TripAdvisor Reviews API

Prefilled cURL

curl "https://api.crawlora.net/api/v1/tripadvisor/search?geo_id=294217&type=restaurant&filter_id=ufe&class=5&price_min=1000&price_max=3205&pricing_mode=ALL_IN_RATE&restaurant_date=2026-05-20&restaurant_time=1900&restaurant_guests=3&offset=0&limit=3&locale=en-HK&currency=HKD&sort=POPULARITY" \
  -H "x-api-key: $CRAWLORA_API_KEY"

Request parameters visible to crawlers

ParameterTypeRequiredPrefilled valueDescription
geo_idintegerYes294217TripAdvisor geo id
typestringYesrestaurantListing type
filter_idstringNoufeOptional hotel filter id
classintegerNo5Hotel class filter
amenitiesarrayNoHotel amenity filter ids
price_minintegerNo1000Minimum hotel price filter
price_maxintegerNo3205Maximum hotel price filter
pricing_modestringNoALL_IN_RATEHotel pricing mode
travelers_choicebooleanNoFilter Travelers' Choice hotels
travelers_choice_botbbooleanNoFilter Best of the Best hotels
restaurant_datestringNo2026-05-20Restaurant availability date
restaurant_timestringNo1900Restaurant availability time
restaurant_guestsintegerNo3Restaurant guest count
establishment_typesarrayNoRestaurant establishment type ids
online_optionsarrayNoRestaurant online option ids
offsetintegerNo0Zero-based result offset
limitintegerNo3Maximum results
localestringNoen-HKTripAdvisor locale
currencystringNoHKDCurrency code
sortstringNoPOPULARITYSort value

Example JSON response

{
  "code": 200,
  "msg": "OK",
  "data": {
    "geo_id": 294217,
    "type": "restaurant",
    "offset": 0,
    "limit": 3,
    "locale": "en-HK",
    "currency": "HKD",
    "sort": "POPULARITY",
    "source": "graphql",
    "results": [
      {
        "id": "1887114",
        "title": "Sumac Restaurant and Lounge",
        "type": "restaurant",
        "url": "https://en.tripadvisor.com.hk/Restaurant_Review-g294217-d1887114-Reviews-Sumac_Restaurant_and_Lounge-Hong_Kong.html",
        "image": "https://dynamic-media-cdn.tripadvisor.com/media/photo.jpg",
        "rating": 4.5,
        "review_count": 1217,
        "rank_label": "#12 of 12,000 restaurants in Hong Kong",
        "price_level": "$$ - $$$",
        "address": "Hong Kong",
        "parent": "Hong Kong",
        "categories": [
          "Lebanese",
          "Mediterranean"
        ],
        "booking_url": "https://en.tripadvisor.com.hk/Commerce?p=Restaurants_SevenRooms"
      }
    ]
  }
}

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.tripadvisorSearchResponseDocTripAdvisor
GET /tripadvisor/search

Search TripAdvisor places

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

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.search

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,
    "type": "restaurant",
    "offset": 0,
    "limit": 3,
    "locale": "en-HK",
    "currency": "HKD",
    "sort": "POPULARITY",
    "source": "graphql",
    "results": [
      {
        "id": "1887114",
        "title": "Sumac Restaurant and Lounge",
        "type": "restaurant",
        "url": "https://en.tripadvisor.com.hk/Restaurant_Review-g294217-d1887114-Reviews-Sumac_Restaurant_and_Lounge-Hong_Kong.html",
        "image": "https://dynamic-media-cdn.tripadvisor.com/media/photo.jpg",
        "rating": 4.5,
        "review_count": 1217,
        "rank_label": "#12 of 12,000 restaurants in Hong Kong",
        "price_level": "$$ - $$$",
        "address": "Hong Kong",
        "parent": "Hong Kong",
        "categories": [
          "Lebanese",
          "Mediterranean"
        ],
        "booking_url": "https://en.tripadvisor.com.hk/Commerce?p=Restaurants_SevenRooms"
      }
    ]
  }
}

Endpoint details

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

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

Request parameters

geo_id:querytype:queryfilter_id:queryclass:queryamenities:queryprice_min:queryprice_max:querypricing_mode:querytravelers_choice:querytravelers_choice_botb:queryrestaurant_date:queryrestaurant_time:query+9 more

Response schema fields

codedatadata.currencydata.geo_iddata.limitdata.localedata.offsetdata.resultsdata.results[].addressdata.results[].booking_urldata.results[].categoriesdata.results[].cuisines

Sample response summary

{
  "code": 200,
  "msg": "OK",
  "data": {
    "geo_id": 294217,
    "type": "restaurant",
    "offset": 0,
    "limit": 3,
    "locale": "en-HK",
    "currency": "HKD",
    "sort": "POPULARITY",
    "source": "graphql",
    "results": [
      {
        "id": "1887114",
        "title": "Sumac Restaurant and Lounge",
        "type": "restaurant",
        "url": "https://en.tripadvisor.com.hk/Restaurant_Review-g294217-d1887114-Reviews-Sumac_Restaurant_and_Lounge-Hong_Kong.html",
        "image": "https://dynamic-media-cdn.tripadvisor.com/media/photo.jpg",
        "rating": 4.5,
        "review_count": 1217,
        "rank_label": "#12 of 12,000 restaurants in Hong Kong",
        "price_level": "$$ - $$$",
        "address": "Hong Kong",
        "parent": "Hong Kong",
        "categories": [
          "Lebanese",
          "Mediterranean"
        ],
        "booking_url": "https://en.tripadvisor.com.hk/Commerce?p=Restaurants_SevenRooms"
      }
    ]
  }
}

cURL example

curl "https://api.crawlora.net/api/v1/tripadvisor/search?geo_id=<geo_id>&type=<type>" \
  -H "x-api-key: $CRAWLORA_API_KEY"
View endpoint docsOpen platform pageBrowse all endpointsPricingAutocomplete TripAdvisor locations and placesGet TripAdvisor enum metadataSearch TripAdvisor hotelsGet TripAdvisor placeGet TripAdvisor reviews

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