Google Menu Highlights Results API
For some searches, Google search includes the "Menu Highlights" block. SerpApi is able to scrape, extract, and make sense of this information.
API Examples
JSON structure overview
{
...
"menu_highlights": {
"title": "String - Title of the menu",
"thumbnails": "Array - List of URLs to the item thumbnails",
"reviews": "Numeric - Number of reviews of the menu item",
"photos": "Numeric - Number of photos of the menu item",
"link": "String - URL to the item",
"price_range": "Array - An array of two integers representing the lower and upper bounds of item prices"
},
...
}
Results for: via carota
{
...
"menu_highlights": [
{
"title": "Wine",
"thumbnails": [
"https://lh5.googleusercontent.com/p/AF1QipPc0kHOQrITfbKbQpxujXEBEVQ1PQZhtDw84DXJ=w640-h640-n-k-no"
],
"reviews": 87,
"photos": 5,
"link": "https://www.google.com/local/place/offerings?g2lbs=AOHF13kCiwiZ3nvoEzHkq9mnujvnIJwArfdkcfuh2BgCOJzc533Yj76Ys84ZqSWN8Jhyz8E5SMns&hl=en-US&gl=us&ssta=1&oid=/g/11vszm6j9b&fid=0x89c259937f4eb1af:0xe49ad5dc628370bb&on=Wine&mid=/g/11bbwz4b3z&ord=1"
},
{
"title": "Tiramisu",
"thumbnails": [
"https://lh5.googleusercontent.com/proxy/_OS3YgWFaaG6FlGIb7ToCQ4xkJ7HhQjRZ_M85RlkPDWgw9yVd_hj7Ocz60Uz2aPBGDYC1za3tXIogztWJFc3CtxDNiEzZHKMeh5Dw8PmLVTCXtYJg1aDKkVElODsNz3aaM0M4nE8qQRiLnJ-VKbFc3DTkRoXNF0=w640-h640-n-k-no"
],
"reviews": 38,
"photos": 52,
"price_range": [
15,
15
],
"link": "https://www.google.com/local/place/offerings?g2lbs=AOHF13lPagn-X8H7Q_Dh5VhP9GOfyuQXBq2NJE7f3oFSUaoDhX6KGjSk8m_2w4nv1jQtsseM347E&hl=en-US&gl=us&ssta=1&oid=/g/11h4p3jmmd&fid=0x89c259937f4eb1af:0xe49ad5dc628370bb&on=Tiramisu&mid=/g/11bbwz4b3z&ord=1"
},
{
"title": "Insalata Verde",
"thumbnails": [
"https://lh5.googleusercontent.com/p/AF1QipNjtfYMzJRuSSqi6Kaz0CnuqtxpxVPvpgEA9pd7=w640-h640-n-k-no",
"https://lh5.googleusercontent.com/p/AF1QipPsUHfGPo86HZeAPJ_X5g-T3HKfu2GAhkFIJurI=w640-h640-n-k-no"
],
"reviews": 27,
"photos": 60,
"price_range": [
22,
22
],
"link": "https://www.google.com/local/place/offerings?g2lbs=AOHF13lssv5F7lsnAosNNtUrnc0X5HdEFYTRPjTmmtXTvpse9TKDpUv2Y2lAwgb7reM2otMYxEzh&hl=en-US&gl=us&ssta=1&oid=/g/11q846gkbj&fid=0x89c259937f4eb1af:0xe49ad5dc628370bb&on=Insalata+Verde&mid=/g/11bbwz4b3z&ord=1"
},
...
],
...
}