Alternative to Google Maps API Radar Search

十年热恋 提交于 2020-01-02 03:24:06

问题


With Radar search being taken off, are there any other alternatives that Google has proposed (or any other source, if not Google) to get information on all businesses in a given location.

In the end I am interested in obtaining a list of all business in a city, say Delhi, legally (I guess web scraping Google Maps would be illegal).

Google Maps Radar Search - https://developers.google.com/places/web-service/search

Thanks for the response.


回答1:


From https://maps-apis.googleblog.com/2017/06/announcing-deprecation-of-place-add.html:

"Nearby Search can work as an alternative for Radar Search, when used with rankby=distance and without keyword or name."

If you are searching for a specific business type, you could specify a "type" as a parameter with Nearby Search from this list




回答2:


No alternative for Radar Search is available. Which returned a maximum of 200 results sorted by distance in a particular radius. Don't know why Google discontinued it, it was such a useful api for the developers.

You'll have to use Nearby search only as an alternative which is limited to return max of 60 results. No other way.



来源:https://stackoverflow.com/questions/45398308/alternative-to-google-maps-api-radar-search

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!