Skip to content

Instantly share code, notes, and snippets.

View alampiler's full-sized avatar

MoRdreD (Vadim Vozniuk) alampiler

View GitHub Profile
@alampiler
alampiler / hotel-review-apis.md
Last active May 15, 2026 09:07
Hotel Review APIs: TripAdvisor vs Google Places comparison

Hotel Review APIs: TripAdvisor vs Google Places

Quick Comparison

TripAdvisor Google Places
Search by name GET /location/search POST /places:searchText
Search by coords GET /location/nearby_search POST /places:searchNearby
Get reviews GET /{locationId}/reviews Embedded in Place object
Reviews per request Up to 5 Max 5 (hard limit)