goplaces

Query the Google Places API for text search, details, place IDs, and reviews.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/ammonfife/sakima.co --skill goplaces-ammonfife
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: goplaces
Source: https://github.com/ammonfife/sakima.co/tree/main/.claude/skills/goplaces
Command: npx skills add https://github.com/ammonfife/sakima.co --skill goplaces-ammonfife

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires goplaces, and includes scripts (resource) components.

What problem does it solve?

Searching for places has never been easier, whether you need human-friendly descriptions or structured JSON data for scripts.

Core Features & Use Cases

  • Text Search: Find places with simple text queries.
  • Place Details: Retrieve detailed information about specific places.
  • JSON Output: Use structured JSON data for integration with scripts.
  • Use Case: When planning a trip, quickly lookup the location of a restaurant or hotel using human-friendly queries and get detailed information.

Quick Start

Search for restaurants in downtown San Francisco using 'goplaces search "restaurant" --open-now --min-rating 4 --limit 5'.

Frequently Asked Questions about goplaces

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

FAQPage Schema
How do I search for nearby places and return structured JSON output?

To search for nearby places and return structured JSON output, use a CLI tool that queries the Google Places API for text search results. This allows you to retrieve place details and fetch reviews directly in a format suitable for scripts.

Can I get human-friendly place descriptions instead of raw JSON data?

Yes, you can get human-friendly place descriptions instead of raw JSON data. The Google Places API text search function supports both human-readable output for quick trip planning and structured JSON data for programmatic scripts.

What is needed to retrieve place details and fetch reviews using a location search?

To retrieve place details and fetch reviews using a location search, you need a CLI tool configured with the Google Places API. It resolves place IDs from text queries to deliver specific location information and review data.

Does this location search tool support filtering by open hours and minimum rating?

Yes, the location search tool supports filtering by open hours and minimum rating. You can apply text search queries with parameters like open-now and min-rating to limit the Google Places API results to your preferences.

What is the best way to integrate Google Places API data retrieval into my scripts?

The best way to integrate Google Places API data retrieval into scripts is using a CLI tool that outputs structured JSON. This approach seamlessly provides place details and review data for your programmatic workflows.

Are there limitations when resolving place IDs for multiple locations in a single query?

When resolving place IDs for multiple locations in a single query, limitations depend on the Google Places API rate limits. The CLI tool retrieves details for each location, but large batch requests may be constrained by API quotas.