fetch_maps_place
Provide a Google Maps place link to download its full business metadata (name, phone, hours, rating) and all gallery photos/videos at maximum resolution. Outputs organized files and a JSON summary.
Instructions
Fetch a Google Maps place by link (maps.app.goo.gl/... or full google.com/maps URL). Downloads gallery media at max resolution plus business metadata (name, phone, website, rating, address, plus code, hours, coordinates).
Args: url: Google Maps place link (single place only, not search links). output_dir: optional root directory (default: /mnt/d/Projects/maps-data-fetcher/places). A per-place subfolder is created with photos/, videos/, info_pw.json, contact_sheet.jpg. include: "all" (default) | "info" (metadata only, fast) | "photos" | "videos" | "media" (photos+videos). meta_only: deprecated alias for include="info".
Returns JSON summary: place data, media counts, output paths. Typical run: info ~20-40s, full fetch 60-220s.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| include | No | all | |
| meta_only | No | ||
| output_dir | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |