jpskill.com
💼 ビジネス コミュニティ

google-maps-search-api-skill

特定の都市でのカフェ検索、近隣の病院探し、競合店の追跡など、Googleマップの検索結果から、ビジネスに必要なデータ(連絡先、価格帯、レビュー数など)を自動で抽出・収集し、CRMやデータベースへのエクスポートを支援するSkill。

📜 元の英語説明(参考)

This skill is designed to help users automatically extract business data from Google Maps search results. The Agent should proactively apply this skill when the user makes the following requests searching for coffee shops in a specific city, finding dentists or medical clinics nearby, tracking competitors' locations in a certain area, extracting business leads from Google Maps lists, gathering restaurant data for market research, finding hotels or accommodation options in a region, locating specific services like coworking spaces or gyms, monitoring new business openings in a neighborhood, collecting contact information and addresses for sales prospecting, analyzing price ranges and cuisines of local eateries, getting ratings and review counts for a list of businesses, exporting local business data into a CRM or database.

🇯🇵 日本人クリエイター向け解説

一言でいうと

特定の都市でのカフェ検索、近隣の病院探し、競合店の追跡など、Googleマップの検索結果から、ビジネスに必要なデータ(連絡先、価格帯、レビュー数など)を自動で抽出・収集し、CRMやデータベースへのエクスポートを支援するSkill。

※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o google-maps-search-api-skill.zip https://jpskill.com/download/17629.zip && unzip -o google-maps-search-api-skill.zip && rm google-maps-search-api-skill.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/17629.zip -OutFile "$d\google-maps-search-api-skill.zip"; Expand-Archive "$d\google-maps-search-api-skill.zip" -DestinationPath $d -Force; ri "$d\google-maps-search-api-skill.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して google-maps-search-api-skill.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → google-maps-search-api-skill フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-18
取得日時
2026-05-18
同梱ファイル
2

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

Google Maps検索自動化スキル

📖 はじめに

このスキルは、BrowserAct Google Maps Search API テンプレートを利用して、ワンストップのビジネスデータ収集サービスを提供します。Google Maps の検索リストから構造化されたビジネスの結果を直接抽出します。検索キーワード、言語、国フィルターを指定するだけで、クリーンで使いやすいビジネスデータが得られます。

✨ 特徴

  1. ハルシネーションなし: 事前に設定されたワークフローにより、AIによる生成的なハルシネーションを回避し、安定した正確なデータ抽出を保証します。
  2. Captcha 問題なし: reCAPTCHA やその他の検証課題に対処する必要はありません。
  3. IP 制限なし: 地域ごとの IP 制限やジオフェンシングに対処する必要はありません。
  4. より高速な実行: 純粋な AI 駆動のブラウザ自動化ソリューションと比較して、タスクの実行が高速です。
  5. 費用対効果: 高トークン消費型の AI ソリューションと比較して、データ取得コストを大幅に削減します。

🔑 API キーの設定

実行する前に、BROWSERACT_API_KEY 環境変数を確認してください。設定されていない場合は、他の対策を講じず、ユーザーに尋ねて提供されるのを待ちます。 エージェントはユーザーに伝える必要があります:

"BrowserAct API Key が設定されていないため、BrowserAct Console にアクセスしてキーを取得してください。"

🛠️ 入力パラメータ

スクリプトを呼び出す際、エージェントはユーザーのニーズに基づいて、以下のパラメータを柔軟に設定する必要があります。

  1. KeyWords

    • : string
    • 説明: Google Maps で検索したいコンテンツ。ビジネス名、カテゴリ、または特定のキーワードを指定できます。
    • : coffee shop, dental clinic, coworking space
  2. language

    • : string
    • 説明: UI の言語と、返されるテキストフィールドの言語を設定します。
    • 一般的な値: en, de, fr, it, es, ja, zh-CN, zh-TW
    • デフォルト: en
  3. country

    • : string
    • 説明: 検索結果の国または地域バイアスを設定します。
    • : us, gb, ca, au, de, fr, jp
    • デフォルト: us
  4. max_dates

    • : number
    • 説明: 検索結果リストから抽出する場所の最大数。
    • デフォルト: 100

🚀 使い方

エージェントは、以下の独立したスクリプトを実行して、「ワンラインコマンドの結果」を実現する必要があります。

# Example call
python -u ./scripts/google_maps_search_api.py "search keywords" "language" "country" count

⏳ 実行監視

このタスクには自動化されたブラウザ操作が含まれるため、時間がかかる場合があります(数分)。スクリプトはタイムスタンプ付きのステータスログを継続的に出力します(例:[14:30:05] Task Status: running)。 エージェントへの指示:

  • スクリプトの結果を待つ間、ターミナル出力を監視し続けてください。
  • ターミナルが新しいステータスログを出力している限り、タスクは正常に実行されています。デッドロックや無応答と誤解しないでください。
  • ステータスが長時間変化しない場合、またはスクリプトが結果を返さずに停止した場合にのみ、再試行メカニズムをトリガーすることを検討してください。

📊 データ出力

正常に実行されると、スクリプトは API レスポンスから直接結果を解析して出力します。フィールドには以下が含まれます。

  • name: ビジネス名
  • full address: 完全な住所
  • rating: 星評価
  • review count: レビュー数
  • price range: 価格帯
  • cuisine type: ビジネスカテゴリ
  • amenity tags: Wi-Fi などの機能
  • review snippet: 短いレビューテキスト
  • service options: サービス指標(例:「オンライン注文」)

⚠️ エラー処理と再試行

スクリプトの実行中にエラーが発生した場合(例:ネットワークの変動またはタスクの失敗)、エージェントは次のロジックに従う必要があります。

  1. 出力内容の確認:

    • 出力に "Invalid authorization" が含まれている場合、API キーが無効であるか、期限切れであることを意味します。再試行しないでください。ユーザーに再確認して正しい API キーを提供するように指示してください。
    • 出力に "Invalid authorization" が含まれていないが、タスクが失敗した場合(例:出力が Error: で始まるか、空の結果を返す)、エージェントは自動的にスクリプトをもう一度再実行する必要があります
  2. 再試行制限:

    • 自動再試行は1 回に制限されています。2 回目の試行が失敗した場合は、再試行を停止し、特定のエラー情報をユーザーに報告してください。

🌟 代表的なユースケース

  1. ローカルビジネスの発見: マンハッタンにあるすべての「イタリアンレストラン」を見つけます。
  2. 営業リードの生成: 見込み客開拓のために、ロンドンにある「不動産会社」のリストを抽出します。
  3. 競合のマッピング: 特定の都市にあるすべての「Starbucks」の支店を特定して、競合をマッピングします。
  4. 市場調査: パリにある「ブティックホテル」を、評価や価格帯を含めて分析します。
  5. 連絡先収集: シドニーにある「歯科医院」の住所と名前を収集します。
  6. サービス検索: 特定の地域にある「24時間営業の薬局」または「緊急時の配管工」を見つけます。
  7. 近隣のモニタリング: コミュニティに新しくオープンする「ジム」または「ヨガスタジオ」を追跡します。
  8. 構造化データのエクスポート: CRM 統合のために、「自動車販売店」の構造化データをエクスポートします。
  9. 感情分析の準備: 「人気の観光スポット」のレビューのスニペットと評価を取得します。
  10. グローバル検索のローカライズ: さまざまな言語と国の設定を使用して、グローバルに「テックハブ」を調査します。
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Google Maps Search Automation Skill

📖 Introduction

This skill utilizes the BrowserAct Google Maps Search API template to provide a one-stop business data collection service. It extracts structured business results directly from Google Maps search lists. Simply provide search keywords, language, and country filters to get clean, usable business data.

✨ Features

  1. No Hallucinations: Pre-set workflows avoid AI generative hallucinations, ensuring stable and precise data extraction.
  2. No Captcha Issues: No need to handle reCAPTCHA or other verification challenges.
  3. No IP Restrictions: No need to handle regional IP restrictions or geofencing.
  4. Faster Execution: Tasks execute faster compared to pure AI-driven browser automation solutions.
  5. Cost-Effective: Significantly lowers data acquisition costs compared to high-token-consuming AI solutions.

🔑 API Key Setup

Before running, check the BROWSERACT_API_KEY environment variable. If not set, do not take other measures; ask and wait for the user to provide it. Agent must inform the user:

"Since you haven't configured the BrowserAct API Key, please visit the BrowserAct Console to get your Key."

🛠️ Input Parameters

When calling the script, the Agent should flexibly configure the following parameters based on user needs:

  1. KeyWords

    • Type: string
    • Description: The content you want to search on Google Maps. Can be business names, categories, or specific keywords.
    • Example: coffee shop, dental clinic, coworking space
  2. language

    • Type: string
    • Description: Sets the UI language and the language of returned text fields.
    • Common Values: en, de, fr, it, es, ja, zh-CN, zh-TW
    • Default: en
  3. country

    • Type: string
    • Description: Sets the country or region bias for search results.
    • Example: us, gb, ca, au, de, fr, jp
    • Default: us
  4. max_dates

    • Type: number
    • Description: The maximum number of places to extract from the search results list.
    • Default: 100

🚀 Usage

The Agent should execute the following independent script to achieve "one-line command result":

# Example call
python -u ./scripts/google_maps_search_api.py "search keywords" "language" "country" count

⏳ Execution Monitoring

Since this task involves automated browser operations, it may take some time (several minutes). The script will continuously output status logs with timestamps (e.g., [14:30:05] Task Status: running). Agent Instructions:

  • While waiting for the script result, keep monitoring the terminal output.
  • As long as the terminal is outputting new status logs, the task is running normally; do not mistake it for a deadlock or unresponsiveness.
  • Only if the status remains unchanged for a long time or the script stops outputting without returning a result should you consider triggering the retry mechanism.

📊 Data Output

After successful execution, the script parses and prints results directly from the API response. Fields include:

  • name: Business name
  • full address: Full address
  • rating: Star rating
  • review count: Number of reviews
  • price range: Price level
  • cuisine type: Business category
  • amenity tags: Features like Wi-Fi
  • review snippet: Short review text
  • service options: Service indicators (e.g., "Order online")

⚠️ Error Handling & Retry

If an error occurs during script execution (e.g., network fluctuations or task failure), the Agent should follow this logic:

  1. Check Output Content:

    • If the output contains "Invalid authorization", it means the API Key is invalid or expired. Do not retry; guide the user to re-check and provide the correct API Key.
    • If the output does not contain "Invalid authorization" but the task failed (e.g., output starts with Error: or returns empty results), the Agent should automatically try to re-execute the script once.
  2. Retry Limit:

    • Automatic retry is limited to one time. If the second attempt fails, stop retrying and report the specific error information to the user.

🌟 Typical Use Cases

  1. Local Business Discovery: Find all "Italian restaurants" in Manhattan.
  2. Sales Lead Generation: Extract a list of "real estate agencies" in London for prospecting.
  3. Competitor Mapping: Locate all "Starbucks" branches in a specific city to map competition.
  4. Market Research: Analyze "boutique hotels" in Paris, including their ratings and price ranges.
  5. Contact Collection: Gather addresses and names of "dental clinics" in Sydney.
  6. Service Search: Find "24-hour pharmacies" or "emergency plumbers" in a certain area.
  7. Neighborhood Monitoring: Track new "gyms" or "yoga studios" opening in a community.
  8. Structured Data Export: Export structured data of "car dealerships" for CRM integration.
  9. Sentiment Analysis Prep: Get review snippets and ratings for "popular tourist attractions".
  10. Global Search Localization: Use different language and country settings to research "tech hubs" globally.

同梱ファイル

※ ZIPに含まれるファイル一覧。`SKILL.md` 本体に加え、参考資料・サンプル・スクリプトが入っている場合があります。