ScavioScavio
ProductPricingDocs
Sign InGet Started
Quick StartAPI & SDKsEcosystem

Google

Google Maps

Search Google Maps for local businesses and places — names, addresses, ratings, coordinates, and a data_id you can pass to Place Reviews — as JSON.

POST/api/v2/google/maps/search

Authorizations

Authorizationstringheaderrequired

Bearer authentication header of the form Bearer <token>, where <token> is your Scavio API key (e.g. Bearer sk_live_your_key).

Body

application/json
querystringrequired

Local search query (-> q).

Example: coffee shops in Austin

startnumber

Result offset: a multiple of 20 (0, 20, 40 ...).

llstring

Map center @lat,lng,zoomz. This — not gl — controls where results come from.

Example: @40.7128,-74.0060,13z

hlstring

UI language.

Example: en

glstring

Geo location country.

Example: us

google_domainstring

Regional Google domain.

Request

from scavio import ScavioClient

client = ScavioClient(api_key="sk_live_your_key")
results = client.google.maps_search("coffee shops in Austin")
print(results)

Response

"engine": "google_maps",
"type": "search",
"q": "coffee shops in Austin",
"google_domain": "google.com",
"hl": "en",
"gl": "us"
},
"local_results_state": "Results for exact spelling",
"query_displayed": "coffee shops in Austin"
},
],
"credits_used": 1,
"credits_remaining": 49
}
PreviousGoogle AI Mode APINextGoogle Maps Place API
ScavioScavio

Real-time search API for AI agents. Search every platform, not just Google.

Product

  • Features
  • Pricing
  • Dashboard
  • Affiliates

Developers

  • Documentation
  • API Reference
  • Quickstart
  • MCP Integration
  • Python SDK

Alternatives

  • Tavily Alternative
  • SerpAPI Alternative
  • Firecrawl Alternative
  • Exa Alternative
  • Serper Alternative
  • Tavily vs Scavio
  • SerpAPI vs Scavio
  • All alternatives
  • Compare Scavio vs alternatives

Search APIs

  • Google Search API
  • Amazon Product API
  • YouTube API
  • Reddit API
  • Walmart Product API
  • TikTok API
  • Instagram API

Tools

  • JSON Formatter
  • cURL to Code
  • Token Counter
  • All Tools

© 2026 Scavio. All rights reserved.

Featured on TAAFT
Terms of ServicePrivacy Policy