Loading...
Loading...
Scrape lokasi dari Google Maps — coffee shop, restoran, tempat wisata. Trigger: 'scrape google maps', 'cari coffee shop', 'cari tempat makan'
npx skill4agent add bungkust/bungkust-skills google-maps-scraperpip install playwright
python -m playwright install chromiumsudo apt install -y libnss3 libatk-bridge2.0-0 libdrm2 libxkbcommon0 libgbm1 libasound2python gmaps_scraper.py "coffee shop" "Yogyakarta" --max 20
python gmaps_scraper.py "restoran" "Jakarta Selatan" --max 10 -o hasil.csv
python gmaps_scraper.py "tempat wisata" "Bali" --max 15"Cari coffee shop di Jogja dari Google Maps"
"Scrape restoran di Jakarta Selatan rating >4.5"
"Tempat wisata di Bali yang buka 24 jam"| Arg | Default | Description |
|---|---|---|
| required | Search query (e.g. "coffee shop") |
| required | Location (e.g. "Yogyakarta") |
| 50 | Max results |
| auto | Output CSV path |
| True | Run without browser UI |
| - | Show browser (debug) |
| 1.5 | Scroll delay (seconds) |
| Field | Contoh |
|---|---|
| Name | Kopi Kultur |
| Rating | 4.8 |
| Reviews | 1234 |
| Price_range | Rp 25–50 rb |
| Category | Kedai Kopi |
| Address | Jl. Kaliurang KM 5 |
| Phone | 0812-xxxx-xxxx |
| Website | kopikultur.com |
| Hours | Buka · Tutup pukul 22.00 |
| Problem | Fix |
|---|---|
| |
| |
| Google Maps loading lambat, coba tambah timeout atau cek network |
| Coba query yang lebih spesifik |
| Google Maps pakai |
| Auto-retry dengan coordinate URL + search box fallback |
a[class*="hfpxzc"]buttonaget_listing_cards()is_detail_page()get_card_links()extract_from_detail()extract_listings_click()--max