Skip to main content
GET
/
v1
/
results
Get Results
curl --request GET \
  --url https://api.lobstr.io/v1/results \
  --header 'Authorization: <authorization>'
{
  "url": "<string>",
  "internal_id": "<string>",
  "name": "<string>",
  "score": 123,
  "ratings": 123,
  "price": "<string>",
  "features": "<string>",
  "full_address": "<string>",
  "lat": 123,
  "lng": 123,
  "phone": "<string>",
  "website": "<string>",
  "menu": "<string>",
  "mail": "<string>",
  "image_url": "<string>",
  "is_claimed": true,
  "is_michelin": true
}
Retrieve scraped data from your TripAdvisor Restaurants Search Export runs.

Headers

Authorization
string
required
Your API authentication token. Value: Token YOUR_API_KEY

Query Parameters

squid
string
required
Hash of the squid to get results from
run
string
Hash of a specific run (optional)
page
integer
Page number (default: 1). Example: 1

Result Fields

Each result object contains the following fields:
url
string
Direct URL to the restaurant listing on TripAdvisor. Example: https://www.tripadvisor.fr/Restaurant_Review-g187147-d12182791-Reviews-Restaurant_La_Pie_Noir-Paris_Ile_de_France.html
internal_id
string
Unique internal identifier for the restaurant on TripAdvisor. Example: d12182791
name
string
Name of the restaurant as listed on TripAdvisor. Example: Restaurant La Pie Noir
score
float
Average TripAdvisor rating out of 5. Example: 4.7
ratings
int
Total number of customer reviews on TripAdvisor. Example: 665
price
string
Price range indicator (e.g. $, $$, $$$). Example: €€-€€€
features
string
Cuisine types and dining features listed on TripAdvisor. Example: Française, Européenne
full_address
string
Full formatted address of the restaurant. Example: 5 Rue de la Montagne Sainte Genevieve, Paris, Île-de-France, 75005, FR
lat
float
Latitude coordinate of the restaurant. Example: 48.849335
lng
float
Longitude coordinate of the restaurant. Example: 2.34875
phone
string
Contact phone number of the restaurant. Example: +33 1 43 54 08 99
website
string
Official website URL of the restaurant
menu
text
URL to the restaurant’s menu on TripAdvisor or its website
mail
string
Email address of the restaurant. Example: restaurant.lapienoir.bzh@gmail.com
image_url
string
URL of the restaurant’s main cover image on TripAdvisor. Example: https://dynamic-media-cdn.tripadvisor.com/media/photo-o/19/7a/08/cf/side-view-from-the-street.jpg
is_claimed
boolean
Whether the restaurant has claimed its TripAdvisor listing. Example: false
is_michelin
boolean
Whether the restaurant appears in the Michelin Guide. Example: false