More than 1.5 million barcode numbers from all around the world
Provides access to a database of over 1.5 million UPC/EAN barcode numbers for product information lookup.
import requests
url = "https://www.upcdatabase.com/product/071802086968"
params = {
"apikey": "YOUR_API_KEY"
}
response = requests.get(url, params=params)
print(response.json())Last 50 checks (10 min intervals)