goplaces

Query Google Places data from the command line with text search, details, and reviews.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/x402agent/NanoSolana --skill goplaces-x402agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: goplaces
Source: https://github.com/x402agent/NanoSolana/tree/main/skills/goplaces
Command: npx skills add https://github.com/x402agent/NanoSolana --skill goplaces-x402agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables fast, CLI-based access to Google Places data, letting you perform searches and retrieve details or reviews without opening a browser.

Core Features & Use Cases

  • Search: quickly find places by keyword and filter by openness, rating, or distance.
  • Details & Reviews: fetch detailed info and user reviews for any place.
  • JSON-friendly Output: option to emit machine-readable JSON for scripting and automation.

Quick Start

Run goplaces search "coffee" to return matching places with human-readable output or JSON for scripts.

Frequently Asked Questions about goplaces

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query Google Places data from the command line?

You can query Google Places data from the command line using the goplaces CLI to perform text searches, fetch place details, and retrieve reviews without opening a browser. It requires setting the GOOGLE_PLACES_API_KEY environment variable.

How do I get structured JSON output from Google Places searches for scripting?

You can get structured JSON output from Google Places searches by configuring the goplaces CLI to emit machine-readable JSON. This allows you to easily integrate the fetched place details and reviews into your custom automation scripts.

Can I filter Google Places CLI search results by rating or distance?

Yes, you can filter Google Places CLI search results by openness, rating, or distance. This allows you to quickly find specific places by keyword and narrow down the returned results based on your current requirements.

What do I need to install to search for places using a CLI?

To search for places using a CLI, you need to install the goplaces tool via Homebrew and provide a valid Google Places API key. You can also optionally set the GOOGLE_PLACES_BASE_URL variable for testing or proxy routing.

What is the best way to fetch user reviews for a location without a browser?

The best way to fetch user reviews for a location without a browser is using the goplaces CLI. It directly retrieves detailed information and user reviews for any queried place and outputs the data in either human-readable text or structured JSON.