Brno Menu Scraper
Pricing
Pay per usage
Brno Menu Scraper
Scrapes daily restaurant menus from various sources in Brno, Czech Republic.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Padak Padakovic
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Share
What does Brno Menu Scraper do?
Brno Menu Scraper collects daily lunch menus from restaurants in Brno, Czech Republic. Inspired by [https://github.com/jdobes/lunch] (https://github.com/jdobes/lunch).
How to use Brno Menu Scraper
- Open the actor in Apify Console.
- Optionally choose restaurant IDs in the Input tab.
- Optionally enter a reference date in
YYYY-MM-DDformat. - Start the run and open the Dataset when it finishes.
- Download or consume the results through the Apify API.
Input
The Restaurant IDs field can limit a run to selected restaurants. Leave it empty to scrape all supported restaurants. The Reference date field determines the requested menu week when a source does not publish explicit dates. It defaults to today.
Example:
{"restaurantIds": ["napurkynce"],"date": "2026-07-15"}
Supported restaurants
| Restaurant ID | Restaurant | Menu URL |
|---|---|---|
nepal | Nepal Brno | Daily menu |
napurkynce | Na Purkyňce | Daily menu |
ukarla | U Karla | Lunch menu |
u3opic | U 3 Opic | Restaurant website |
charliesmill | Charlie's Mill | Menu |
pivovarska-starobrno | Pivovárská Starobrno | Lunch menu |
uvozna | Úvozna | Daily menu |
ubosenohy | U Bosé nohy | Lunch menu |
Use these IDs in the restaurantIds input field to scrape selected restaurants.
Output
Each successful record contains the restaurant, source URL, date, and menu item names. Failed restaurant requests are represented with status: "error" and an error message.
{"restaurantId": "napurkyne","restaurantName": "Na Purkyňce","date": "2026-07-15","menuItems": ["Polévka: Kuřecí vývar", "Smažený sýr, hranolky"],"status": "success"}
You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.
Data table
| Field | Description |
|---|---|
restaurantId | Stable restaurant identifier |
restaurantName | Restaurant name |
url | Official source page |
date | Menu date |
menuItems | Soup and main dish names |
status | success or error |
scrapedAt | Collection timestamp |