goplaces
Modern Google Places API (New) CLI. Human output by default, --json for scripts.
Setup
- •Export
GOOGLE_PLACES_API_KEYin the container environment.
Common commands
bash
goplaces search "coffee" --open-now --min-rating 4 --limit 5 goplaces search "pizza" --lat 40.8 --lng -73.9 --radius-m 3000 goplaces resolve "Soho, London" --limit 5 goplaces details <place_id> --reviews goplaces search "sushi" --json
Notes
- •Places API usage is billed; set quotas and alerts in Google Cloud.
- •Use
--jsonfor stable, machine-readable output.