Ecosystem/Google Maps

Google Maps

Tempo
Data13 endpointsFrom $0.0020 /req

Google Maps Platform API. Geocoding, directions, distance matrix, place search, place details, autocomplete, elevation, timezone, Street View, and static map images — all accessible via pay-per-request.

View documentation

When should an agent use this?

Use Google Maps when your agent needs location data — geocoding addresses, getting driving directions, finding nearby restaurants or hotels, calculating travel times between multiple locations, or generating map images. Ideal for travel agents, delivery routing, real estate analysis, local business search, and any workflow needing location intelligence.

Endpoints

Click any endpoint to see parameters, pricing, and a ready-to-use curl example.

Paid (13)

Geocode an address to coordinates, or reverse-geocode coordinates to an address.

Path/services/googlemaps/maps/geocode/json
MethodGET
Price$0.0050 per request

Parameters

NameTypeRequiredDescription
addressstring (query)NoAddress to geocode (use this OR latlng for reverse geocoding)
latlngstring (query)NoLat,lng for reverse geocoding (e.g. 37.4224,-122.0842)

Example Request

curl
curl -X GET \
  "https://api.indiegent.com/services/googlemaps/maps/geocode/json?address=1600+Amphitheatre+Parkway,+Mountain+View,+CA" \
  -H "Authorization: Bearer <your-token>" \
  -H "X-Agent-Wallet: my-agent"

IndieGent Endpoint

api.indiegent.com/services/googlemaps

Payment

USDC · Automatic

Payment protocols handled by IndieGent

Network

Tempo

IndieGentIndieGent — Independent wallets for independent agents

npm install -g @indiegent/cli