amazon_offers
Retrieve structured seller offers for an Amazon product by ASIN, showing price, condition, seller rating, and Prime status for comparison and repricing analysis.
Instructions
Retrieve the parsed list of seller offers for an Amazon product.
Returns structured offer listings for one ASIN — listing/shipping price,
condition, seller name and rating, Prime/FBA flags, and delivery info —
across the sellers offering that product.
When to use:
- Comparing sellers, prices, and conditions (new/used) for a known ASIN
- Buy-box / third-party seller and repricing analysis
When NOT to use:
- You want the product's own details (use 'amazon_product')
- You only have a search term (use 'amazon_search' to get the ASIN first)
Args:
params (AmazonOffersParams): asin (required) plus optional condition
filters (condition, f_new, f_used_like_new, f_used_very_good,
f_used_good, f_used_acceptable), tld, country_code, language, and
output_format.
Returns:
str: JSON (default) or CSV containing the structured offers.
Raises:
ToolError: If the API key is missing, the rate limit is exceeded, or
the request fails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |