tripadvisor

Featured

TripAdvisor Content API for hotel ratings, restaurant search, attraction reviews, rankings, and nearby locations. Use when evaluating hotels or researching destinations. 5K calls/month.

API & Backend 659 stars 68 forks Updated 4 days ago MIT

Install

View on GitHub

Quality Score: 98/100

Stars 20%
94
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# TripAdvisor Content API Search and retrieve hotel, restaurant, and attraction data from TripAdvisor. Ratings, rankings, reviews, photos, amenities, subratings, trip types, awards. **Base URL:** `https://api.content.tripadvisor.com/api/v1` **Rate limit:** 50 calls per second. **Monthly quota:** 5,000 API calls per month. Each curl request = 1 call. A full hotel lookup (search + details + reviews + photos) = 4 calls. Budget accordingly. Prefer search + details (2 calls) and only fetch reviews/photos when specifically needed. **API limits:** Up to 10 results per search. Up to 5 reviews and 5 photos per location. ## Authentication > **First-time setup gotcha:** TripAdvisor requires whitelisting your outbound IP at https://www.tripadvisor.com/developers before the key works. Without this, every call returns `User is not authorized to access this resource with an explicit deny`. This is the #1 first-time failure mode. **Whitelist before troubleshooting auth or quotas.** > > - **How to find your current IP:** `curl ifconfig.me` > - **Propagation:** changes take 1-5 minutes (AWS edge cache). > - **Multi-IP:** residential CGNAT, VPN exits, and different networks each need their own entry. > - **No Referer alternative:** the free tier requires IP whitelisting; HTTP Referer restriction is not available. > - **Verify which key is which:** the developer portal shows the last 4 chars only (e.g. "Ends in 11D7"), so you can confirm without exposing the secret. Set `TRIPADVISOR_API_...

Details

Author
borski
Repository
borski/travel-hacking-toolkit
Created
5 months ago
Last Updated
4 days ago
Language
Python
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

API & Backend Listed

tripadvisor-api

Tripadvisor data toolkit via ScraperSocial — property and attraction search plus full review listings.

0 Updated 1 months ago
nikhonit
API & Backend Listed

apify-tripadvisor-scraper

Scrape Tripadvisor places and reviews into structured JSON with the Apify Tripadvisor API Actor (johnvc/tripadvisor-api). Search mode returns ranked places for any query with placeType, rating, reviewCount, location and a placeId; reviews mode takes that placeId and returns full reviews with title, text, rating, reviewDate, tripDate, tripType, language and authorName, 10 per upstream page with paging handled for you. Ten regional domains from www.tripadvisor.com to www.tripadvisor.de. Use when the user wants a tripadvisor scraper, tripadvisor scraping, a tripadvisor api without official access, tripadvisor data export to JSON or CSV, or hotel, restaurant and attraction data from code. Pay per result, MCP-ready for Claude and other AI agents.

0 Updated 1 months ago
johnisanerd
AI & Automation Listed

apify-tripadvisor-hotel-reviews

Build a fresh hotel reviews dataset from Tripadvisor with the Apify Tripadvisor API Actor (johnvc/tripadvisor-api). Chain search to reviews and get sentiment-ready rows per hotel with the full review text, title, rating, reviewDate, tripDate, tripType (business, couples, family, solo), language, helpful votes and authorName. Feed guest feedback analysis, competitor benchmarking, review monitoring on a schedule, or an LLM sentiment pipeline that needs current hotel reviews instead of a stale dump. Use when the user wants hotel reviews data, guest review analysis, a hotel reviews dataset or export, or review monitoring for a set of properties. Pay per review, MCP-ready for Claude and other AI agents.

0 Updated 1 months ago
johnisanerd