Google API for Restaurants Places in specific country? - google-places-api

I want to get all restaurants in Cairo.
The API just getting 250 restaurant and I want all the restaurants.
I use the radius and location in API.
please help me !!

Related

Retrieving set of restaurants with Google Places API

I'm using an api that retrieves food menu items and their nutritional information for a
set of around 800 restaurants. Using the google places api, I want to list only these roughly 800 restaurants to the user within a certain radius. I'm currently using the restaurant type parameter for place searches, however, this returns some unwanted restaurants that are not within the 800 restaurant list. Is there a way to
return the closet restaurants to the user within this specific restaurant set without having to call the google places api for each restaurant in the list? So, similar to the restaurant type parameter, is there somehow a way to create a type that can be passed through an api call that would return these 800 restaurants?

Google Places API: getting type of restaurant

I'm trying to get place infos from a restaurant and it works so far, the only data I'm missing is the type of restaurant: Spanish Restaurant which shows up in the actual Google Maps below the rating.
I googled for it and couldn't find it anywhere. Any ideas how it's called and how to retrieve it?

How to get Amenities for a place using google place api or place data api

I could able to get details about the restaurant using google place detail api, but I need to get Amenities particularly. The Api I use is mentioned below.
https://maps.googleapis.com/maps/api/place/details/json?placeid=PLACE_ID&key=API_KEY
You can't get amenities information from this API. They don't give you access to that information on purpose because Google Maps must have a competitive advantage. So, you can link the restaurant to that location on Google Maps in order give the option to view the amenities.

Bing Map not bringing city in India

Does Bing Maps Api show all cities inside India ?
I am currently using the Bing Maps APi inside my application to find coordinates and City based on Postal Code entered by the user. This is how i am using the api.
http://dev.virtualearth.net/REST/v1/Locations?CountryRegion=INDIA&postalCode=683101&key=BingMapKey
This returns the latitude and longitude, but locality (City) is blank.
How can i get the city too ?
I was planning to use google geocoder before, but google prohibits using their api without showing the map.
Thanks !
The issue here is that Bing Maps currently does not support postal codes in India. As such the returned result is for the country of India.

Google Places API Attributes

I'm trying to determine if the Google Places API is suitable for a restaurant review website I'm working on (disclaimer: I'm not a developer so please excuse my lack of knowledge here).
Specifically, looking at https://developers.google.com/places/documentation/details for support, I'm trying to determine if the Places API includes the following restaurant-specific attributes in its database that we could query: cuisine type (i.e. Indian, Brunch, American) and/or neighborhood (i.e. Marina, Mission, Financial District). As an example in Layman's terms, if we were to use the Google Places API, would users on our site be able to search for Indian restaurants in the Financial District and see restaurants that meet that criteria?
Thanks,
Jaydon
You'd have to make a search using the 'type' restaurant and enter in the search the term indian, as for the location you could use a radius
In layman's terms yes you can, but the neighborhood would be determinated from one central location in a radius format (wouldn't fallow the specific outline of the actual neighborhood) and the type of food would have to be included in the search terms, you could automatically add that, in other words, you can ask the end user to specify the cuisine he is looking for (multi choice) that way you add that cuisine automatically within the search terms.

Resources