Google Maps Platform · Arazzo Workflow
Google Maps Search for a Place and Assemble a Place Card
Version 1.0.0
Text search for a place, read its full details, then fetch a photo URI for rendering.
View Spec
View on GitHub
EnvironmentGeocodingGeolocationMapsNavigationPlacesRoutingSolarArazzoWorkflows
Provider
Workflows
place-search-to-photo
Go from a natural-language query to a detailed place plus a renderable photo URI.
Searches places by text, confirms a candidate came back, enriches it through Place Details, and resolves one of its photos into a short-lived URI.
1
searchByText
Search for places matching the natural-language query, ranked by relevance and filtered to places currently open at or above the minimum rating.
2
readPlaceDetails
Read the full record for the top candidate. This is where the fields a cost-conscious search mask omitted - opening hours, website, editorial summary, full photo list - are actually paid for and returned.
3
fetchPlacePhoto
Resolve a photo into a short-lived URI. skipHttpRedirect is set so the response is a JSON body carrying photoUri rather than a redirect to image bytes, which lets a caller cache or proxy the image itself.
Source API Descriptions
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.