Brno Menu Scraper avatar

Brno Menu Scraper

Pricing

Pay per usage

Go to Apify Store
Brno Menu Scraper

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

Padak Padakovic

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

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

  1. Open the actor in Apify Console.
  2. Optionally choose restaurant IDs in the Input tab.
  3. Optionally enter a reference date in YYYY-MM-DD format.
  4. Start the run and open the Dataset when it finishes.
  5. 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 IDRestaurantMenu URL
nepalNepal BrnoDaily menu
napurkynceNa PurkyňceDaily menu
ukarlaU KarlaLunch menu
u3opicU 3 OpicRestaurant website
charliesmillCharlie's MillMenu
pivovarska-starobrnoPivovárská StarobrnoLunch menu
uvoznaÚvoznaDaily menu
ubosenohyU Bosé nohyLunch 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

FieldDescription
restaurantIdStable restaurant identifier
restaurantNameRestaurant name
urlOfficial source page
dateMenu date
menuItemsSoup and main dish names
statussuccess or error
scrapedAtCollection timestamp