Documentation Index
Fetch the complete documentation index at: https://docs.mindcase.co/llms.txt
Use this file to discover all available pages before exploring further.
$2 / 1k listings
Extract Tripadvisor data on hotels, restaurants, attractions, pricing, and ratings, requiring no input
Endpoint
POST /api/v1/agents/tripadvisor/listings/run
Parameters
List · One per line. You can input location names / keywords (e.g. ‘Paris’, ‘Eiffel Tower’) or TripAdvisor URLs (search or location pages).
Number · Places per query / URL. Use 0 for all.
Multi-select · Which kinds of places to include.Options:
attractions, restaurants, hotelsLegend: attractions = Attractions (museums, parks, things to do), restaurants = Restaurants, hotels = HotelsToggle · Also include places nearby that didn’t strictly match your search.
Date picker · Hotel-only: check-in date for room pricing.
Date picker · Hotel-only: check-out date for room pricing.
Toggle · Pull bookable hotel offers (depends on check-in / check-out dates).
Dropdown · Language for the listing data.View all 183 options →
Dropdown · Currency for prices.View all 119 options →
Toggle · Pull review category tags (e.g. “Family-friendly”, “Romantic”).
Number · Photos to fetch per place. Use 0 for all.
Dropdown · Which photo source to pull from.Options:
fromEveryone, fromManagement, fromTravelersLegend: fromEveryone = From Everyone, fromManagement = From Management, fromTravelers = From TravelersResponse columns
| Field | Display name | Type |
|---|---|---|
tripadvisorUrl | TripAdvisor URL | url |
name | Name | text |
localName | Local Name | text |
description | Description | text |
type | Type | text |
category | Category | text |
subcategories | Subcategories | text |
address | Address | text |
localAddress | Local Address | text |
location | Location | text |
phone | Phone | phone |
email | ||
website | Website | url |
photo | Photo | url |
amenities | Amenities | text |
hotelClass | Hotel Class | text |
classAttribution | Class Attribution | text |
rooms | Rooms | number |
reviews | Reviews | number |
rating | Rating | rating |
rank | Rank | number |
of | Of | text |
rankingString | Ranking String | text |
rawRanking | Raw Ranking | number |
priceLevel | Price Level | text |
priceRange | Price Range | text |
quotedPrice | Quoted Price | text |
perNight | Per Night | currency |
originalPrice | Original Price | text |
tax | Tax | currency |
provider | Provider | text |
vendor | Vendor | text |
payInInstallments | Pay In Installments | boolean |
5Count | 5★ Count | number |
4Count | 4★ Count | number |
3Count | 3★ Count | number |
2Count | 2★ Count | number |
1Count | 1★ Count | number |
tipRating | Tip Rating | rating |
nearestMetro | Nearest Metro | text |
metroAddress | Metro Address | text |
metroDistance | Metro Distance | number |
city | City | text |
neighborhood | Neighborhood | text |
cityDetail | City (Detail) | text |
state | State | text |
country | Country | text |
postalCode | Postal Code | text |
street | Street | text |
photoCount | Photo Count | number |
latitude | Latitude | number |
longitude | Longitude | number |
checkInDate | Check-In Date | text |
checkOutDate | Check-Out Date | text |
nearbyResult | Nearby Result | boolean |
localLanguage | Local Language | text |
Example
Example response
Response