Google Maps ๐บ๏ธ Shared List ๐ Scraper
Pricing
from $13.00 / 1,000 results
Google Maps ๐บ๏ธ Shared List ๐ Scraper
Extract complete place data from Google Maps shared lists instantly. Get names, addresses, ratings, phone numbers, websites, photos, and business hours. Optional AI-powered travel recommendations with visit scores. Export to CSV or JSON. Process 30+ places per minute.
Pricing
from $13.00 / 1,000 results
Rating
5.0
(3)
Developer
ParseForge
Actor stats
3
Bookmarked
139
Total users
12
Monthly active users
1.9 hours
Issues response
a day ago
Last modified
Categories
Share

๐ Google Maps Shared List Scraper
๐ Turn any Google Maps shared list into a structured dataset. Paste short links like
maps.app.goo.gl/..., extract 40+ fields per place, pull emails from websites, photos, full weekly hours, and top reviews. No API key, no OAuth, no scraping pipeline to maintain.
๐ Last updated: 2026-04-23 ยท ๐ 40+ fields ยท ๐ง Email extraction ยท ๐ท Photos ยท ๐ Hours ยท โญ Reviews ยท ๐ซ No auth required
๐ Paid plan adds
| ๐ง Website emails | ๐ Full hours | ๐ท Photo gallery | โญ Review snippets |
The Google Maps Shared List Scraper resolves shared maps.app.goo.gl URLs, parses the underlying list payload, and enriches every place with full Google Maps detail data. You get names, categories, addresses, coordinates, phone numbers, websites, ratings, photos, weekly hours, accessibility attributes, and on paid plans, emails scraped from the place website plus the top 10 reviews.
Shared Google Maps lists are the way people bookmark restaurants, hotels, cafes, and travel spots. They are trivial to build and share, but Google offers no export button, no public API, and no bulk lookup. This Actor closes that gap. Paste one URL or one hundred, get a clean CSV or JSON, and move on.
| ๐ฏ Target Audience | ๐ก Primary Use Cases |
|---|---|
| Travel planners, food bloggers, sales teams, market researchers, real-estate analysts, agencies, relocation consultants | Trip itineraries, lead lists from curated city guides, competitor mapping, venue outreach campaigns, dataset building, content syndication |
๐ What the Google Maps Shared List Scraper does
One compact workflow turns a shared list link into a structured dataset:
- ๐ Short link resolver. Expands
maps.app.goo.gl/...and longgoogle.com/maps/@.../data=...URLs. - ๐ List parser. Reads place IDs, CIDs, coordinates, and list metadata directly from the shared payload.
- ๐ Place enricher. Fetches the full Google Maps detail record for every place in parallel.
- ๐งน Deduplicator. Merges the same place across multiple lists and preserves every source list reference.
- ๐ง Email extraction. Visits the place website and pulls publicly listed contact emails (paid plan).
- โญ Review collector. Captures the top 10 visible reviews with author, rating, text, and date (paid plan).
- ๐ท Photo gallery. Full photo set per place including the owner-submitted hero image (paid plan).
- ๐ Weekly hours. Seven-day opening schedule plus current open/closed status (paid plan).
Each output row carries an imageUrl, a Google Maps URL, latitude, longitude, plus code, timezone, category hierarchy, accessibility flags, and source list tracking so you always know where a place came from.
๐ก Why it matters: a curated Google Maps list is the closest thing to a vetted recommendation. Turning that recommendation into a workable spreadsheet or CRM import used to mean copy-paste or custom scraping. This Actor makes the whole list downloadable in one click.
๐ฌ Full Demo
๐ง Coming soon: a 3-minute walkthrough showing how to go from a pasted shared link to a downloaded dataset with emails and reviews.
โ๏ธ Input
| Input | Type | Default | Behavior |
|---|---|---|---|
listUrls | string[] | required | One or more shared list URLs. Accepts maps.app.goo.gl/... short links and full google.com/maps/... URLs. |
maxPlacesPerList | integer | 100 | Cap on places extracted from each list. Free plan capped at 10, paid plan up to 500. |
enableAIEnrichment | boolean | false | Adds travel-recommendation scores, best-for tags, and fills missing websites when enabled. |
openRouterApiKey | string | null | Required only when enableAIEnrichment is on. Stored as a secret. |
outputFormat | string | "csv" | Key-value store export. "csv" or "json". Dataset is always available as CSV, Excel, JSON, or XML. |
maxConcurrency | integer | 5 | Parallel detail requests. Range 1 to 10. |
proxyConfiguration | object | residential | Uses Apify residential proxy by default. Override if you need a specific group. |
Example: a single Tokyo food list.
{"listUrls": ["https://maps.app.goo.gl/MMjvFNWpUTjiupHc9"],"maxPlacesPerList": 100,"outputFormat": "csv"}
Example: merge three city guides into one deduplicated dataset.
{"listUrls": ["https://maps.app.goo.gl/MMjvFNWpUTjiupHc9","https://maps.app.goo.gl/abc123xyz","https://maps.app.goo.gl/def456uvw"],"maxPlacesPerList": 200,"maxConcurrency": 8,"outputFormat": "json"}
โ ๏ธ Good to Know: the list itself must be shared publicly. Private lists and lists shared only with a specific Google account cannot be read. Emails, full hours, photo galleries, and reviews are paid-plan fields. Free runs return the core 20 fields for up to 10 places per list.
๐ Output
Each place record carries 40+ fields covering identity, location, contact, ratings, media, hours, attributes, and source tracking. Download as CSV, Excel, JSON, or XML.
๐งพ Schema
| Field | Type | Example |
|---|---|---|
๐ท heroPhotoUrl | string | null | "https://lh5.googleusercontent.com/.../photo.jpg" |
๐ท๏ธ name | string | "BONGEN COFFEE Tokyo Ginza" |
๐๏ธ category | string | "Coffee shop" |
๐๏ธ categories | string[] | ["Coffee shop", "Cafe", "Coffee roastery"] |
๐ address | string | "BONGENCOFFEE Ginza, 2 Chome-16-3 Ginza, Chuo City, Tokyo 104-0061, Japan" |
๐๏ธ city | string | "Chuo City" |
๐ country | string | "Japan" |
๐ณ๏ธ countryCode | string | "JP" |
๐บ๏ธ state | string | "Tokyo" |
๐๏ธ neighborhood | string | "Chuo City" |
๐ฎ postalCode | string | "104-0061" |
๐ latitude | number | 35.6710713 |
๐ longitude | number | 139.7708038 |
๐ plusCode | string | "8Q7XMQCC+C8" |
๐ฐ๏ธ timezone | string | "Asia/Tokyo" |
โญ rating | number | null | 4.4 |
๐ฌ reviewCount | integer | null | 1284 |
๐ฒ priceLevel | string | null | "$$" |
๐ phone | string | null | "+81 3-6264-3988" |
๐ website | string | null | "https://bongen-shirafushi-coffee.com/" |
๐ websiteDomain | string | null | "bongen-shirafushi-coffee.com" |
๐ง emails | string[] | ["hello@bongen.jp"] (paid) |
๐ description | string | null | "Specialty pour-over coffee in Ginza." |
๐ currentStatus | string | null | "Closed ยท Opens 10 AM" |
๐ isOpen | boolean | null | false |
๐ businessHours | array | 7-day schedule (paid) |
โฟ attributes | object | { "wheelchairAccessibleEntrance": false } |
๐ช permanentlyClosed | boolean | false |
๐ท photos | string[] | photo gallery (paid) |
โญ reviews | array | top 10 reviews (paid) |
๐ placeId | string | "11gdkpshx0" |
๐ cid | string | "0x60188be05b6d603f:..." |
๐ sourceLists | string[] | ["https://maps.app.goo.gl/MMjvFNWpUTjiupHc9"] |
๐ sourceListNames | string[] | ["Tokyo"] |
๐ url | string | "https://www.google.com/maps/search/?api=1&query=..." |
๐ scrapedAt | ISO 8601 | "2026-04-21T17:29:32.844Z" |
๐ฆ Sample records
โจ Why choose this Actor
| Capability | |
|---|---|
| ๐ | Short link support. Paste maps.app.goo.gl/... directly. No manual URL cleanup, no need to resolve the redirect yourself. |
| ๐ | Multi-list deduplication. Run three city guides in one job. Same place across multiple lists is merged and both source lists are preserved on the record. |
| ๐ง | Email extraction from websites. Paid plan visits the business website and pulls publicly listed contact emails, ideal for outreach lists. |
| โญ | Top 10 reviews. Paid plan captures author, rating, text, and published date for sentiment analysis and QA screening. |
| ๐ | Full weekly hours. Seven-day opening schedule per place, not just the current open/closed tag. |
| ๐ท | Full photo gallery. Owner-submitted hero image plus the full photo set, linkable and embeddable. |
| ๐ซ | No Google account, no API key. Works entirely off public shared list data. No OAuth, no quota ceiling. |
๐ A curated Google Maps list represents hours of human vetting. Exporting it into a CRM or spreadsheet turns that trust signal into a repeatable asset.
๐ How it compares to alternatives
| Approach | Cost | Coverage | Refresh | Filters | Setup |
|---|---|---|---|---|---|
| โญ Google Maps Shared List Scraper (this Actor) | $5 free credit, then pay-per-use | Any public shared list | Live per run | Per-list cap, concurrency, AI enrichment | โก 2 min |
| Google Places API | $17 per 1,000 Place Details calls | Full Google Maps | On-demand | Heavy quota management | ๐ข Days (OAuth + billing setup) |
| Manual copy-paste from the list | Free | Tiny | Never | None | ๐ Hours per list |
| Generic Google Maps scraper | Varies | Full search results | Per run | Query-based, not list-based | โณ Does not read shared lists |
| Browser-extension exporters | Free to $5 | Visible rows only | Manual | None | ๐ Install + per-browser limits |
| Custom script | Your dev time | Depends | Depends | Depends | ๐ข Days to weeks |
Pick this Actor when the source of truth is already a shared list and you want the whole thing downloaded in one click.
๐ How to use
- ๐ Sign up. Create a free account with $5 credit (takes 2 minutes).
- ๐ Open the Actor. Go to the Google Maps Shared List Scraper page on the Apify Store.
- ๐ฏ Paste list URLs. Drop one or more
maps.app.goo.gl/...links into the input form. - ๐ Run it. Click Start and let the Actor resolve, parse, and enrich every place.
- ๐ฅ Download. Grab your results in the Dataset tab as CSV, Excel, JSON, or XML.
โฑ๏ธ Total time from signup to downloaded dataset: 3-5 minutes. No coding required.
๐ผ Business use cases
๐ Beyond business use cases
Data like this powers more than commercial workflows. The same structured records support research, education, civic projects, and personal initiatives.
๐ Automating Google Maps Shared List Scraper
Control the scraper programmatically for scheduled runs and pipeline integrations:
- ๐ข Node.js. Install the
apify-clientNPM package. - ๐ Python. Use the
apify-clientPyPI package. - ๐ See the Apify API documentation for full details.
The Apify Schedules feature lets you trigger this Actor on any cron interval. Daily or weekly refreshes keep downstream CRMs and content databases in sync with the source list.
๐ค Ask an AI assistant about this scraper
Open a ready-to-send prompt about this ParseForge actor in the AI of your choice:
- ๐ฌ ChatGPT
- ๐ง Claude
- ๐ Perplexity
- ๐ Copilot
โ Frequently Asked Questions
๐งฉ How does it work?
Paste one or more shared list URLs. The Actor expands any maps.app.goo.gl/... short link, reads the underlying list payload (place IDs and coordinates), and fetches the full Google Maps detail record for every place in parallel. Results are deduplicated across lists and returned as a structured dataset.
๐ Which URL formats are supported?
Short links in the form https://maps.app.goo.gl/... and full list URLs in the form https://www.google.com/maps/@.../data=.... Anything you can share from the Google Maps app or website should resolve.
๐ Does the list have to be public?
Yes. Only lists shared publicly (anyone with the link) can be read. Lists shared privately with specific Google accounts are not accessible.
๐ง How does email extraction work?
On paid plans, the Actor visits the place website and pulls any publicly listed contact email from the homepage and common contact pages. Only publicly exposed addresses are captured.
โญ Can I get reviews?
Yes, on paid plans. The Actor returns the top 10 visible reviews per place with author name, star rating, text, and published date.
๐ Do I get weekly business hours?
Yes, on paid plans. The full 7-day schedule is returned in the businessHours array. Free plans still see the currentStatus field (for example, Closed ยท Opens 10 AM).
๐ What if the same place appears in multiple lists?
The Actor deduplicates automatically. The merged record keeps every originating list in the sourceLists and sourceListNames arrays so you know which lists contributed.
๐ Do I need a Google API key?
No. The Actor works entirely off public list data and public Google Maps pages. No Google Cloud project, no OAuth, no billing setup.
โฐ Can I schedule regular runs?
Yes. Use Apify Schedules to re-run this Actor on any cron interval (hourly, daily, weekly) and keep a downstream CRM or spreadsheet in sync with the source list.
๐ณ Do I need a paid Apify plan?
No. The free plan is enough for testing (10 places per list). A paid plan adds emails, reviews, full hours, full photo galleries, and lifts the per-list cap to 500 places.
๐ What happens if a run fails?
Apify retries transient errors automatically. If a run still fails, inspect the log in the Runs tab, adjust the input, and re-run. Partial datasets from failed runs are preserved.
๐ What if I need help?
Our support team is here to help. Contact us through the Apify platform or use the Tally form linked below.
๐ Integrate with any app
Google Maps Shared List Scraper connects to any cloud service via Apify integrations:
- Make - Automate multi-step workflows
- Zapier - Connect with 5,000+ apps
- Slack - Get run notifications in your channels
- Airbyte - Pipe place data into your warehouse
- GitHub - Trigger runs from commits and releases
- Google Drive - Export datasets straight to Sheets
You can also use webhooks to trigger downstream actions when a run finishes. Push fresh place data into your product backend, or alert your team in Slack.
๐ Recommended Actors
- ๐ผ Google Jobs Scraper - Extract job postings aggregated from Google Jobs
- ๐ฑ Google Play Store Scraper - App metadata, ratings, and reviews from Google Play
- ๐ฐ Google News Scraper - Structured news articles from Google News
- ๐ฃ Google Ads Scraper - Ad creatives and advertiser data from the Google Ads transparency library
- ๐จ TripAdvisor Reviews Scraper - Hotel, restaurant, and attraction reviews from TripAdvisor
๐ก Pro Tip: browse the complete ParseForge collection for more location-data scrapers.
๐ Need Help? Open our contact form to request a new scraper, propose a custom data project, or report an issue.
โ ๏ธ Disclaimer: this Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by Google LLC. Google, Google Maps, and related marks are trademarks of Google LLC. Only publicly accessible data from shared Google Maps lists is collected. Use responsibly and in line with applicable law and the terms of the services you consume.