Skip to main content
Beyond reference data, Voyant Data exposes business and content data for the places travelers care about: reviews, hotels, restaurants, and experiences. Each is its own namespace with its own scope, sourced from Google and TripAdvisor.

Reviews

Google Reviews, Extended Reviews, and Q&A, plus Trustpilot. Requires data:reviews:read.
Key types: GoogleReviewsRequest, GoogleQaRequest, TrustpilotSearchRequest.

Hotels

Google Hotels and TripAdvisor, hotel-scoped. Requires data:hotels:read.
Key types: GoogleHotelSearchesRequest, TripadvisorReferenceLocation.

Restaurants

Live Google Maps restaurant search and TripAdvisor restaurants. Requires data:restaurants:read.
Key types: GoogleRestaurantSearchesInput, TripadvisorSearchRequest.

Experiences

TripAdvisor attractions and experiences. Requires data:experiences:read.
Key type: TripadvisorReviewsRequest.

Scopes summary

All methods return the standard ListResponse<T> and SingleResponse<T> envelopes and throw VoyantApiError on failure. See Errors and transport.