What problem does it solve?
Enable fast, human-friendly or machine-readable place lookup without writing direct API calls by using an opinionated CLI that wraps the Google Places (New) API. It removes the friction of constructing requests, handling pagination, and formatting results so you can focus on using location data in scripts, tools, or for manual inspection.
Core Features & Use Cases
- Text Search & Biasing: Perform text searches with options for lat/lng bias, radius, open-now, and minimum rating to find relevant places.
- Resolve & Details: Resolve ambiguous place names to candidate places and fetch detailed place information and reviews for enrichment or display.
- Scriptable JSON Output: Produce JSON output for programmatic consumption, or use the default human-readable output for interactive exploration.
- Pagination & Reliability: Follow API pagination via page tokens and handle repeated queries for gathering multiple pages of results.
- Use Case: Quickly build a script to discover top-rated nearby restaurants, enrich a contact database with place details, or aggregate user reviews for sentiment analysis.
Quick Start
Use the goplaces skill to search for top-rated nearby coffee shops and return the results as JSON.