Food Products Database
Open Food Facts is a collaborative, free, and open database of food product information including ingredients and nutrition facts.
import requests
barcode = "737628064502"
url = f"https://world.openfoodfacts.org/api/v0/product/{barcode}.json"
response = requests.get(url)
print(response.json())Last 50 checks (10 min intervals)