Google Maps
Scrape public Google Maps places and reviews
What it does
Pulls public Google Maps data — business listings and review feeds — and returns structured results you can read in chat or in the playground output panel.
How it works
Google Maps is a native connector. No Google account is required. AINexLayer reads public place and review pages.
- Chat — describe a location, business type, or place URL. The agent runs the Google Maps scraper automatically.
- API Playground — open API Playground → Google Maps, pick a verb, fill in the form, and click Run.
Use in API Playground
Scrape places
- Open API Playground → Google Maps → Scrape
- Add at least one input:
- Search queries — e.g.
coffee shops - URLs — a place page or search-results URL
- Place IDs — known Google place IDs (
ChIJ…)
- Search queries — e.g.
- Optional: set Location to scope a search (e.g.
Amsterdam, Netherlands) - Set Max places to 10 for a first run
- Optional: enable Include details for opening hours and extra contact info (slower)
- Click Run
Fetch reviews
- Open API Playground → Google Maps → Reviews
- Add URLs or Place IDs
- Set Max reviews to 10–20 for a first run
- Optional: set Sort by (
newest,mostRelevant,highestRanking,lowestRanking) or Start date - Click Run
Useful options
| Option | What it does |
|---|---|
| Include details | Fetch full detail page per place (hours, popular times) |
| Max reviews (scrape) | Attach reviews to each place during scrape |
| Max images | Attach photos to each place |
| Language | Result or review language code |
| Sort by (reviews) | Order reviews by date or rating |
What you get back
Scrape returns place items with name, address, category, phone, website, rating, review count, coordinates, and opening hours. Reviews returns review items with author, text, star rating, like count, owner response, and timestamps.
Scrape is billed per place returned, plus per attached review when Max reviews is above zero. The reviews verb is billed per review. Prices are shown on the Google Maps card in API Playground.
