goplaces

Query the Google Places API for text-based location searches and business details.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/tedtv1007-ctrl/milk-skills-library --skill goplaces-tedtv1007-ctrl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: goplaces
Source: https://github.com/tedtv1007-ctrl/milk-skills-library/tree/main/goplaces
Command: npx skills add https://github.com/tedtv1007-ctrl/milk-skills-library --skill goplaces-tedtv1007-ctrl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the difficulty of manually searching for location data, business details, and reviews by providing a direct command-line interface to the Google Places API.

Core Features & Use Cases

  • Text Search: Quickly find places based on keywords, ratings, or current availability.
  • Detailed Insights: Retrieve comprehensive place details, including reviews and specific location metadata.
  • Use Case: Use this tool to generate a list of highly-rated coffee shops in a specific neighborhood with their current operating status and review summaries for travel planning or market research.

Quick Start

Use the goplaces skill to search for coffee shops in London that are currently open and have a rating of at least 4 stars.

Frequently Asked Questions about goplaces

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve business data from Google Places API using a CLI?

You can retrieve business data from Google Places API by executing text-based location searches directly from your command line, resolving place names and outputting structured JSON for automated pipelines.

Can I filter Google Places text searches by ratings and current availability?

Yes, Google Places text searches support filtering by keywords, ratings, and current operating status, allowing you to quickly find specific businesses like highly-rated open coffee shops.

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

Yes, you need a valid Google Places API key and the goplaces CLI binary to authenticate requests and execute location searches against the Google Places New API.

What is the best way to get detailed business reviews and metadata for market research?

The best way to get detailed business reviews is by querying the Google Places API to retrieve comprehensive place details, including specific location metadata and review summaries.

Does Google Places API search support geographic biasing and pagination?

Yes, Google Places API search supports geographic biasing to refine location results and pagination to handle large sets of business data across multiple queries.

Why use a CLI for geolocation queries instead of manual Google Places searches?

Using a CLI for geolocation queries eliminates manual searching by directly interfacing with the Google Places API, instantly returning JSON-formatted business data for seamless data pipeline integration.