logistics

Places

Search for places

Introduction

Search for place information, including points of interest, categories and geographic locations. Search by geolocation or by text query.

Features

Nearby

Find places nearby using a location

Search

Search for places by text query

Pricing

EndpointPer Request
Nearby0.02 USD
Search0.02 USD

Base requests are 0.000001 USD

Example

Nearby 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"
            ]
        }
    ]
}