Exhaustive Google Places search using grid-based scanning. Finds ALL places, not just what Google surfaces.
**Find the hidden gems Google doesn't surface.**
Binary: `~/projects/spots/spots` or `go install github.com/foeken/spots@latest`
```bash
spots "Arnhem Centrum" -r 800 -q "breakfast,brunch" --min-rating 4
spots -c 51.9817,5.9093 -r 500 -q "coffee"
spots reviews "Koffiebar FRENKIE"
spots "Amsterdam De Pijp" -r 600 -o map --out breakfast.html
spots setup
```
| Flag | Description | Default |
|------|-------------|---------|
| `-c, --coords` | lat,lng directly | - |
| `-r, --radius` | meters | 500 |
| `-q, --query` | search terms | breakfast,brunch,ontbijt,café,bakkerij |
| `--min-rating` | 1-5 | - |
| `--min-reviews` | count | - |
| `--open-now` | only open | false |
| `-o, --output` | json/csv/map | json |
Needs Google API key with Places API + Geocoding API enabled.
```bash
spots setup # full instructions
export GOOGLE_PLACES_API_KEY="..."
```
Key stored in 1Password: `op://Echo/Google API Key/credential`
https://github.com/foeken/spots
Leave a review
No reviews yet. Be the first to review this skill!