goplaces

Query the Google Places API for text search, place details, and location resolution.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/balaraj74/F.R.I.D.A.Y --skill goplaces-balaraj74
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: goplaces
Source: https://github.com/balaraj74/F.R.I.D.A.Y/tree/main/skills/goplaces
Command: npx skills add https://github.com/balaraj74/F.R.I.D.A.Y --skill goplaces-balaraj74

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies querying the Google Places API, allowing users to easily find information about places, resolve locations, and retrieve reviews without complex API calls.

Core Features & Use Cases

  • Text Search: Find places based on keywords, with options for filtering by open status, minimum rating, and limiting results.
  • Place Details: Get comprehensive information about a specific place using its ID, including reviews.
  • Location Resolution: Resolve human-readable place names into structured location data.
  • Use Case: Find nearby highly-rated pizza restaurants and get their details.

Quick Start

Use the goplaces skill to search for "coffee shops" near a specific latitude and longitude.

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 using the Google Places API?

To search Google Places, use the text search feature with keywords and location bias options. It filters by open status and minimum rating, returning matching places without complex API calls.

Can I get place reviews and details from a specific Place ID?

Yes, you can retrieve comprehensive place details and reviews by querying the Google Places API with a specific Place ID. This returns structured data including user reviews for that location.

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

Yes, you need a GOOGLE_PLACES_API_KEY for authentication and access to Google Places place data. The API key is required to perform text search, place details, and location resolution.

Does Google Places search support JSON output for CLI scripting?

Yes, Google Places search supports JSON output specifically for CLI scripting and automation. It also provides human-friendly output options for interactive queries and location resolution.

What is the best way to resolve human-readable place names into structured location data?

The best way to resolve place names is using the location resolution feature via the Google Places API. It transforms human-readable text into structured location data suitable for applications.