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

Endpoint Playground

Try the TripAdvisor Reviews API

Test Crawlora's TripAdvisor Reviews 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/reviews
Platform
TripAdvisor
Auth
apiKey
Credits
5 credits/request
Required params
None
Common optional params
id, url, page, limit, language, sort_type
TripAdvisor Reviews API documentationTripAdvisor platform pageCrawlora API pricingTry TripAdvisor Autocomplete APITry TripAdvisor Enums APITry TripAdvisor Hotels APITry TripAdvisor Place APITry TripAdvisor Search API

Prefilled cURL

curl "https://api.crawlora.net/api/v1/tripadvisor/reviews?id=113311&page=1&limit=3&language=en&sort_type=DEFAULT&sort_by=DATE&photos_per_review_limit=7" \
  -H "x-api-key: $CRAWLORA_API_KEY"

Request parameters visible to crawlers

ParameterTypeRequiredPrefilled valueDescription
idstringNo113311TripAdvisor location id
urlstringNoTripAdvisor place URL
pageintegerNo11-based review page
limitintegerNo3Maximum reviews
languagestringNoenReview language
sort_typestringNoDEFAULTReview sort type
sort_bystringNoDATEReview sort field
ratingsarrayNoRating filters
do_machine_translationbooleanNoEnable upstream machine translation
photos_per_review_limitintegerNo7Maximum photos per review

Example JSON response

{
  "code": 200,
  "msg": "OK",
  "data": {
    "id": "113311",
    "url": "https://www.tripadvisor.com/Hotel_Review-g60763-d113311-Reviews-The_Peninsula_New_York-New_York_City_New_York.html",
    "page": 1,
    "limit": 3,
    "language": "en",
    "total": 1517,
    "reviews": [
      {
        "id": "1060008752",
        "url": "https://www.tripadvisor.com/ShowUserReviews-g60763-d113311-r1060008752-The_Peninsula_New_York-New_York_City_New_York.html",
        "title": "Outstanding weekend at the Peninsula",
        "text": "Excellent stay with attentive service.",
        "author": "Jane D.",
        "date": "May 2026",
        "created_date": "2026-05-01",
        "language": "en",
        "rating": 5,
        "helpful_votes": 1,
        "photos": [
          "https://dynamic-media-cdn.tripadvisor.com/media/photo.jpg"
        ]
      }
    ]
  }
}

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.tripadvisorReviewsResponseDocTripAdvisor
GET /tripadvisor/reviews

Get TripAdvisor reviews

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

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

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

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": {
    "id": "113311",
    "url": "https://www.tripadvisor.com/Hotel_Review-g60763-d113311-Reviews-The_Peninsula_New_York-New_York_City_New_York.html",
    "page": 1,
    "limit": 3,
    "language": "en",
    "total": 1517,
    "reviews": [
      {
        "id": "1060008752",
        "url": "https://www.tripadvisor.com/ShowUserReviews-g60763-d113311-r1060008752-The_Peninsula_New_York-New_York_City_New_York.html",
        "title": "Outstanding weekend at the Peninsula",
        "text": "Excellent stay with attentive service.",
        "author": "Jane D.",
        "date": "May 2026",
        "created_date": "2026-05-01",
        "language": "en",
        "rating": 5,
        "helpful_votes": 1,
        "photos": [
          "https://dynamic-media-cdn.tripadvisor.com/media/photo.jpg"
        ]
      }
    ]
  }
}

Endpoint details

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

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

Request parameters

id:queryurl:querypage:querylimit:querylanguage:querysort_type:querysort_by:queryratings:querydo_machine_translation:queryphotos_per_review_limit:queryx-api-key:header

Response schema fields

codedatadata.iddata.languagedata.limitdata.pagedata.reviewsdata.reviews[].authordata.reviews[].author_avatardata.reviews[].author_hometowndata.reviews[].author_iddata.reviews[].author_url

Sample response summary

{
  "code": 200,
  "msg": "OK",
  "data": {
    "id": "113311",
    "url": "https://www.tripadvisor.com/Hotel_Review-g60763-d113311-Reviews-The_Peninsula_New_York-New_York_City_New_York.html",
    "page": 1,
    "limit": 3,
    "language": "en",
    "total": 1517,
    "reviews": [
      {
        "id": "1060008752",
        "url": "https://www.tripadvisor.com/ShowUserReviews-g60763-d113311-r1060008752-The_Peninsula_New_York-New_York_City_New_York.html",
        "title": "Outstanding weekend at the Peninsula",
        "text": "Excellent stay with attentive service.",
        "author": "Jane D.",
        "date": "May 2026",
        "created_date": "2026-05-01",
        "language": "en",
        "rating": 5,
        "helpful_votes": 1,
        "photos": [
          "https://dynamic-media-cdn.tripadvisor.com/media/photo.jpg"
        ]
      }
    ]
  }
}

cURL example

curl "https://api.crawlora.net/api/v1/tripadvisor/reviews" \
  -H "x-api-key: $CRAWLORA_API_KEY"
View endpoint docsOpen platform pageBrowse all endpointsPricingAutocomplete TripAdvisor locations and placesGet TripAdvisor enum metadataSearch TripAdvisor hotelsGet TripAdvisor placeSearch 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