goplaces

Retrieve Google Places data via the goplaces CLI with text search, details, and reviews.

1|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/pertain99/openclaw-better --skill goplaces-pertain99
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: goplaces
Source: https://github.com/pertain99/openclaw-better/tree/main/skills/goplaces
Command: npx skills add https://github.com/pertain99/openclaw-better --skill goplaces-pertain99

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When you need location data quickly, this skill provides a CLI-driven way to query Google Places and retrieve results without leaving your workflow.

Core Features & Use Cases

  • Text search to find places by name or query.
  • Fetch place details and user reviews for a given place_id or location.
  • JSON output for scripting and automation, or human-readable text for quick lookups.

Quick Start

Use goplaces to search for "coffee near me" and return the results in JSON.

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 via a CLI for quick lookups?

Query Google Places data via a CLI by using the goplaces binary to execute text searches, retrieve place details, and extract user reviews for geographic entities. It outputs human-readable text by default or JSON for scripting.

What do I need to retrieve Google Places details and reviews?

To retrieve Google Places details and reviews, you need a Google Places API key and the goplaces binary installed. These prerequisites enable text search, place resolution, and data extraction across regions.

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

Yes, you can get JSON output from Google Places searches for automation. The goplaces CLI supports JSON output specifically for scripting workflows, while defaulting to human-friendly text for quick manual lookups.

What is the best way to extract Google Places reviews without leaving my workflow?

The best way to extract Google Places reviews without leaving your workflow is using a CLI tool like goplaces. It fetches user reviews for a given place_id directly from your terminal, streamlining location data retrieval.

Does goplaces support text search to find specific geographic entities?

Yes, goplaces supports text search to find specific geographic entities by name or query. This allows you to quickly locate places and fetch their corresponding details and reviews.

Are there limitations when using a CLI for Google Places data extraction?

Limitations of using a CLI for Google Places data extraction include the strict requirement of a valid Google Places API key and the goplaces binary. Output formats are restricted to human-readable text or JSON for scripting.