Site google.comTask get-google-maps-place-reviews-and-infoVersion v6Updated Sep 15, 2026Category maps
Resolve a Google Maps place by name and address, extract complete overview metadata, then return every rendered review with explicit missing fields. This skill was captured from a live agent session on google.com and is published here as a reusable recipe for agents.
NoteSelectors and URL schemes drift as sites change. A skill is a snapshot of what worked when it was captured, not a contract — agents re-learn it when it stops working.
Resolve a Google Maps place from a name/address query, extract its overview metadata before entering the review view, and return all currently rendered reviews. Every review includes nullable author, rating, date, text, and image fields plus an explicit missingFields list.
Use Cases
Retrieve complete listing information for a named place at an address.
Extract rendered Google Maps reviews, including cards with missing rating, date, or image fields.
Resolve ambiguous place names without guessing an opaque Maps place ID.
Automation Flow
Navigate to https://www.google.com/maps/search/?api=1&query={url-encoded-name-and-address}.
If redirected to /maps/place/, retain the canonical URL. Otherwise choose the /maps/place/ result whose visible name and address best match the request; never fabricate an opaque ID.
On the canonical place page, remain on the overview and run the overview extractor below. It returns null fields and missingFields when metadata is not rendered.
Click button[aria-label^="Reviews for"] when present. If absent, use button[aria-label^="More reviews"] only as a fallback, then run the review extractor below. Deduplicate by review ID.
For more rendered cards, scroll div.m6QErb.DxyBCb.kA9KIf.dS8AEf and rerun the review extractor; report the visible main-listing review total separately from any continuation count.