← All Skills
T

Travel & local

Tripadvisor

Look up hotels, restaurants, and reviews.

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

Triggers0

Things that can wake up your Tripadvisor coworker.

No triggers published for Tripadvisor yet — but you can still run it on a schedule or from a chat.

Actions3

Things your coworker can do in Tripadvisor.

  • 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_DETAILS_V2
  • 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_HOTELS
  • 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.

    TRIPADVISOR_GET_LOCATION_REVIEWS_V2