Autom

Google Maps

Search Google Maps via API and retrieve structured place results (address, website, phone).

Status: Experimental

Credit cost: 1 credit per call

GET
/v1/google/maps

Authorization

ApiKeyAuth
x-api-key<token>

Your API key. Include it in the x-api-key header for every request.

In: header

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.autom.dev/v1/google/maps"

[
  {
    "fid": "0x12aebf2675445053:0xff6b4af3e0c18407",
    "lat": null,
    "long": null,
    "title": null,
    "address": "Le 153 Bar & Cocktails, 153 Rue Saint-Martin, 75003 Paris",
    "website": "https://www.le153.com/",
    "phone_number": "+33 7 62 82 29 26"
  }
]

{
  "error": "Bad Request"
}
{
  "error": "Invalid API Key"
}
{
  "error": "Payment required"
}
{
  "error": "Rate limit exceeded for the API key: quota monthly"
}
{
  "error": "Internal Error"
}