LaunchKit · 2026
Back to Skills

google-maps-api-skill

This skill helps users automatically scrape business data from Google Maps using the BrowserAct Google Maps API.

1
1.1k downloads
by @phheng

Setup & Installation

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

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

npx clawhub install google-maps-api-skill

What This Skill Does

Scrapes business data from Google Maps using BrowserAct's API template. Returns structured results including business names, addresses, phone numbers, websites, ratings, and review counts. Accepts search keywords plus country and language parameters to scope the query.

BrowserAct's template handles CAPTCHA bypass and IP geo-restrictions automatically, avoiding the blockers that break standard web scraping approaches.

When to use it

  • Building a lead list of dental clinics in a target city
  • Pulling competitor contact info from a specific neighborhood
  • Finding phone numbers of local real estate agencies for outreach
  • Collecting addresses and ratings of coffee shops in a region
  • Checking operational status of businesses before visiting

Example Workflow

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

INPUT

User asks: Find Turkish restaurants in London with their phone numbers and ratings

AGENT
  1. 1Sets keywords to 'Turkish restaurant', language to 'en', and country to 'gb'
  2. 2Runs the script: python -u ./scripts/google_maps_api.py 'Turkish restaurant' 'en' 'gb'
  3. 3Monitors timestamped status logs until the task completes
  4. 4Parses returned data for Title Name, Phone number, Rating, and reviews_count fields
OUTPUT

List of Turkish restaurants in London with names, phone numbers, 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 key at browseract.com/reception/integrations)