ConsoleCatalog
Sign in
Tripadvisor logo

Tripadvisor

tripadvisor.comTravelno auth

Hotel search and filters, location lookup, pricing, offers, and reviews.

Hotel Entity Facts

ASYNCWRITENo auth

Returns destination hotel facts including amenities, pricing, and star-class filter IDs.

ParametersFormJSON

TripAdvisor destination geo ID (from location typeahead or known city ID)

cost: 3 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_tripadvisor_hotel_entity_facts",
    "params": {
      "geo_id": "60763"
    }
  }'