TripAdvisor Content API provides access to location data, reviews, photos, and search functionality for travel-related content.
TripAdvisor Content API provides access to location data, reviews, photos, and search functionality for travel-related content. On Nagent, Tripadvisor is exposed as a fully-configurable reviews integration that any agent can call — 7 actions, and API key authentication. No code is required to wire Tripadvisor into your workflow — connect it once via the External Integrations panel and reuse it across every agent you build.
Agent builders use Tripadvisor to automate the kinds of tasks reviews teams previously handled manually. Concrete examples — each one is a single agent step in Nagent — include:
Every action and trigger is paired with a structured input/output schema (visible in the sections below), so when you wire Tripadvisor into Helix — our agentic agent builder — the editor knows exactly what each step expects and produces. Configure once, deploy anywhere across your Nagent agents.
Every operation an agent can call against Tripadvisor, with input parameters and output schema. Drop these into any step of an agent built in Helix.
TRIPADVISOR_GET_LOCATION_ACTIVITIESTool to retrieve an ordered list of all bookable activities for a destination. Use when you need to get available activities for a specific location by its ID. Returns activity details including pricing, descriptions, images, and availability information.
Input parameters
Desired language locale for response content (e.g., 'en', 'fr', 'es')
ISO 4217 currency code for pricing display (e.g., 'USD', 'EUR', 'GBP')
Unique identifier for the destination location
Pipe-separated list of activity categories to filter results. Valid categories include: 'Air/Helicopter Tours', 'Cruises/Water Tours', 'Cultural Tours', 'Day Trips', 'Food/Wine/Nightlife', 'Outdoor Activities', 'Walking Tours', 'Water Sports', etc. Example: 'Food/Wine/Nightlife\\ | Walking Tours'
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TRIPADVISOR_GET_LOCATION_AWARDSTool to retrieve all awards earned by a TripAdvisor location. Use when you need to fetch awards history for a specific destination. Returns Traveler's Choice Awards, Certificates of Excellence, and Green Leader awards with badge images and metadata.
Input parameters
Unique ID for a TripAdvisor location/destination to retrieve awards for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TRIPADVISOR_GET_LOCATION_DETAILS_V2Tool to retrieve comprehensive information about a TripAdvisor location including name, address, ratings, reviews, and links. Requires an authenticated TripAdvisor API connection. Use when you need detailed information about a hotel, restaurant, attraction, or destination by its location ID.
Input parameters
ISO 4217 currency code for request and response (e.g., 'USD', 'EUR', 'GBP')
Desired language locale for localized responses. Supported languages include 'en', 'es', 'fr', 'de', 'ja', 'zh', and others. Default: 'en'
Unique TripAdvisor location ID of the destination or POI
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TRIPADVISOR_GET_LOCATION_GEOSTool to retrieve immediate children in the geographical location hierarchy for a given destination. Use when exploring location hierarchies or browsing geographical areas within a parent location.
Input parameters
The desired language locale for the response (e.g., 'en', 'fr', 'es').
Maximum quantity of items returned per request.
Starting position in the result set for pagination.
Filter for city listings when the location is a country. Use 'cities' to list all cities in a country, sorted to match the website order.
Currency code to use for request and response, following ISO 4217 standard (e.g., 'USD', 'EUR').
Unique identifier for the destination location.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TRIPADVISOR_GET_LOCATION_HOTELSRetrieves hotels near a specified TripAdvisor location. Returns up to 10 hotels sorted by proximity to the location's geographic center. Use this tool when you need to find hotels in a city, region, or geographic area. Provide a TripAdvisor location ID (e.g., '60745' for Boston, '60763' for New York City, '186338' for London) to get nearby hotels with their names, addresses, and distances from the center point. The tool performs a two-step process: 1. Retrieves location details (coordinates) for the given location_id 2. Searches for hotels near those coordinates Results are limited to 10 hotels per request, sorted by distance from the location center.
Input parameters
Language code for localized results (e.g., 'en' for English, 'de' for German, 'fr' for French). If not specified, defaults to English.
TripAdvisor location identifier for the geographic area (e.g., '60745' for Boston).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TRIPADVISOR_GET_LOCATION_PHOTOS_V2Retrieves up to 5 high-quality photos for a specific TripAdvisor location by location ID. Returns photos with multiple size variants (thumbnail, small, medium, large, original), user information, captions, and metadata. The API returns a maximum of 5 photos per request with no pagination options. Use this to display location images for hotels, restaurants, attractions, or destinations.
Input parameters
Language preference for results (e.g., 'en' for English, 'de' for German)
Unique TripAdvisor location ID for which to retrieve photos
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TRIPADVISOR_GET_LOCATION_REVIEWS_V2Tool to retrieve up to 5 of the most recent reviews for a specific TripAdvisor location. Use when you need to get user reviews, ratings, and feedback for a hotel, restaurant, attraction, or destination by its location ID.
Input parameters
Language locale code for the response (e.g., 'en_US', 'fr_FR', 'de', 'es'). See supported languages list in API docs
ISO 4217 currency code for request/response (e.g., 'USD', 'EUR', 'GBP')
When true, returns shared reviews from the Review Collection Platform (for partners only). Cannot be combined with regular recent reviews in the same call
Unique TripAdvisor location ID to retrieve reviews for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
No publicly available marketplace agent is found using this tool yet. There are 93 agents privately built on Nagent that already use Tripadvisor.
Build on Nagent
Connect Tripadvisor to any Nagent agent in minutes — no API key management, no boilerplate. Just configure and deploy.
The five questions agent builders ask before adopting a new integration.
Open the External Integrations panel inside Nagent (app.nagent.ai/externalIntegration), find Tripadvisor, and click "Connect Now." You'll authenticate with an API key — Nagent handles credential storage and refresh automatically. Once connected, Tripadvisor is available to any agent in your workspace.
No. Nagent provides no-code integration for every tool. Once Tripadvisor is connected, you configure its 7 actions directly in the agent builder UI — no API calls, no boilerplate, no schema management.
Helix — Nagent's agentic agent builder — lets you drop Tripadvisor steps into any workflow visually. Pick an action (e.g., one of those listed above), fill in the inputs (Helix knows the required vs. optional schema for each parameter), and connect it to upstream/downstream steps. Triggers run as the entry point of an agent, so when a Tripadvisor event fires, the agent kicks off automatically.
Every Tripadvisor action and trigger ships with a fully-typed schema — input parameters with name, type, required flag, and description, plus the output payload shape. The schemas are documented in the sections above. Helix uses these schemas to validate your configuration at build time and to type-check the data flowing between steps.
Yes. While Tripadvisor ships with 7 pre-built reviews actions, you can layer custom logic around them inside Helix — pre/post-processing steps, conditional branches, retries, or stitching Tripadvisor together with other connected tools. For deeper customization, talk to our team about Nagent's Agentic AI Lab — forward-deployed engineers who build Tripadvisor-based workflows tailored to your business.