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

Endpoint Playground

Try the TripAdvisor Place API

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

Prefilled cURL

curl "https://api.crawlora.net/api/v1/tripadvisor/place" \
  -H "x-api-key: $CRAWLORA_API_KEY"

Request parameters visible to crawlers

ParameterTypeRequiredPrefilled valueDescription
urlstringNoTripAdvisor place URL
idstringNoTripAdvisor location id fallback

Example JSON response

{
  "code": 200,
  "msg": "OK",
  "data": {
    "id": "311573",
    "geo_id": "294217",
    "title": "Victoria Peak (The Peak)",
    "url": "https://en.tripadvisor.com.hk/Attraction_Review-g294217-d311573-Reviews-Victoria_Peak_The_Peak-Hong_Kong.html",
    "canonical_url": "https://www.tripadvisor.com/Attraction_Review-g294217-d311573-Reviews-Victoria_Peak_The_Peak-Hong_Kong.html",
    "type": "attraction",
    "image": "https://dynamic-media-cdn.tripadvisor.com/media/photo.jpg",
    "images": [
      {
        "url": "https://dynamic-media-cdn.tripadvisor.com/media/photo.jpg",
        "width": 1200,
        "height": 800,
        "caption": "Victoria Peak"
      }
    ],
    "rating": 4.5,
    "reviews": 36770,
    "address": "Victoria Gap, Hong Kong, China",
    "address_parts": {
      "street": "Victoria Gap",
      "locality": "Hong Kong",
      "country": "China"
    },
    "latitude": 22.2759,
    "longitude": 114.1455,
    "summary": "Scenic viewpoint above Hong Kong.",
    "description": "Scenic viewpoint above Hong Kong.",
    "categories": [
      "TouristAttraction"
    ],
    "tags": [
      "Lookouts"
    ],
    "amenities": [
      "Observation deck"
    ],
    "opening_hours": [
      "Monday 10:00 - 22:00"
    ],
    "rank": 1,
    "rank_label": "#1 of 1,531 things to do in Hong Kong",
    "awards": [
      "Travelers' Choice"
    ],
    "breadcrumbs": [
      "Asia",
      "China",
      "Hong Kong"
    ],
    "links": [
      {
        "type": "canonical",
        "label": "TripAdvisor page",
        "url": "https://www.tripadvisor.com/Attraction_Review-g294217-d311573-Reviews-Victoria_Peak_The_Peak-Hong_Kong.html"
      },
      {
        "type": "website",
        "label": "Website",
        "url": "https://www.thepeak.com.hk/"
      }
    ]
  }
}

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.PlaceResponseTripAdvisor
GET /tripadvisor/place

Get TripAdvisor place

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

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.

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": "311573",
    "geo_id": "294217",
    "title": "Victoria Peak (The Peak)",
    "url": "https://en.tripadvisor.com.hk/Attraction_Review-g294217-d311573-Reviews-Victoria_Peak_The_Peak-Hong_Kong.html",
    "canonical_url": "https://www.tripadvisor.com/Attraction_Review-g294217-d311573-Reviews-Victoria_Peak_The_Peak-Hong_Kong.html",
    "type": "attraction",
    "image": "https://dynamic-media-cdn.tripadvisor.com/media/photo.jpg",
    "images": [
      {
        "url": "https://dynamic-media-cdn.tripadvisor.com/media/photo.jpg",
        "width": 1200,
        "height": 800,
        "caption": "Victoria Peak"
      }
    ],
    "rating": 4.5,
    "reviews": 36770,
    "address": "Victoria Gap, Hong Kong, China",
    "address_parts": {
      "street": "Victoria Gap",
      "locality": "Hong Kong",
      "country": "China"
    },
    "latitude": 22.2759,
    "longitude": 114.1455,
    "summary": "Scenic viewpoint above Hong Kong.",
    "description": "Scenic viewpoint above Hong Kong.",
    "categories": [
      "TouristAttraction"
    ],
    "tags": [
      "Lookouts"
    ],
    "amenities": [
      "Observation deck"
    ],
    "opening_hours": [
      "Monday 10:00 - 22:00"
    ],
    "rank": 1,
    "rank_label": "#1 of 1,531 things to do in Hong Kong",
    "awards": [
      "Travelers' Choice"
    ],
    "breadcrumbs": [
      "Asia",
      "China",
      "Hong Kong"
    ],
    "links": [
      {
        "type": "canonical",
        "label": "TripAdvisor page",
        "url": "https://www.tripadvisor.com/Attraction_Review-g294217-d311573-Reviews-Victoria_Peak_The_Peak-Hong_Kong.html"
      },
      {
        "type": "website",
        "label": "Website",
        "url": "https://www.thepeak.com.hk/"
      }
    ]
  }
}

Endpoint details

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

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

Request parameters

url:queryid:queryx-api-key:header

Response schema fields

addressaddress_partsaddress_parts.countryaddress_parts.localityaddress_parts.postal_codeaddress_parts.regionaddress_parts.streetamenitiesawardsbreadcrumbscanonical_urlcategories

Sample response summary

{
  "code": 200,
  "msg": "OK",
  "data": {
    "id": "311573",
    "geo_id": "294217",
    "title": "Victoria Peak (The Peak)",
    "url": "https://en.tripadvisor.com.hk/Attraction_Review-g294217-d311573-Reviews-Victoria_Peak_The_Peak-Hong_Kong.html",
    "canonical_url": "https://www.tripadvisor.com/Attraction_Review-g294217-d311573-Reviews-Victoria_Peak_The_Peak-Hong_Kong.html",
    "type": "attraction",
    "image": "https://dynamic-media-cdn.tripadvisor.com/media/photo.jpg",
    "images": [
      {
        "url": "https://dynamic-media-cdn.tripadvisor.com/media/photo.jpg",
        "width": 1200,
        "height": 800,
        "caption": "Victoria Peak"
      }
    ],
    "rating": 4.5,
    "reviews": 36770,
    "address": "Victoria Gap, Hong Kong, China",
    "address_parts": {
      "street": "Victoria Gap",
      "locality": "Hong Kong",
      "country": "China"
    },
    "latitude": 22.2759,
    "longitude": 114.1455,
    "summary": "Scenic viewpoint above Hong Kong.",
    "description": "Scenic viewpoint above Hong Kong.",
    "categories": [
      "TouristAttraction"
    ],
    "tags": [
      "Lookouts"
    ],
    "amenities": [
      "Observation deck"
    ],
    "opening_hours": [
      "Monday 10:00 - 22:00"
    ],
    "rank": 1,
    "rank_label": "#1 of 1,531 things to do in Hong Kong",
    "awards": [
      "Travelers' Choice"
    ],
    "breadcrumbs": [
      "Asia",
      "China",
      "Hong Kong"
    ],
    "links": [
      {
        "type": "canonical",
        "label": "TripAdvisor page",
        "url": "https://www.tripadvisor.com/Attraction_Review-g294217-d311573-Reviews-Victoria_Peak_The_Peak-Hong_Kong.html"
      },
      {
        "type": "website",
        "label": "Website",
        "url": "https://www.thepeak.com.hk/"
      }
    ]
  }
}

cURL example

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