logistics
Credits: 0.02
Find places nearby using a location
keywordstring
Keyword to include in the search
locationstring
specify the location by lat,lng e.g -33.8670522,-151.1957362
namestring
Name of the place to search for
open_nowboolean
Whether the place is open now
radiusnumber
radius in meters within which to search
typestring
Type of place. https://developers.google.com/maps/documentation/places/web-service/supported_types
resultsarray
Request
Response
{
"results": [
{
"name": "Tesco Express",
"address": "",
"location": "51.5089111,-0.1346174",
"type": "",
"icon_url": "https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/shopping-71.png",
"rating": 3.700000047683716,
"open_now": true,
"opening_hours": [],
"vicinity": "17-25 Regent St., London",
"types": [
"supermarket",
"convenience_store",
"grocery_or_supermarket",
"food",
"point_of_interest",
"store",
"establishment"
]
},
{
"name": "Tesco Express",
"address": "",
"location": "51.5111163,-0.1251733",
"type": "",
"icon_url": "https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/shopping-71.png",
"rating": 3.9000000953674316,
"open_now": true,
"opening_hours": [],
"vicinity": "22-25 Bedford St, London",
"types": [
"supermarket",
"convenience_store",
"grocery_or_supermarket",
"food",
"point_of_interest",
"store",
"establishment"
]
}
]
}
Credits: 0.02
Search for places by text query
locationstring
the location by lat,lng e.g -33.8670522,-151.1957362
open_nowboolean
Whether the place is open now
querystring
the text string on which to search, for example: "restaurant"
radiusnumber
radius in meters within which to search
typestring
Type of place. https://developers.google.com/maps/documentation/places/web-service/supported_types
resultsarray
Request
Response
{
"results": [
{
"name": "Covent Garden Food & Wine",
"address": "20 Wellington St, London WC2E 7DD",
"location": "51.5119823,-0.1200065",
"type": "",
"icon_url": "https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/shopping-71.png",
"rating": 4,
"open_now": true,
"opening_hours": [],
"vicinity": "",
"types": [
"convenience_store",
"book_store",
"food",
"point_of_interest",
"store",
"establishment"
]
},
{
"name": "Co-op Food - Holborn - Kingsway",
"address": "18 Kingsway, London WC2B 6LH",
"location": "51.5140073,-0.1176054",
"type": "",
"icon_url": "https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/shopping-71.png",
"rating": 4,
"open_now": true,
"opening_hours": [],
"vicinity": "",
"types": [
"convenience_store",
"food",
"point_of_interest",
"store",
"establishment"
]
}
]
}