Search Google Maps: pay per use, no API key
Use SerpApi from Claude, Claude Code, Cursor, ChatGPT, and other agents through one Cralo balance.
Return Google Maps places with addresses, ratings, and coordinates through SerpApi.
Price and execution
- Price
- $0.03
- Pricing model
- Fixed price per successful call
- Execution class
- fast
Limits
No additional limits are published for this tool.
Parameters
Fields serp.maps accepts as JSON input.
limitintegerOptionalMaximum number of records to return.
querystringRequiredGoogle maps search query.
countrystringOptionalTwo-letter country code for the Google result market.
languagestringOptionalTwo-letter language code for Google results.
locationstringOptionalGeographic location used to localize results, such as `Austin, Texas`.
Raw input JSON Schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"limit": {
"type": "integer",
"default": 10,
"maximum": 100,
"minimum": 1,
"description": "Maximum number of records to return."
},
"query": {
"type": "string",
"maxLength": 1000,
"minLength": 1,
"description": "Google maps search query."
},
"country": {
"type": "string",
"default": "us",
"pattern": "^[A-Za-z]{2}quot;,
"description": "Two-letter country code for the Google result market."
},
"language": {
"type": "string",
"default": "en",
"pattern": "^[A-Za-z]{2}quot;,
"description": "Two-letter language code for Google results."
},
"location": {
"type": "string",
"maxLength": 255,
"minLength": 1,
"description": "Geographic location used to localize results, such as `Austin, Texas`."
}
},
"additionalProperties": false
}Returns
Fields a successful serp.maps call returns.
querystringRequiredresultsarray of objectRequireddatestring | nullRequiredlinkstring | nullRequiredpricestring | nullRequiredtitlestringRequiredratingnumber | nullRequiredsourcestring | nullRequiredaddressstring | nullRequiredsnippetstring | nullRequiredlatitudenumber | nullRequiredpositionnumberRequiredlongitudenumber | nullRequiredthumbnailstring | nullRequired
vertical"maps"Requiredsearch_idstringRequiredretrieved_atstring (date-time)Required
Raw output JSON Schema
{
"type": "object",
"required": [
"query",
"vertical",
"results",
"search_id",
"retrieved_at"
],
"properties": {
"query": {
"type": "string"
},
"results": {
"type": "array",
"items": {
"type": "object",
"required": [
"position",
"title",
"link",
"source",
"snippet",
"thumbnail",
"date",
"price",
"rating",
"address",
"latitude",
"longitude"
],
"properties": {
"date": {
"type": [
"string",
"null"
]
},
"link": {
"type": [
"string",
"null"
],
"format": "uri"
},
"price": {
"type": [
"string",
"null"
]
},
"title": {
"type": "string"
},
"rating": {
"type": [
"number",
"null"
],
"minimum": 0
},
"source": {
"type": [
"string",
"null"
]
},
"address": {
"type": [
"string",
"null"
]
},
"snippet": {
"type": [
"string",
"null"
]
},
"latitude": {
"type": [
"number",
"null"
]
},
"position": {
"type": "number",
"minimum": 0
},
"longitude": {
"type": [
"number",
"null"
]
},
"thumbnail": {
"type": [
"string",
"null"
],
"format": "uri"
}
},
"additionalProperties": false
},
"maxItems": 100
},
"vertical": {
"const": "maps"
},
"search_id": {
"type": "string"
},
"retrieved_at": {
"type": "string",
"format": "date-time"
}
},
"additionalProperties": false
}Run this tool
Copy this instruction to your agent to set up Cralo and call this tool with the example input.
Set up Cralo by following https://cralo.ai/SKILL.md, then call the serp.maps tool with this input: {"query":"coffee shops","country":"us","language":"en","location":"San Francisco, California, United States"}Safety notes
- Side Effect
- read_only
- Public Sources Only
- Yes
How this compares to using SerpApi directly
You do not need a separate SerpApi account or subscription for this call. Cralo uses one prepaid balance across all tools and shows the per-call price before you run the command.
Related tools
[Browse all tools]- $0.03Search GoogleReturn normalized organic Google results and direct answers through SerpApi.SerpApi
serp.googleInstant - $0.03Search Google ImagesReturn Google Images results with source links and thumbnails through SerpApi.SerpApi
serp.imagesInstant - $0.03Search Google NewsReturn current Google News stories, sources, dates, and snippets through SerpApi.SerpApi
serp.newsInstant - $0.03Search Google ShoppingReturn Google Shopping products with prices, ratings, and product links through SerpApi.SerpApi
serp.shoppingInstant - $0.03Get Google Trends interestReturn Google Trends interest over time, interest by region, and related queries through SerpApi.SerpApi
serp.trendsInstant