AI Agent Hub
Back to skills
Amazon Full Data Extractor icon

Amazon Full Data Extractor

Data Analysis Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md to install @user_790bb7bf/amazon-full-data-extractor.

About this skill

Problem

Amazon competitor data is often scattered across PDPs, search results, category pages, seller storefronts, Best Sellers lists, and review pages. When tracking prices, observing BSR movements, extracting complaint themes, or building competitor profiles, copying page data and re-parsing JSON by hand is brittle and hard to audit. The Amazon Full Data Extractor skill narrows this workflow to a set of MCP tools that return structured fields directly, rather than leaving raw page parsing to the model.

How it works

It covers six common Amazon data paths:
- ASIN detail: get_amazon_product returns title, price, star, rating, features[], bestSellersRankItems[], aiReviewsSummary, and PDP review snippets.
- Keyword search: search_amazon returns the first-page ASIN list with price, rating, monthly sales string sales, badges, and sponsored.
- Category / seller / rankings: list_category_products, list_seller_products, list_bestsellers, and list_new_releases handle category listings, storefronts, bestseller lists, and new-release lists.
- Bulk reviews: get_amazon_reviews fetches multiple pages of reviews for VOC, sentiment, and complaint clustering.
- Fallback filtering: when price range, sort order, or pagination cannot be expressed by dedicated parameters, scrape_url accepts a full URL.

The key step is choosing the right tool and extracting the correct field path. For example, bestseller/new-release recsList values are JSON strings that need a second parse; search_amazon expects keyword, not keywords; and concurrent MCP calls should stay around two to avoid 9200 errors.

Boundaries

It is Amazon-only and should not be used for Walmart, eBay, Shopify, or other marketplaces. Full GTM reports, niche filtering, and listing optimization belong to more specialized skills. Review scraping consumes credits per page, so page counts should be confirmed in advance; missing fields should be reported as missing rather than estimated.

Use Cases

  • Operations captures price, rating, BSR, and bullets for a target ASIN into a weekly competitor snapshot.
  • Product research uses first-page keyword results to compare price, monthly sales, rating, and sponsored slots.
  • VOC owners pull critical and media reviews in batches to summarize complaints and improvement themes.
  • Market monitoring fetches Electronics bestsellers to track top ranks and 24-hour rank changes.

Best For

  • Amazon operations owners monitoring competitors need fast ASIN price, BSR, and review fields.
  • Product analysts screening niches need first-page keyword prices, monthly sales, ratings, and ads.
  • VOC leads summarizing feedback need bulk critical, positive, and media reviews for clustering.
  • Sellers or analysts watching market trends need bestseller and new-release rank movements.