Michelin Restaurant Finder
Pricing
from $0.85 / 1,000 restaurants
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
Maintained by CommunityActor stats
2
Bookmarked
52
Total users
3
Monthly active users
10 days ago
Last modified
Categories
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 resultname: restaurant namedistinction: 1–3 Stars, Bib Gourmand, Green Star, or Selectedcuisine: published cuisine label when availablepriceRange: source price symbols in the local currencylocation: location text shown by MichelinmichelinUrl: 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
| Field | Description |
|---|---|
cities | One or more supported cities. Empty means all available cities. |
distinctions | Optional distinction filter. Empty includes every listing. |
maxRestaurantsPerCity | Maximum rows per city; 0 means no explicit limit. |
datasetId | Optional existing dataset receiving a second copy of results. |
runId | Optional 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.