LaunchKit · 2026
Back to Skills

google-maps-search-api

This skill is designed to help users.

1
1.6k downloads
by @phheng

Setup & Installation

openclaw skills install @phheng/google-maps-search-api

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install google-maps-search-api

What This Skill Does

Extracts structured business data from Google Maps using the BrowserAct API. Returns business name, address, rating, review count, price range, category, amenity tags, and review snippets. Search results are configurable by keyword, language, country, and result count.

Returns multi-field structured data in one command without setting up browser automation or parsing the Maps UI manually.

When to use it

  • Finding coffee shops in a specific city
  • Building a lead list of dental clinics in a region
  • Researching restaurant options by country
  • Collecting coworking space contacts for outreach
  • Auditing competitor business listings on Maps

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Find bakeries in Berlin and show their ratings

AGENT
  1. 1Set KeyWords to 'bakery', country to 'de', language to 'de'
  2. 2Run google_maps_search_api.py with the configured parameters
  3. 3Parse API response for name, address, rating, and review count
  4. 4Return results as a structured list
OUTPUT

List of Berlin bakeries with names, full addresses, star ratings, and review counts

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

BROWSERACT_API_KEY environment variableBrowserAct account (obtain API key at browseract.com/reception/integrations)