Trip Advisor
- Bundle ID: trip_advisor
Search for hotels, restaurants, and attractions for your trip.
Requisites
To use Trip Advisor's services, you need to have the following credential information.
Required Credentials:
- TRIP_ADVISOR_API_KEY: API Key for authentication. Get it from https://www.tripadvisor.com/developers?screen=credentials
Plugins
Get Location details using Location ID
A Location Details request returns comprehensive information about a location (hotel, restaurant, or an attraction) such as name, address, rating, and URLs for the listing on Tripadvisor. (Location ID is obtained from search_location plugin)
- Plugin ID: trip_advisor/location_details
Inputs
- location_id: A unique identifier for a location on Tripadvisor. The location ID can be obtained using the Location Search.
Outputs
- result: The location details in json string format
Search Location
Search for hotels, restaurants, and attractions for your trip.
- Plugin ID: trip_advisor/search_location
Inputs
- category (Optional): The category of the location. Has to be one of the following value: hotels, restaurants, attractions
- query: The textual query for searching locations. Example: Italian food in New York
Outputs
- result: The search result in json string format