goplaces

Locates Google Places data via goplaces CLI and returns JSON.

1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/abhiunix/community-registry --skill goplaces-abhiunix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: goplaces
Source: https://github.com/abhiunix/community-registry/tree/main/skills/integration/goplaces
Command: npx skills add https://github.com/abhiunix/community-registry --skill goplaces-abhiunix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The goplaces CLI enables fast, human-friendly lookup and structured programmatic access to Google Places data, surfacing results, details, and reviews for decision making and automation.

Core Features & Use Cases

  • Text-based search of places with optional bias and filters.
  • Retrieve place details and user reviews for selected results.
  • Output JSON for scripting, pipelines, and integrations with other tools.

Quick Start

Use goplaces to search for "coffee near me" and return the top 5 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 get Google Places search results and reviews as JSON for scripting workflows?

You can retrieve Google Places search results, details, and reviews as JSON by using the goplaces CLI, which provides structured outputs specifically designed for integration into pipelines and automation scripts.

Can I perform text-based searches for places with optional filters and bias?

Yes, the goplaces CLI supports text-based searches for places, allowing you to apply optional bias and filters to refine your Google Places lookup results before retrieving the data as JSON.

Do I need a Google Places API key to fetch place details via the command line?

Yes, accessing Google Places data via the command line requires both a valid Google Places API key and the goplaces installation to authenticate requests and produce structured JSON outputs.

What is the best way to integrate Google Places data into my automation pipelines?

The best way to integrate Google Places data into automation pipelines is using the goplaces CLI, which outputs structured JSON containing search results, details, and reviews for immediate programmatic access.

Can I retrieve user reviews for selected Google Places locations in a structured format?

Yes, you can retrieve user reviews for selected locations in a structured JSON format by executing a lookup with the goplaces CLI to fetch the specific details and reviews for those places.