← 返回
数据分析 中文

ontopo

Search Israeli restaurants, check table availability, view menus, and get booking links on Ontopo. Use for "restaurant reservation", "table booking", "ontopo...
在Ontopo搜索以色列餐厅,查看菜单与空位,获取预订链接。适用于餐厅预订及桌位预约。
alexpolonsky
数据分析 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 894
下载
💾 8
安装
1
版本
#latest

概述

Ontopo Restaurant Search

Search Israeli restaurants, check table availability, view menus, and get direct booking links on the Ontopo platform.

> Disclaimer: This is an unofficial tool, not affiliated with or endorsed by Ontopo. Availability data queries APIs that power the website and may not reflect actual availability. This tool does NOT place reservations - it generates booking links for manual confirmation on Ontopo's website. Provided "as is" without warranty of any kind.

Quick Start

# Search for a restaurant
python3 {baseDir}/scripts/ontopo-cli.py search "taizu"

# Find available restaurants for tonight
python3 {baseDir}/scripts/ontopo-cli.py available tomorrow 19:00 --city tel-aviv

Commands

cities

List supported cities.

python3 {baseDir}/scripts/ontopo-cli.py cities
python3 {baseDir}/scripts/ontopo-cli.py cities --json

categories

List venue categories.

python3 {baseDir}/scripts/ontopo-cli.py categories

search

Find restaurants by name.

python3 {baseDir}/scripts/ontopo-cli.py search "taizu"
python3 {baseDir}/scripts/ontopo-cli.py search "sushi" --city tel-aviv
python3 {baseDir}/scripts/ontopo-cli.py search "taizu" --json

available

Find venues with availability for date and time. Date and time are POSITIONAL arguments.

python3 {baseDir}/scripts/ontopo-cli.py available tomorrow 19:00
python3 {baseDir}/scripts/ontopo-cli.py available tomorrow 20:00 --city tel-aviv
python3 {baseDir}/scripts/ontopo-cli.py available +3 19:00 --party-size 4

check

Check availability at specific venue. Supports venue name or ID.

python3 {baseDir}/scripts/ontopo-cli.py check taizu tomorrow 19:00
python3 {baseDir}/scripts/ontopo-cli.py check taizu +2 20:00
python3 {baseDir}/scripts/ontopo-cli.py check 36960535 tomorrow 19:00 --party-size 4

range

Check availability across date range. Times is OPTIONAL (defaults to 19:00,20:00).

python3 {baseDir}/scripts/ontopo-cli.py range taizu tomorrow +3
python3 {baseDir}/scripts/ontopo-cli.py range 36960535 tomorrow +5 --times "18:00,19:00,20:00"
python3 {baseDir}/scripts/ontopo-cli.py range taizu +1 +7 --party-size 4

menu

View venue menu with optional filters.

python3 {baseDir}/scripts/ontopo-cli.py menu 66915792
python3 {baseDir}/scripts/ontopo-cli.py menu 66915792 --section drinks
python3 {baseDir}/scripts/ontopo-cli.py menu 66915792 --search "pasta" --max-price 100

info

Get venue details.

python3 {baseDir}/scripts/ontopo-cli.py info 36960535
python3 {baseDir}/scripts/ontopo-cli.py info 66915792 --json

url

Get booking URL for venue.

python3 {baseDir}/scripts/ontopo-cli.py url 36960535
python3 {baseDir}/scripts/ontopo-cli.py url 66915792 --locale he

Options Reference

OptionCommandsDescription
-------------------------------
--jsonallOutput in JSON format
--localesearch, info, urlLanguage: en or he
--cityavailable, searchCity filter (tel-aviv, jerusalem, etc.)
--party-sizeavailable, check, rangeNumber of guests (default: 2)
--timesrangeComma-separated times (default: 19:00,20:00)
--sectionmenuFilter by menu section
--searchmenuSearch menu items by name
--min-pricemenuMinimum price filter
--max-pricemenuMaximum price filter

Date/Time Formats

Dates: YYYY-MM-DD, today, tomorrow, +N (days from now)

Times: HH:MM, HHMM, 7pm, 19:30

Supported Cities

tel-aviv, jerusalem, haifa, herzliya, raanana, ramat-gan, netanya, ashdod, ashkelon, beer-sheva, eilat, modiin, rehovot, rishon-lezion, petah-tikva, holon, kfar-saba, hod-hasharon, caesarea

Workflow Example

# 1. Search for restaurant
python3 {baseDir}/scripts/ontopo-cli.py search "taizu"
# Note the venue ID from results (e.g., 36960535)

# 2. Check availability
python3 {baseDir}/scripts/ontopo-cli.py check 36960535 tomorrow --time 19:00

# 3. View menu
python3 {baseDir}/scripts/ontopo-cli.py menu 36960535

# 4. Get booking link
python3 {baseDir}/scripts/ontopo-cli.py url 36960535

Notes

  • Manual booking: Generates links - complete reservation on Ontopo website
  • No API key: Queries APIs that power the website
  • Bilingual: Supports Hebrew and English
  • Real-time data: Availability fetched live from Ontopo

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 10:02 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Jlm Coffee

alexpolonsky
根据名称、设施、评分和营业时间搜索耶路撒冷特色咖啡店。当用户询问“耶路撒冷咖啡”、“耶路撒冷咖啡馆”等问题时使用。
★ 0 📥 729
data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 198 📥 65,121
data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 165 📥 60,018