realtime_amazon_data
Access Amazon product data for search, categories, details, reviews, best sellers, deals, and more.
Instructions
Amazon product data: search, products by category, product details/offers/reviews, best sellers, deals, seller and influencer data, ASIN-to-GTIN and more.
Operations (set "operation" to one of these; put its parameters in "args"):
search (required: query): Product Search
products_by_category (required: category_id): Product by Category
product_details (required: asin): Product Details
product_reviews (required: asin, cookie): Product Reviews
product_review_details (required: review_id, cookie): Product Review Details
top_product_reviews (required: asin): Top Product Reviews
product_offers (required: asin): Product Offers
seller_profile (required: seller_id): Seller Profile
seller_reviews (required: seller_id): Seller Reviews
seller_products (required: seller_id): Seller Products
best_sellers (required: category): Best Sellers
deals_v2 (no required params): Deals
deal_products (required: deal_id): Deal Products
promo_code_details (required: promo_code): Promo Code Details
influencer_profile (required: influencer_name): Influencer Profile
influencer_posts (required: influencer_name): Influencer Posts
influencer_post_products (required: influencer_name, post_id): Influencer Post Products
asin_to_gtin (required: asin): ASIN to GTIN
gtin_to_asin (required: product_identifier): GTIN to ASIN
product_category_list (no required params): Product Category List
scrape_by_url (required: url): Scrape By URL
When to use: Use for Amazon specifically. For multi-retailer Google Shopping use realtime_product_search; for Walmart/Costco/Wayfair/eBay use their dedicated tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Parameters for the chosen operation as key/value pairs (see the tool description for required params). | |
| operation | Yes | Which endpoint to call. See the tool description for each operation and its parameters. |