SocialCrawl
Tripadvisor

Tripadvisor

Search Tripadvisor places and pull traveler reviews behind the unified schema

Tripadvisor

Search Tripadvisor for businesses and places — restaurants, hotels, attractions — and pull their traveler reviews behind the unified SocialCrawl schema. 2 endpoints available.

Base URL: /v1/tripadvisor/...

Getting Started

It's a two-step flow. Call search to find a place and get its url_path, then pass that url_path to reviews to pull that place's traveler reviews. Both endpoints are powered by real-time DataForSEO data: search returns the first-class canonical Place object, reviews returns the shared Review object (the same shape as any other reviews source), so your code reads Tripadvisor exactly like it reads Amazon, Google Shopping, or Trustpilot.

Endpoints

EndpointPathCredit Tier
Search Tripadvisor businesses & places/v1/tripadvisor/searchstandard (1cr)
Get Tripadvisor reviews for a place/v1/tripadvisor/reviewsstandard (1cr)

Notes

  • All endpoints use GET method with query parameters
  • Authentication via x-api-key header
  • Responses follow the unified SocialCrawl schema (PlaceList for search, ReviewList for reviews)
  • Two-step flow: search returns each place's url_path (the chaining key); pass it to reviews. The place id and absolute url are derived from that url_path.
  • search is location-bound — pass location (e.g. New York,New York,United States); it defaults to the United States
  • Reviews carry the star rating, full text, reviewer profile, attached photos, owner/management responses[], and — because Tripadvisor auto-translates — a translated flag plus the original_language
  • Filter reviews by traveler rating, visit_type, or a keyword; sort by most_recent or detailed_reviews. The synchronous endpoint caps depth at 30 (deeper history is a future async surface)
Tripadvisor | Socialcrawl