# Tripadvisor AI integration on Definable

> TripAdvisor Content API provides access to location data, reviews, photos, and search functionality for travel-related content.

## What this connects

TripAdvisor Content API provides access to location data, reviews, photos, and search functionality for travel-related content.

Vendor: https://www.tripadvisor.com

## Tools available

**7** tools available. First 7:

- `TRIPADVISOR_GET_LOCATION_ACTIVITIES` — Get Location Activities — Tool 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.
- `TRIPADVISOR_GET_LOCATION_AWARDS` — Get Location Awards — Tool 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.
- `TRIPADVISOR_GET_LOCATION_DETAILS_V2` — Get Location Details V2 — Tool 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.
- `TRIPADVISOR_GET_LOCATION_GEOS` — Get Location Geos — Tool 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.
- `TRIPADVISOR_GET_LOCATION_HOTELS` — Get Location Hotels — Retrieves 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.
- `TRIPADVISOR_GET_LOCATION_PHOTOS_V2` — Get Location Photos V2 — Retrieves 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.
- `TRIPADVISOR_GET_LOCATION_REVIEWS_V2` — Get Location Reviews V2 — Tool 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.

## Auth

Auth schemes: `API_KEY`.

## How agents use Tripadvisor

Inside a Definable workflow, Tripadvisor is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Tripadvisor** — the Researcher (GPT-5.5) pulls context from Tripadvisor (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Tripadvisor** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Tripadvisor (create record, post message, draft email).
- **Designer / Engineer → Distributor → Tripadvisor** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Tripadvisor (attach file, open PR comment, post status).

The Verifier checks every Tripadvisor call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- reviews — https://definable.ai/apps/category/reviews/
- news & lifestyle — https://definable.ai/apps/category/news-&-lifestyle/

## Related

- HTML page: https://definable.ai/apps/tripadvisor/
- Same category (reviews): https://definable.ai/apps/category/reviews/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
