Tripadvisor integration (Location, Data). Imported from open-connector.
https://api.content.tripadvisor.com/api/v1/location/search
| Param | Type | Required | Description |
|---|---|---|---|
| searchQuery | string | required | Text used to search Tripadvisor locations by name. |
| category | string | optional | Tripadvisor location category filter. |
| phone | string | optional | Phone number used to filter search results. |
| address | string | optional | Address text used to filter search results. |
| latitude | number | optional | Latitude in decimal degrees. |
| longitude | number | optional | Longitude in decimal degrees. |
| radius | number | optional | Radius length used when latitude and longitude are provided. |
| radiusUnit | string | optional | Distance unit used for radius filtering. |
| language | string | optional | Supported Tripadvisor language code. |
/location/nearby_search
| Param | Type | Required | Description |
|---|---|---|---|
| latitude | number | required | Latitude in decimal degrees. |
| longitude | number | required | Longitude in decimal degrees. |
| category | string | optional | Tripadvisor location category filter. |
| phone | string | optional | Phone number used to filter nearby results. |
| address | string | optional | Address text used to filter nearby results. |
| radius | number | optional | Radius length used to constrain the nearby search. |
| radiusUnit | string | optional | Distance unit used for radius filtering. |
| language | string | optional | Supported Tripadvisor language code. |
/location/{locationId}/details
| Param | Type | Required | Description |
|---|---|---|---|
| locationId | integer | required | Tripadvisor location identifier. |
| language | string | optional | Supported Tripadvisor language code. |
| currency | string | optional | ISO 4217 currency code used for localized fields. |
/location/{locationId}/photos
| Param | Type | Required | Description |
|---|---|---|---|
| locationId | integer | required | Tripadvisor location identifier. |
| language | string | optional | Supported Tripadvisor language code. |
| limit | integer | optional | Maximum number of photos to return, up to 5. |
| offset | integer | optional | Zero-based pagination offset for photo results. |
| sources | array | optional | Allowed Tripadvisor photo sources to include in the response. |