Google Nutrition Information

For some searches, Google search includes the "Nutrition Information". SerpApi is able to scrape, extract, and make sense of this information.

API Examples

Results for: Onion Ring on mobile

Results for: Onion Ring on mobile

JSON Example

{
  ...
  "nutrition_information": {
    "description": "Onion rings, breaded and fried",
    "source": "USDA",
    "source_link": "http://fdc.nal.usda.gov/fdc-app.html#/food-details/170771/nutrients",
    "amount_per": "1 package (18 onion rings) (117 g)",
    "calories": "480",
    "total_fat": [
      "30 g",
      "46%"
    ],
    "saturated_fat": [
      "4.9 g",
      "24%"
    ],
    "trans_fat_regulation": "0.2 g",
    "sodium": [
      "908 mg",
      "37%"
    ],
    "potassium": [
      "195 mg",
      "5%"
    ],
    "total_carbohydrate": [
      "51 g",
      "17%"
    ],
    "dietary_fiber": [
      "3.2 g",
      "12%",
    ],
    "sugar": "6 g",
    "protein": [
      "4.5 g",
      "9%"
    ],
    "vitamin_c": "2%",
    "calcium": "13%",
    "iron": "4%",
    "vitamin_b6": "10%",
    "magnesium": "5%",
    "disclaimer": "Percent Daily Values are based on a 2,000 calorie diet. Your daily values may be higher or lower depending on your calorie needs."
  },
  ...
}

Results for: Apple Juice on desktop

Results for: Apple Juice on desktop

JSON Example

{
  ...
  "nutrition_information": {
    "description": "Apple juice, unsweetened",
    "calories": "113",
    "amount_per": "1 cup (248 g)",
    "source": "USDA",
    "source_link": "http://fdc.nal.usda.gov/fdc-app.html#/food-details/173933/nutrients",
    "total_fat": [
      "0.3 g",
      "0%"
    ],
    "cholesterol": [
      "0 mg",
      "0%"
    ],
    "sodium": [
      "10 mg",
      "0%"
    ],
    "potassium": [
      "250 mg",
      "7%"
    ],
    "total_carbohydrate": [
      "28 g",
      "9%"
    ],
    "protein": [
      "0.2 g",
      "0%"
    ],
    "disclaimer": "Percent Daily Values are based on a 2,000 calorie diet. Your daily values may be higher or lower depending on your calorie needs."
  },
  ...
}