--- title: 'Tripadvisor' description: '' --- # Tripadvisor undefined | Detail | Value | |---|---| | Category | Travel | | Base URL | `https://api.content.tripadvisor.com/api/v1` | | Authentication | API Key (Query) | | Endpoints | 6 | | Connector key | `tripadvisor` | ## Using Tripadvisor in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Tripadvisor** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET ](./get_location_search_0) | Location Search | | [GET ](./get_details_1) | Details | | [GET ](./get_reviews_2) | Reviews | | [GET ](./get_photos_3) | Photos | | [GET ](./get_nearby_search_4) | Nearby Search | | [GET ](./get_tips_5) | Tips | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.