目的地和场所研究
Use TripAdvisor endpoints to turn 目的地和场所研究 into repeatable API requests with documented inputs and JSON responses.
使用规范化的榜单和评论端点,研究 TripAdvisor 上的酒店、餐厅、景点和目的地页面。
采集 TripAdvisor 的自动补全、榜单搜索、地点详情、评论和枚举元数据,用于旅行研究工作流。
Endpoint families
6
Documented params
59
Examples
6
Live catalog snapshot
Active endpoints
6
Methods
GET
Required params
10
Schema refs
6
{
"platform": "TripAdvisor",
"endpoint": "tripadvisor-autocomplete",
"method": "GET",
"path": "/tripadvisor/autocomplete",
"auth": "apiKey"
}Related use cases
Use cases
采集 TripAdvisor 的自动补全、榜单搜索、地点详情、评论和枚举元数据,用于旅行研究工作流。
Use TripAdvisor endpoints to turn 目的地和场所研究 into repeatable API requests with documented inputs and JSON responses.
Use TripAdvisor endpoints to turn 酒店和景点监控 into repeatable API requests with documented inputs and JSON responses.
Use TripAdvisor endpoints to turn 旅行评论分析 into repeatable API requests with documented inputs and JSON responses.
Managed execution
Every figure below is read from the live TripAdvisor endpoint catalog — 6 endpoints, 59 documented request parameters, and 6 published response schemas — the same catalog Docs and Playground run against.
6 documented TripAdvisor endpoints, grouped into 6 request families — Autocomplete, Enums and Hotels, plus 3 more.
59 request parameters are documented across those TripAdvisor endpoints, 10 of them required — the full input contract is public before you write any integration code.
6 of the 6 TripAdvisor endpoints ship a recorded example response, and 6 carry a documented response schema — you can code against the real JSON before the first request.
TripAdvisor endpoints document their error responses (400, 404, 429, 500 and 503) alongside the success schema, so a block, a rate limit, or a missing record comes back as a typed error rather than silently empty data.
6 hosted MCP tools back the TripAdvisor endpoints, so an agent can call the same routes with the same parameters and the same JSON contract, with no custom glue.
Coverage map
These cards are generated from the active endpoint catalog, so the landing page reflects the same API surface used by Docs and Playground.
/tripadvisor/autocomplete
/tripadvisor/enums
/tripadvisor/hotels
/tripadvisor/place
/tripadvisor/reviews
/tripadvisor/search
Endpoint catalog
/tripadvisor/autocompleteReturns normalized TripAdvisor public typeahead candidates from the credential-free GraphQL endpoint.
MCP tool tripadvisor_autocomplete
/tripadvisor/enumsReturns supported TripAdvisor enum values for place/listing filters, including locales, currencies, languages, listing types, filters, amenities, and category ids.
Response notes
Example response: ```json { "code": 200, "msg": "OK", "data": { "locales": ["en-HK", "en-US", "en-GB"], "currencies": ["HKD", "USD", "EUR"], "languages": ["en", "fr", "zh-CN"], "listing_types": ["hotel", "restaurant", "attraction"], "attraction_categories": ["attraction", "tour", "day_trip"], "hotel_classes": [1, 2, 3, 4, 5], "filter_ids": ["class", "ufe"] } } ```
MCP tool tripadvisor_enums
/tripadvisor/hotelsReturns normalized TripAdvisor hotel listing results from public credential-free GraphQL listing data.
MCP tool tripadvisor_hotels
/tripadvisor/placeReturns a rich normalized TripAdvisor place profile. Destination and bookable tour/experience pages resolve through a faster dedicated lookup; everything else comes from public place HTML, using configured browser fallbacks when direct HTML is blocked.
MCP tool tripadvisor_place
/tripadvisor/reviewsReturns normalized TripAdvisor public reviews from credential-free GraphQL review data. Pass either id or url.
MCP tool tripadvisor_reviews
/tripadvisor/searchReturns normalized TripAdvisor place listings for hotels, restaurants, attractions, and supported attraction category types.
MCP tool tripadvisor_search
Related APIs
Travel & Hospitality
Build travel and lodging research workflows from structured Airbnb stay, room, availability, and review data.
Travel & Hospitality
Turn Expedia's Stays, Flights, and Things To Do results into structured JSON — destination search, hotel listings with pricing and reviews, flight offers, and activity search, sourced from the same API the official mobile app uses. Credential-free.
Travel & Hospitality
Turn Booking.com's hotel, flight, and attractions surfaces into structured JSON — search results, hotel detail with rooms and photos, guest reviews, flight offers, and things-to-do listings, replayed directly against Booking.com's own persisted-query GraphQL and REST endpoints. Credential-free.
Company coverage
TripAdvisor, Inc. · TRIP
TripAdvisor is operated by TripAdvisor, Inc. (TRIP). Crawlora's SEC endpoints take the same company's CIK, so filings, financials, insider transactions and 13F holdings come from the same API key as the TripAdvisor endpoints above.
SEC filings & financials API →How to scrape TripAdvisor
TripAdvisor 的评论和地点数据受反爬虫防护保护。Crawlora 的 TripAdvisor 端点将搜索、酒店、地点和评论数据返回为结构化 JSON。
目的地搜索、单个地点或酒店,或某个场所的评论。
将查询词或地点标识传给 Crawlora 的 TripAdvisor 端点——托管执行会处理反爬虫层。
获取名称、评分、评论数量、价位、排名、设施和单条评论,均为整洁的 JSON。
定期重新运行以跟踪评分变化、新增评论和竞品场所随时间的变化。
FAQ
将 TripAdvisor 的搜索或地点标识发送给 Crawlora 的 TripAdvisor 端点,即可获得结构化 JSON——名称、评分、评论数量、价位和评论内容——无需应对反爬虫层。请采集公开数据并遵守 TripAdvisor 的条款。
可以——Crawlora 返回某个地点或酒店公开可见的评论和评分。它不会访问私有或登录后的会员数据。
在遵守 TripAdvisor 使用条款、robots 指令、速率限制和适用法律的前提下,采集公开可访问的地点和评论数据通常是被允许的。这适用于你有权采集的公开数据。