← Tools Reference

Tripadvisor

Tripadvisor integration (Location, Data). Imported from open-connector.

API key4 toolshttps://api.content.tripadvisor.com/api/v1
GET
tripadvisor_search_locations
Search Tripadvisor locations by text with optional geographic and category filters.

/location/search

9 parameters
ParamTypeRequiredDescription
searchQuerystringrequiredText used to search Tripadvisor locations by name.
categorystringoptionalTripadvisor location category filter.
phonestringoptionalPhone number used to filter search results.
addressstringoptionalAddress text used to filter search results.
latitudenumberoptionalLatitude in decimal degrees.
longitudenumberoptionalLongitude in decimal degrees.
radiusnumberoptionalRadius length used when latitude and longitude are provided.
radiusUnitstringoptionalDistance unit used for radius filtering.
languagestringoptionalSupported Tripadvisor language code.
GET
tripadvisor_search_nearby_locations
Search Tripadvisor locations near a latitude and longitude coordinate pair.

/location/nearby_search

8 parameters
ParamTypeRequiredDescription
latitudenumberrequiredLatitude in decimal degrees.
longitudenumberrequiredLongitude in decimal degrees.
categorystringoptionalTripadvisor location category filter.
phonestringoptionalPhone number used to filter nearby results.
addressstringoptionalAddress text used to filter nearby results.
radiusnumberoptionalRadius length used to constrain the nearby search.
radiusUnitstringoptionalDistance unit used for radius filtering.
languagestringoptionalSupported Tripadvisor language code.
GET
tripadvisor_get_location_details
Get detailed Tripadvisor information for one location.

/location/{locationId}/details

3 parameters
ParamTypeRequiredDescription
locationIdintegerrequiredTripadvisor location identifier.
languagestringoptionalSupported Tripadvisor language code.
currencystringoptionalISO 4217 currency code used for localized fields.
GET
tripadvisor_get_location_photos
Get Tripadvisor photos for one location with optional paging and source filters.

/location/{locationId}/photos

5 parameters
ParamTypeRequiredDescription
locationIdintegerrequiredTripadvisor location identifier.
languagestringoptionalSupported Tripadvisor language code.
limitintegeroptionalMaximum number of photos to return, up to 5.
offsetintegeroptionalZero-based pagination offset for photo results.
sourcesarrayoptionalAllowed Tripadvisor photo sources to include in the response.