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

amazon-reviews-api-skill

指定されたASINコードの商品レビューを自動で取得し、顧客のフィードバック分析、競合製品の評価、レビューの感情分析、購入者の評価、ユーザー体験の要約など、Amazonレビューに関する様々なニーズに対応するSkill。

📜 元の英語説明(参考)

This skill helps users automatically extract Amazon product reviews via the Amazon Reviews API. Agent should proactively apply this skill when users express needs like getting reviews for Amazon product with ASIN B07TS6R1SF, analyzing customer feedback for a specific Amazon item, getting ratings and comments for a competitive product, tracking sentiment of recent Amazon reviews, extracting verified purchase reviews for quality assessment, summarizing user experiences from Amazon product pages, monitoring product performance through customer reviews, collecting reviewer profiles and links for market research, gathering review titles and descriptions for content analysis, scraping Amazon reviews without requiring a login.

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

一言でいうと

指定されたASINコードの商品レビューを自動で取得し、顧客のフィードバック分析、競合製品の評価、レビューの感情分析、購入者の評価、ユーザー体験の要約など、Amazonレビューに関する様々なニーズに対応するSkill。

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

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

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

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

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

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して amazon-reviews-api-skill.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → amazon-reviews-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 Reviews Automation Extraction Skill

📖 はじめに

この Skill は、BrowserAct の Amazon Reviews API テンプレートを通じて、Amazon のレビュー収集をワンストップで提供します。Amazon の製品ページから構造化されたレビュー結果を直接抽出できます。ASIN を指定するだけで、クローラースクリプトを構築したり、Amazon アカウントにログインしたりすることなく、クリーンで使いやすいレビューデータを取得できます。

✨ 特徴

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

🔑 API Key の設定

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

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

🛠️ 入力パラメータ

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

  1. ASIN (Amazon Standard Identification Number)
    • Type: string
    • Description: Amazon の製品の一意の識別子。
    • Example: B07TS6R1SF, B08N5WRWJ6

🚀 使い方

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

# Example call
python -u ./scripts/amazon_reviews_api.py "ASIN_HERE"

⏳ 実行の監視

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

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

📊 データ出力

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

  • Commentator: レビュアーの名前
  • Commenter profile link: レビュアーのプロファイルへのリンク
  • Rating: 星評価
  • reviewTitle: レビューの見出し
  • review Description: レビューの全文
  • Published at: レビューが公開された日付
  • Country: レビュアーの国
  • Variant: 製品バリアント情報(利用可能な場合)
  • Is Verified: 検証済みの購入かどうか

⚠️ エラー処理と再試行

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

  1. 出力内容の確認:

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

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

🌟 代表的なユースケース

  1. 競合分析: 競合製品のレビューを抽出して、競合他社の強みと弱みを理解します。
  2. 製品フィードバック: 自社製品のフィードバックを要約して、改善の余地がある領域を特定します。
  3. 市場調査: 特定のカテゴリにおける顧客の好みや一般的な不満に関するデータを収集します。
  4. センチメントモニタリング: 最近のレビューを監視して、顧客のセンチメントの変化を検出します。
  5. QA インサイト: 顧客のレビューを使用して、潜在的な品質の問題やバグを特定します。
  6. センチメント分析の準備: 詳細な感情モデリングのために、レビューテキストと評価を収集します。
  7. 検証済み購入分析: 検証済みの購入者と検証されていない購入者からのフィードバックを比較します。
  8. 地理的インサイト: さまざまなレビュアーの国における製品のパフォーマンスを分析します。
  9. バリアント比較: どの製品バリアント(サイズ/色)が最高のフィードバックを受けているかを理解します。
  10. 過去のトレンド追跡: レビューの公開日を取得して分析し、製品ライフサイクルのセンチメントを追跡します。
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Amazon Reviews Automation Extraction Skill

📖 Introduction

This skill provides a one-stop Amazon review collection service through BrowserAct's Amazon Reviews API template. It can directly extract structured review results from Amazon product pages. By simply providing an ASIN, you can get clean, usable review data without building crawler scripts or requiring an Amazon account login.

✨ 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 parameters based on user needs:

  1. ASIN (Amazon Standard Identification Number)
    • Type: string
    • Description: The unique identifier for the product on Amazon.
    • Example: B07TS6R1SF, B08N5WRWJ6

🚀 Usage

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

# Example call
python -u ./scripts/amazon_reviews_api.py "ASIN_HERE"

⏳ 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. Each review item includes:

  • Commentator: Reviewer's name
  • Commenter profile link: Link to the reviewer's profile
  • Rating: Star rating
  • reviewTitle: Headline of the review
  • review Description: Full text of the review
  • Published at: Date the review was published
  • Country: Reviewer's country
  • Variant: Product variant info (if available)
  • Is Verified: Whether it's a verified 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. Competitor Analysis: Extract reviews for competitors' products to understand their strengths and weaknesses.
  2. Product Feedback: Summarize feedback for your own products to identify areas for improvement.
  3. Market Research: Collect data on customer preferences and common complaints in a specific category.
  4. Sentiment Monitoring: Monitor recent reviews to detect shifts in customer sentiment.
  5. QA Insights: Use customer reviews to identify potential quality issues or bugs.
  6. Sentiment Analysis Prep: Gather review text and ratings for detailed emotion modeling.
  7. Verified Purchase Analysis: Compare feedback from verified vs. unverified buyers.
  8. Geographic Insights: Analyze product performance across different reviewer countries.
  9. Variant Comparison: Understand which product variants (size/color) receive the best feedback.
  10. Historical Trend Tracking: Retrieve and analyze review publication dates to track product lifecycle sentiment.

同梱ファイル

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