goplaces

Query Google Places data from the command line for search, details, and reviews.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Text search and retrieval of Google Places data via a simple CLI, enabling quick place lookups, details, and reviews without complex setup.

Core Features & Use Cases

  • Text search for places with optional filters and ranking.
  • Retrieve place details and user reviews for a given place_id or query.
  • Output JSON for script automation or human-friendly text for quick insights.

Quick Start

Ask goplaces to search for coffee shops near a location.

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 from the command line?

To query Google Places data via CLI, you run commands for text search, place details, resolve, and reviews. The tool returns structured JSON for scripts or human-friendly text for interactive lookups.

Do I need a Google Places API key to search for location data?

Yes, a valid Google Places API key is required. The CLI uses this key to authenticate your requests for text searches, place details, resolve operations, and reviews.

Can I get user reviews for a specific place_id using a CLI?

Yes, you can retrieve user reviews for a specific place_id or query. The CLI fetches the review data and outputs it as structured JSON for scripts or readable text for quick insights.

What is the best way to automate Google Places text searches in scripts?

Using a CLI that outputs structured JSON is the best way to automate Google Places text searches in scripts. This allows automated workflows to easily parse location search results, place details, and reviews.

Does the Google Places CLI support filtering and ranking for location searches?

Yes, the CLI supports text search for places with optional filters and ranking. This allows you to refine your location search results before retrieving specific place details or user reviews.