问题标签 [zomato-api]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
search - zomato Api 不返回按聚合评级搜索的餐厅
我正在构建餐厅搜索应用程序,当我像这样向 Zomato Api 发送请求时,我想通过美食、类别、聚合评级、价格范围等许多属性来过滤城市中的餐厅:
https://developers.zomato.com/api/v2.1/search?entity_id=297&entity_type=city&cuisines=1
我得到了正确的结果以及所有具有美食 = 1(美国美食)的餐厅。
但是当我发送另一个请求并像这样更改查询属性时:
https://developers.zomato.com/api/v2.1/search?entity_id=297&entity_type=city&aggregate_rating=3
我在没有通过查询过滤的情况下获得餐馆(aggregate_rating=3)。任何人都可以帮助我吗?
react-native - 无法使用 zomato API 在本机反应中获取餐厅集合
我正在尝试在反应原生页面上显示一个城市的 zomato 餐厅集合。我正在使用 zomato API。在 zomato API 文档中,我使用的是“在城市中获取 zomato 收藏”下给出的请求 URL
下面是我的代码:
我没有收到任何错误,但我的屏幕是空白的。我的屏幕上没有输出。我无法理解我在代码中哪里出错了
javascript - Zomato-API 表现出奇怪的不同 api 调用
因此,想法是从地理编码 API 的结果中提取 near_res 数组,然后使用其中一个元素(每个元素是一个 id)作为下一次 API 调用的参数。
现在,这最初应该返回有关指定 id 的餐厅的所有详细信息。
当使用 id 独立调用时,该getRestaurant()
函数以预期格式返回结果。但是当它像这样被链接时,结果与第一次API调用(geocode API)的结果基本相同。
我在这里做错什么了吗?还是 Zomato API 不愿意做这种链接。
请帮忙。
node.js - 无法访问 Zomato 开发者页面
我想申请 Zomato API 密钥。但是,他们的开发人员页面https://developers.zomato.com/api显示 404 错误。该 URL 取自 Zomato API 的 npm 页面https://www.npmjs.com/package/zomato-api。我看过一些使用 Zomato API 的 youtube 视频,所需的网页更早显示。Zomato 是否停止提供 API 或有新的访问方式?请帮忙。
python - Web Scraping / Zomato Web Scraping with BeautifulSoup
我尝试参考https://datascienceplus.com/zomato-web-scraping-with-beautifulsoup-in-python/进行网络抓取
刚刚在网站上复制和粘贴代码,但在第二步出现错误。
下面是错误代码。我用的是木星笔记本。你知道我为什么会得到这个吗?我对此完全陌生,甚至不完全理解这些变量(标题、响应)的作用。