Resto.be Scraper — Belgian Restaurant Guide & Reviews
Pricing
Pay per event
Resto.be Scraper — Belgian Restaurant Guide & Reviews
Scrape restaurant listings, ratings, cuisine types, Michelin stars, Gault Millau scores, and contact details from Resto.be — Belgium's largest restaurant guide with 20,000+ restaurants.
Pricing
Pay per event
Rating
0.0
(0)
Developer
Jelle Desramaults
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
10 days ago
Last modified
Categories
Share
Resto.be Scraper
Scrape restaurant data from resto.be, Belgium's restaurant discovery platform. Get restaurant names, addresses, cuisine types, ratings, Michelin stars, Gault&Millau scores, opening hours, and more.
This is not a product scraper -- it extracts venue data. Perfect for building restaurant databases or analyzing the Belgian dining scene.
Input
| Field | Type | Description |
|---|---|---|
searchQuery | string | City or cuisine name (e.g., "bruxelles", "gent") |
startUrls | array | Specific listing page URLs |
maxResults | integer | Limit (default: 100) |
language | string | "fr", "nl", or "en" (default: "fr") |
proxyConfiguration | object | Proxy settings |
Without input, it scrapes Brussels restaurants.
Output
| Field | Type | Example |
|---|---|---|
name | string | "Comme Chez Soi" |
address | string | "Place Rouppe 23" |
city | string | "Bruxelles" |
postalCode | string | "1000" |
latitude | number | 50.8445 |
longitude | number | 4.3465 |
phone | string | "+32 2 512 29 21" |
website | string | External website URL |
cuisine | array | ["Française", "Gastronomique"] |
priceRange | string | "$$$$" |
rating | number | 9.2 |
reviewCount | number | 356 |
michelinStars | number | 2 |
gaultMillauScore | number | 18.5 |
paymentMethods | array | ["Visa", "Mastercard"] |
features | array | ["Terras", "Parking"] |
openingHours | object | {"Ma": "12:00-14:00", ...} |
Cost
HTTP-only. About 500 restaurants per $1 due to two requests per restaurant (listing + detail).
Notes
- Uses JSON-LD Restaurant schema for primary data extraction
- Rating scale on resto.be is 0-10
- Michelin stars (1-3) detected from page text patterns
- Gault&Millau scores on a /20 scale
- Trilingual: French (resto.be), Dutch (nl.resto.be), English (en.resto.be)
- Pagination uses
window.RESTO.pagerJS variable