jpskill.com
🎨 デザイン コミュニティ

amazon-product-search-api-skill

Amazonでキーワードに基づいた商品検索、売れ筋商品特定、価格や在庫状況の監視、レビュー分析、多言語検索、売上予測、商品カタログ作成、ベストセラー特定、配送情報確認、データセット構築などを自動で行い、商品に関する様々な情報を効率的に収集・分析するSkill。

📜 元の英語説明(参考)

This skill is designed to help users automatically extract product data from Amazon search results. The Agent should proactively apply this skill when users request searching for products related to keywords, finding best-selling items from specific brands, monitoring product prices and availability on Amazon, extracting product listings for market research, collecting product ratings and review counts for competitive analysis, finding specific products with a maximum count, searching Amazon in different languages for localized results, tracking monthly sales estimates for brand products, gathering product URLs and titles for a product catalog, scanning Amazon for Best Seller tags in a specific category, monitoring shipping and delivery information for brand items, building a structured dataset of Amazon search results.

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

一言でいうと

Amazonでキーワードに基づいた商品検索、売れ筋商品特定、価格や在庫状況の監視、レビュー分析、多言語検索、売上予測、商品カタログ作成、ベストセラー特定、配送情報確認、データセット構築などを自動で行い、商品に関する様々な情報を効率的に収集・分析するSkill。

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

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

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

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

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

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して amazon-product-search-api-skill.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → amazon-product-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 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

Amazon Product Search Automation Skill

📖 はじめに

この Skill は、BrowserAct の Amazon Product Search API テンプレートを通じて、ワンストップの製品データ収集サービスを提供します。Amazon の検索リストから構造化された製品結果を直接抽出します。検索キーワード、ブランドフィルター、数量制限を入力するだけで、クリーンで使いやすい製品データが得られます。

✨ 特徴

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

🔑 API キーの設定

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

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

🛠️ 入力パラメータ

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

  1. KeyWords (検索キーワード)

    • Type: string
    • Description: ユーザーが Amazon で検索したいキーワード。
    • Example: phone, wireless earbuds, laptop stand
  2. Brand (ブランドフィルター)

    • Type: string
    • Description: リストに表示されているブランド名で製品をフィルタリングします。
    • Example: Apple, Samsung, Sony
  3. Maximum_date (最大製品数)

    • Type: number
    • Description: ページネーションされた検索結果全体で抽出する製品の最大数。
    • Default: 50
  4. language (UI 言語)

    • Type: string
    • Description: Amazon ブラウジングセッションの UI 言語。
    • Options: en, de, fr, it, es, ja, zh-CN, zh-TW
    • Default: en

🚀 使い方

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

# Example Call
python -u ./scripts/amazon_product_search_api.py "Keywords" "Brand" Quantity "language"

⏳ 実行監視

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

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

📊 データ出力

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

  • product_title: 製品名
  • product_url: 詳細ページ URL
  • rating_score: 平均星評価
  • review_count: レビューの総数
  • monthly_sales: 推定月間売上高(利用可能な場合)
  • current_price: 現在の販売価格
  • list_price: 元の定価(利用可能な場合)
  • delivery_info: 配送またはフルフィルメント情報
  • shipping_location: 発送元または場所
  • is_best_seller: ベストセラーとしてマークされているかどうか
  • is_available: 購入可能かどうか

⚠️ エラー処理と再試行

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

  1. 出力内容の確認:

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

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

🌟 代表的なユースケース

  1. 市場調査: 現在の市場を分析するために、「wireless earbuds」を「Sony」で検索します。
  2. 競合監視: Amazon での「Samsung」携帯電話の価格と在庫状況を追跡します。
  3. カタログの発見: 「laptop stand」カテゴリの新しい製品カタログの製品タイトルと URL を収集します。
  4. ローカライズされた分析: 「ja」(日本語)で Amazon を検索して、日本地域で入手可能な製品を理解します。
  5. ベストセラーの追跡: 特定のブランドで「Best Seller」としてマークされている製品を特定します。
  6. 価格インテリジェンス: current_pricelist_price を比較して、割引を監視します。
  7. 販売動向の推定: monthly_sales データを使用して、特定のアイテムの市場需要を推定します。
  8. 配送効率の調査: さまざまなブランドの delivery_infoshipping_location を分析します。
  9. 大規模なデータ抽出: 包括的なデータセットのために最大 100 個の製品を収集します。
  10. 製品の在庫状況の確認: 特定のブランドの製品が現在 is_available で購入可能かどうかを確認します。
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Amazon Product Search Automation Skill

📖 Introduction

This skill provides a one-stop product data collection service through BrowserAct's Amazon Product Search API template. It directly extracts structured product results from Amazon search lists. Simply input search keywords, brand filters, and quantity limits to get clean, usable product 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 (Search Keywords)

    • Type: string
    • Description: The keywords the user wants to search for on Amazon.
    • Example: phone, wireless earbuds, laptop stand
  2. Brand (Brand Filter)

    • Type: string
    • Description: Filter products by brand name shown in the listing.
    • Example: Apple, Samsung, Sony
  3. Maximum_date (Maximum Products)

    • Type: number
    • Description: The maximum number of products to extract across paginated search results.
    • Default: 50
  4. language (UI Language)

    • Type: string
    • Description: UI language for the Amazon browsing session.
    • Options: en, de, fr, it, es, ja, zh-CN, zh-TW
    • Default: en

🚀 Usage

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

# Example Call
python -u ./scripts/amazon_product_search_api.py "Keywords" "Brand" Quantity "language"

⏳ 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 will parse and print results directly from the API response. Results include:

  • product_title: Product name
  • product_url: Detail page URL
  • rating_score: Average star rating
  • review_count: Total number of reviews
  • monthly_sales: Estimated monthly sales (if available)
  • current_price: Current selling price
  • list_price: Original list price (if available)
  • delivery_info: Delivery or fulfillment information
  • shipping_location: Shipping origin or location
  • is_best_seller: Whether marked as Best Seller
  • is_available: Whether available for purchase

⚠️ 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. Market Research: Search for "wireless earbuds" from "Sony" to analyze the current market.
  2. Competitive Monitoring: Track "Samsung" phone prices and availability on Amazon.
  3. Catalog Discovery: Gather product titles and URLs for a new product catalog in the "laptop stand" category.
  4. Localized Analysis: Search Amazon in "ja" (Japanese) to understand products available in the Japan region.
  5. Best Seller Tracking: Identify products marked as "Best Seller" for a specific brand.
  6. Pricing Intelligence: Compare current_price and list_price to monitor discounts.
  7. Sales Trend Estimation: Use monthly_sales data to estimate market demand for certain items.
  8. Shipping Efficiency Study: Analyze delivery_info and shipping_location for various brands.
  9. Large-scale Data Extraction: Collect up to 100 products for a comprehensive dataset.
  10. Product Availability Check: Verify if specific brand products are currently is_available for purchase.

同梱ファイル

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