goplaces

Search Google Places via CLI for text results, details, and reviews.

202|36|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/adoresever/AGI_Ananas --skill goplaces-adoresever
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: goplaces
Source: https://github.com/adoresever/AGI_Ananas/tree/main/26.2.21openclaw-viking/skills/goplaces
Command: npx skills add https://github.com/adoresever/AGI_Ananas --skill goplaces-adoresever

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This CLI provides a simple way to search Google Places, fetch place details, and read reviews without manual API calls.

Core Features & Use Cases

  • Text search: query places by keyword with optional location bias and radius, returning human-friendly results.
  • Details & reviews: fetch place details and associated reviews for a specific place_id.
  • JSON output: emit JSON for scripting and automation needs.

Quick Start

Run a search for 'coffee' and display the results in a human-friendly format.

Frequently Asked Questions about goplaces

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

FAQPage Schema
How do I search Google Places and fetch reviews via command line?

You can search Google Places and fetch reviews via command line using the goplaces CLI, which retrieves text search results, place details, and reviews with a GOOGLE_PLACES_API_KEY environment variable.

Can I get JSON output from Google Places text searches for scripting automation?

Yes, you can get JSON output from Google Places text searches for scripting automation. The CLI supports emitting JSON data instead of human-friendly formats, enabling seamless integration into travel planning and market research workflows.

Do I need an API key to use the Google Places CLI?

Yes, you need an API key to use the Google Places CLI. You must set the GOOGLE_PLACES_API_KEY environment variable to authenticate text search, place details, and reviews requests.

What is the best way to retrieve place details for a specific location ID?

The best way to retrieve place details for a specific location ID is using the goplaces binary, which fetches comprehensive place details and associated reviews for a specific place_id through the Google Places API.

Does the Google Places CLI support location bias and radius for keyword searches?

Yes, the Google Places CLI supports location bias and radius for keyword searches. You can query places by keyword with optional location bias and radius parameters, returning human-friendly results for location discovery.

How to install the goplaces binary for location discovery tasks?

To install the goplaces binary for location discovery tasks, use Homebrew. The installation provides the goplaces binary, which enables text search, place details retrieval, and reviews fetching via the command line.