Playground

Google Maps search API API playground

Returns results from Google Maps based on search options. Rate limit is enforced at 1 request per second.

POSTapiKey5 credits/requestgoogle.mapSearchResponseDocgoogle.MapSearchOption

Selected endpoint

POST /google/map/search

Returns results from Google Maps based on search options. Rate limit is enforced at 1 request per second.

Group
Google Map
Authentication
apiKey
Credit cost
5 credits/request
Path parameters
0
Query parameters
0
Body parameters
1
POSTapiKey5 credits/requestmapSearchResponseDoc

Google Maps search API

Returns results from Google Maps based on search options. Rate limit is enforced at 1 request per second.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key

Body (google.MapSearchOption)

Body preview
{
  "country": "us",
  "keyword": "hotel san francisco",
  "language": "en"
}

Request URL will appear here.

Request headers will appear here.

Request body preview will appear here when applicable.

Status, latency, response headers, and response body will appear after a request.

{
  "code": 200,
  "msg": "OK",
  "data": [
    {
      "url": "https://www.google.com/maps/place/?q=place_id:ChIJs3cv0KuvEmsRHcXYwNJ6GU0",
      "name": "Primi Italian",
      "place_id": "ChIJs3cv0KuvEmsRHcXYwNJ6GU0",
      "category": [
        "italian_restaurant"
      ],
      "address": "168 Clarence St, Sydney NSW 2000, Australia",
      "latitude": -33.8701437,
      "longitude": 151.2056158
    }
  ]
}