Skip to content
Tools / Menu Finder
Menu Finder icon

Menu Finder

Restaurant menus from any country

Menu Finder locates and reads the menu for any restaurant, café, or bar in over 200 countries. It searches the live web for official menu pages and PDFs, ranks results by source quality, and returns the full menu content — including image-based and scanned PDF menus that most tools can't read.

Asking an AI "what's on the menu at X restaurant?" usually gets you either a made-up answer or "I can't access that." This tool actually goes and finds it — searching official sites, third-party listing pages, and PDF uploads, then extracting the content so you can read, summarize, or compare menus directly.

What you can do

  • find_menu — search for a restaurant's menu by name and location, returns ranked sources and the parsed menu text from the top result
  • parse_menu — fetch and extract the menu from a specific URL (HTML page or PDF)

Who it's for

Travelers researching restaurants before visiting. People with dietary requirements who need to check menus before booking. Agents helping users plan meals or make reservation decisions. Hospitality businesses doing competitive menu research.

How to use it

  1. Use find_menu with the restaurant name and city — always include location for best results ("Dishoom, London" is more reliable than just "Dishoom")
  2. Set the country parameter with an ISO code (gb, us, de, fr, etc.) to bias results for the right region
  3. If the top menu result has no readable text (image PDF or blocked page), call parse_menu on the next ranked source URL
  4. Use parse_menu directly when you already have a menu URL and just need the content extracted

Getting started

Call find_menu with a restaurant name and location. The tool automatically fetches and parses the top-ranked menu so most queries return readable menu content in a single call.

Find Menu

Locate a restaurant's menu by name and location. Returns restaurant details (address, phone, rating, website), a ranked list of menu source URLs (with official-site and PDF flags), and the parsed menu text from the top result.

Returns: Restaurant details, ranked menu source URLs, and the parsed text of the top menu page
Parse Menu

Fetch and extract the menu content from a specific URL. Use when the user provides a menu link directly, or to read a different ranked source from a previous find_menu call. Returns clean markdown.

Returns: Markdown of the menu page content
Loading reviews...

Loading activity...

v0.022026-04-23
  • Read image-based and PDF menus automatically — handles restaurants whose menu is a single photo or scanned page
v0.012026-04-22
  • Initial release — global restaurant menu search and parsing across 200+ countries

Related Tools