goplaces

Retrieve Google Places search results, details, and reviews via CLI.

2|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/AG064/argentum --skill goplaces-ag064
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: goplaces
Source: https://github.com/AG064/argentum/tree/main/skills/goplaces
Command: npx skills add https://github.com/AG064/argentum --skill goplaces-ag064

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables quick, human-friendly lookup of places using the Google Places API from the command line, returning human-readable output by default or JSON for scripting workflows.

Core Features & Use Cases

  • Text search to find places by keyword.
  • Details & reviews for a given place_id.
  • JSON output suitable for automation and data pipelines.

Quick Start

Install and configure the goplaces CLI, then run a search for "coffee" to retrieve nearby options.

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 via CLI and get JSON output?

You can query Google Places via CLI by installing the goplaces tool and configuring your API key. It returns human-readable output by default or structured JSON for data pipelines and automation workflows.

Can I retrieve place details and reviews using the Google Places API from the command line?

Yes, retrieving place details and reviews from the Google Places API is supported through dedicated commands. You provide a specific place_id to fetch comprehensive details and human-readable reviews directly in your terminal.

What is the best way to automate Google Places text search for scripting workflows?

Automating Google Places text search for scripting workflows is done by executing CLI search commands with keywords. The tool outputs structured JSON, making it suitable for pipeline integration and automated data extraction.

Do I need a Google Places API key to perform local CLI place lookups?

Yes, a Google Places API key is required to perform local CLI place lookups. You must configure the API key during the CLI installation step to authorize search, details, and reviews requests.

Does goplaces support automation pipelines that require structured place search data?

Yes, goplaces supports automation pipelines requiring structured place search data by providing JSON output. This allows scripts to easily parse search results, place details, and reviews for downstream processing.

What are the limitations of using a CLI tool for Google Places lookups instead of direct API calls?

Using a CLI tool for Google Places lookups requires local installation and relies on your shell environment for execution. It abstracts direct API calls into text or JSON outputs, which may limit complex query parameter tuning.