NAiOS IconNAiOS Logo
Volver al catálogo

TripAdvisor Content API

tripadvisor_content_api

The Tripadvisor Content API provides developers with access to extensive travel data including locations, reviews, photos, and ratings.

Acciones
2
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool to fetch high-quality recent photos for a specific location. use after confirming the numeric tripadvisor location id.

Parámetros de entrada

  • sizestringenum

    Size of the image to retrieve

    thumbnailsmallmediumlargeoriginal
  • limitinteger

    Maximum number of photos to return (max 100)

  • offsetinteger

    Result offset for pagination

  • languagestring

    ISO language code for photo captions

  • location_idstringObligatorio

    Tripadvisor numeric location ID

Parámetros de salida

  • dataobject[]Obligatorio

    List of photos for the specified location

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Search LocationsTRIPADVISOR_CONTENT_API_SEARCH_LOCATIONSAcción

Tool to search for locations matching a query string. use when you need to find tripadvisor location details by name.

Parámetros de entrada

  • langstring

    Language code for the response

  • limitinteger

    Maximum number of results to return

  • categorystring

    Filter results by category, e.g., 'attraction', 'restaurant'

  • location_idstring

    TripAdvisor location ID for context-based filtering

  • searchQuerystringObligatorio

    The search query string for locations

Parámetros de salida

  • dataobject[]Obligatorio

    List of matching locations

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorio

    Response status

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not