Travel Data API
/travel/restaurants/searchRestaurant Search
Search for restaurant locations worldwide. Returns matching cities and restaurants with links, coordinates, and parent location info.
QUERY PARAMS
Search query string.
Examples:
new yorkPiccola Cucina, New York
Language–country code used for localization.
Default: en-US
Allowed values: en-US, en-CA, fr-CA, pt-BR, es-MX, es-AR, es-CL, es-CO, es-PE, es-VE, en-GB, it-IT, es-ES, de-DE, fr-FR, sv-SE, nl-NL, tr-TR, da-DK, en-IE, de-AT, el-GR, nb-NO, pt-PT, ru-RU, de-CH, fr-CH, it-CH, fr-BE, nl-BE, ja-JP, zh-Hans-US, en-IN, en-AU, en-MY, en-NZ, en-PH, en-SG, id-ID, ko-KR, th-u-ca-gregory, vi-VN, zh-Hant-TW, en-HK, zh-Hant-HK, ar-US-u-nu-latn, ar-EG-u-nu-latn, en-ZA, he-IL
{
"count": 5,
"results": [
{
"link": "https://www.tripadvisor.com/Restaurants-g60763-New_York_City_New_York.html",
"name": "New York City",
"address": null,
"place_type": "CITY",
"coordinates": {
"latitude": 40.713238,
"longitude": -74.005836
},
"other_links": {
"geo": "https://www.tripadvisor.com/Restaurants-g60763-New_York_City_New_York.html",
"primary": "https://www.tripadvisor.com/Tourism-g60763-New_York_City_New_York-Vacations.html"
},
"featured_image": "https://dynamic-media-cdn.tripadvisor.com/media/photo-o/1c/c5/7c/68/caption.jpg",
"parent_location": "New York, United States",
"is_tripadvisor_entity": false,
"tripadvisor_entity_id": 60763
},
{
"link": "https://www.tripadvisor.com/Restaurants-g28953-New_York.html",
"name": "New York",
"address": null,
"place_type": "STATE",
"coordinates": {
"latitude": 42.423985,
"longitude": -74.883972
},
"other_links": {
"geo": "https://www.tripadvisor.com/Restaurants-g28953-New_York.html",
"primary": "https://www.tripadvisor.com/Tourism-g28953-New_York-Vacations.html"
},
"featured_image": "https://dynamic-media-cdn.tripadvisor.com/media/photo-o/10/eb/87/e9/dsc-0254-largejpg.jpg",
"parent_location": "United States, North America",
"is_tripadvisor_entity": false,
"tripadvisor_entity_id": 28953
},
{
"link": "https://www.tripadvisor.com/Restaurant_Review-g274887-d970327-Reviews-New_York_Cafe-Budapest_Central_Hungary.html",
"name": "New York Café",
"address": "Erzsebet Korut 9-11",
"place_type": "RESTAURANT",
"coordinates": {
"latitude": 47.498726,
"longitude": 19.070456
},
"other_links": {
"geo": null,
"primary": "https://www.tripadvisor.com/Restaurant_Review-g274887-d970327-Reviews-New_York_Cafe-Budapest_Central_Hungary.html"
},
"featured_image": "https://dynamic-media-cdn.tripadvisor.com/media/photo-o/15/01/6c/fd/20181011-131836-largejpg.jpg",
"parent_location": "Budapest, Hungary",
"is_tripadvisor_entity": true,
"tripadvisor_entity_id": 970327
},
{
"link": "https://www.tripadvisor.com/Restaurant_Review-g187221-d2707537-Reviews-New_York_New_York-Cannes_French_Riviera_Cote_d_Azur_Provence_Alpes_Cote_d_Azur.html",
"name": "New-York New-York",
"address": "1 Allée De La Liberté Charles De Gaulle",
"place_type": "RESTAURANT",
"coordinates": {
"latitude": 43.551392,
"longitude": 7.014086
},
"other_links": {
"geo": null,
"primary": "https://www.tripadvisor.com/Restaurant_Review-g187221-d2707537-Reviews-New_York_New_York-Cannes_French_Riviera_Cote_d_Azur_Provence_Alpes_Cote_d_Azur.html"
},
"featured_image": "https://dynamic-media-cdn.tripadvisor.com/media/photo-o/32/2b/2a/e2/risotto-cremeux-aux-champignon.jpg",
"parent_location": "Cannes, French Riviera - Cote d'Azur, France",
"is_tripadvisor_entity": true,
"tripadvisor_entity_id": 2707537
},
{
"link": "https://www.tripadvisor.com/Restaurant_Review-g293916-d1093909-Reviews-New_York_Steakhouse-Bangkok.html",
"name": "New York Steakhouse",
"address": "4 Sukhumvit Road",
"place_type": "RESTAURANT",
"coordinates": {
"latitude": 13.741639,
"longitude": 100.552017
},
"other_links": {
"geo": null,
"primary": "https://www.tripadvisor.com/Restaurant_Review-g293916-d1093909-Reviews-New_York_Steakhouse-Bangkok.html"
},
"featured_image": "https://dynamic-media-cdn.tripadvisor.com/media/photo-o/2b/f1/f8/a4/main-dining-area.jpg",
"parent_location": "Bangkok, Thailand",
"is_tripadvisor_entity": true,
"tripadvisor_entity_id": 1093909
}
]
}