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

ParameterTypeRequiredDescription
keywordstringYesThe product keyword to search for
location_namestringNoLocation name (defaults to US)
language_codestringNoLanguage 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

ParameterTypeRequiredDescription
asinstringYesAmazon ASIN from a prior product search
location_namestringNoLocation name (defaults to US)

get-amazon-sellers

Gets sellers for an Amazon product — compare pricing, seller ratings, and fulfillment methods.

Parameters

ParameterTypeRequiredDescription
asinstringYesAmazon ASIN from a prior product search
location_namestringNoLocation name (defaults to US)

Workflow

  • Step 1: get-amazon-products with your keyword → browse results
  • Step 2: Pick an ASIN from the results
  • Step 3: Use get-amazon-asin for details or get-amazon-sellers for seller comparison