Amazon Product Item Ingredients API

Amazon product pages may include an Item Ingredients section listing the product's ingredients or composition.

When SerpApi encounters Item Ingredients, they are added to the JSON output as the item_ingredients array.


The API endpoint is https://serpapi.com/search?engine=amazon_product

Head to the playground for a live and interactive demo.

API Examples

Item Ingredients overview

Item Ingredients overview

JSON Example

{
  ...
  "item_ingredients": [
    "Dark Roast Organic Whole Bean Coffee"
  ],
  ...
}

JSON structure overview

{
  "item_ingredients": [
    "String - Product ingredient or composition descriptions"
  ]
}