Michelin Restaurant Finder avatar

Michelin Restaurant Finder

Pricing

from $0.85 / 1,000 restaurants

Go to Apify Store
Michelin Restaurant Finder

Michelin Restaurant Finder

Extract structured data from the Michelin Guide, including restaurant name, Michelin distinction, cuisine type, price range, and location for any of 54 major cities worldwide. No API key required.

Pricing

from $0.85 / 1,000 restaurants

Rating

5.0

(1)

Developer

Trove Vault

Trove Vault

Maintained by Community

Actor stats

2

Bookmarked

52

Total users

3

Monthly active users

10 days ago

Last modified

Share

Extract restaurant listings from the official Michelin Guide for selected cities. Use the Actor for destination research, restaurant datasets, distinction tracking, and market comparison.

Output fields

Each row contains:

  • city: input city associated with the result
  • name: restaurant name
  • distinction: 1–3 Stars, Bib Gourmand, Green Star, or Selected
  • cuisine: published cuisine label when available
  • priceRange: source price symbols in the local currency
  • location: location text shown by Michelin
  • michelinUrl: direct Michelin Guide page

Cuisine, price, and location can be null when the listing does not expose them. Distinctions reflect the source at scrape time and can change when the guide is updated.

Input

FieldDescription
citiesOne or more supported cities. Empty means all available cities.
distinctionsOptional distinction filter. Empty includes every listing.
maxRestaurantsPerCityMaximum rows per city; 0 means no explicit limit.
datasetIdOptional existing dataset receiving a second copy of results.
runIdOptional workflow identifier for chained runs.
{
"cities": ["Lisbon"],
"distinctions": [],
"maxRestaurantsPerCity": 3
}

Run with the Apify API

curl -X POST "https://api.apify.com/v2/acts/trovevault~michelin-restaurant-finder/runs" \
-H "Authorization: Bearer $APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{"cities":["Lisbon"],"maxRestaurantsPerCity":3}'

Export the default dataset as JSON, CSV, Excel, XML, or HTML after completion.

Limitations

  • A selected city can map to a broader official Michelin region.
  • Cuisine and location labels may remain in the source language.
  • This Actor reports public guide data; it does not imply endorsement or guarantee current opening status.