Google Maps Local Business Search by Place Name (x402atlas) is a paid API for AI agents from places.use.x402atlas.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).
Searches Google Maps for local businesses or places using a free-text query and a human-readable location string, returning ranked results as clean JSON.
Google Maps local business search by place name — find places by query and a free-text location (e.g. 'Austin, Texas'), no coordinates needed; returns Google's local-pack results as clean JSON.
Returns a JSON object with the original query string, a timestamp, and an array of ranked local business results. Each result includes the business title, address, rating, review count, price level, place_id, GPS coordinates (latitude/longitude), opening hours, service options (dine-in/takeout/delivery flags), and position rank in the local pack.
GEThttps://places.use.x402atlas.com/searchUse this endpoint when you need to search for local businesses or places using a natural-language location string (like 'Austin, Texas') rather than coordinates. It is ideal when the user specifies a city, neighborhood, or region by name and you want Google Maps local-pack results. Prefer the coordinate-based sibling endpoint when you already have lat/lng bounds, or DuckDuckGo Maps endpoint when you want Apple Maps/Tripadvisor data instead. Use the place details endpoint afterward to retrieve full profiles for specific place_ids.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"query": "coffee",
"results": [
{
"type": "Coffee shop",
"title": "Blue Bottle Coffee",
"rating": 4.5,
"address": "1 Rockefeller Plaza, New York, NY",
"reviews": 812,
"place_id": "ChIJN1t_tDeuEmsRUsoyG83frY4",
"position": 1
}
],
"queried_at": "2026-07-10T12:00:00Z"
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"