Amazon Product Research
Overview
Analyze Amazon product listings, pricing, and the seller landscape. Search products by keyword, then drill into specific ASINs for detailed information and seller comparisons.
get-amazon-products
Searches Amazon products by keyword. Returns product listings with ASIN, title, price, ratings, and seller information.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
keyword | string | Yes | The product keyword to search for |
location_name | string | No | Location name (defaults to US) |
language_code | string | No | Language code (defaults to en) |
Example
"Search Amazon for 'pool filter cartridge'."
get-amazon-asin
Gets detailed product information for a specific Amazon ASIN. The ASIN comes from a prior get-amazon-products search.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
asin | string | Yes | Amazon ASIN from a prior product search |
location_name | string | No | Location name (defaults to US) |
get-amazon-sellers
Gets sellers for an Amazon product — compare pricing, seller ratings, and fulfillment methods.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
asin | string | Yes | Amazon ASIN from a prior product search |
location_name | string | No | Location name (defaults to US) |
Workflow
- Step 1:
get-amazon-productswith your keyword → browse results - Step 2: Pick an ASIN from the results
- Step 3: Use
get-amazon-asinfor details orget-amazon-sellersfor seller comparison