TripAdvisor Content API
tripadvisor_content_apiThe Tripadvisor Content API provides developers with access to extensive travel data including locations, reviews, photos, and ratings.
Acciones disponibles (2)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Get Location PhotosTRIPADVISOR_CONTENT_API_GET_LOCATION_PHOTOSAcciónTool to fetch high-quality recent photos for a specific location. use after confirming the numeric tripadvisor location id.
TRIPADVISOR_CONTENT_API_GET_LOCATION_PHOTOSAcciónTool to fetch high-quality recent photos for a specific location. use after confirming the numeric tripadvisor location id.
Parámetros de entrada
sizestringenumSize of the image to retrieve
thumbnailsmallmediumlargeoriginallimitintegerMaximum number of photos to return (max 100)
offsetintegerResult offset for pagination
languagestringISO language code for photo captions
location_idstringObligatorioTripadvisor numeric location ID
Parámetros de salida
dataobject[]ObligatorioList of photos for the specified location
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Search LocationsTRIPADVISOR_CONTENT_API_SEARCH_LOCATIONSAcciónTool to search for locations matching a query string. use when you need to find tripadvisor location details by name.
TRIPADVISOR_CONTENT_API_SEARCH_LOCATIONSAcciónTool to search for locations matching a query string. use when you need to find tripadvisor location details by name.
Parámetros de entrada
langstringLanguage code for the response
limitintegerMaximum number of results to return
categorystringFilter results by category, e.g., 'attraction', 'restaurant'
location_idstringTripAdvisor location ID for context-based filtering
searchQuerystringObligatorioThe search query string for locations
Parámetros de salida
dataobject[]ObligatorioList of matching locations
errorstringError if any occurred during the execution of the action
statusstringObligatorioResponse status
successfulbooleanObligatorioWhether or not the action execution was successful or not