Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
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.
User asks: Find bakeries in Berlin and show their ratings
- 1Set KeyWords to 'bakery', country to 'de', language to 'de'
- 2Run google_maps_search_api.py with the configured parameters
- 3Parse API response for name, address, rating, and review count
- 4Return results as a structured list
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.