goplaces

Search Google Places and fetch place details as JSON from the command line.

Updated Jan 31, 2026
One-click install
npx skills add https://github.com/zyj18860969891-byte/openclaw-railway --skill goplaces-zyj18860969891-byte
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: goplaces
Source: https://github.com/zyj18860969891-byte/openclaw-railway/tree/main/skills/goplaces
Command: npx skills add https://github.com/zyj18860969891-byte/openclaw-railway --skill goplaces-zyj18860969891-byte

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

goplaces provides a fast, CLI-based interface to search Google Places data and fetch place details in human-friendly text or JSON, helping users quickly locate venues and pull structured results.

Core Features & Use Cases

  • Text search for places with optional filters (open now, rating, distance)
  • Resolve and fetch details, including reviews, with JSON output for scripts
  • Quick data extraction for reports or dashboards

Quick Start

Run a search for nearby places using goplaces and export 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 search Google Places data from the command line?

You can retrieve Google Places data from the command line by using a CLI tool that executes search, resolve, and details commands, returning human-friendly text or JSON outputs for quick place lookups.

Can I get structured JSON output for Google Places reviews in my scripts?

Yes, you can get structured JSON output for Google Places reviews by executing resolve and details commands, allowing you to extract structured data directly into automated workflows or dashboards.

Do I need an API key to fetch Google Places details via CLI?

Yes, you need an API key to fetch Google Places details via CLI, specifically requiring a valid GOOGLE_PLACES_API_KEY environment variable to authenticate your search and resolve requests.

What is the best way to filter Google Places CLI searches by rating or distance?

The best way to filter Google Places CLI searches is by applying optional parameters like open now status, rating thresholds, and distance limits directly within your text search command.

How does a CLI tool for Google Places compare to using the API directly?

A CLI tool for Google Places wraps the API into simple commands for quick terminal lookups and scripted workflows, whereas using the API directly requires managing custom HTTP requests and parsing raw responses.

Can I use command line scripts to automate Google Places data extraction for reports?

Yes, you can use command line scripts to automate Google Places data extraction for reports by running text searches with JSON formatting, enabling quick data pipeline integration for dashboards.