B

Barcode Lookup

Published byGlavier
4/26/2026
The Barcode database API is a powerful tool for developers and businesses to search for products using UPC, EAN, JAN, and ISBN barcodes. With access to over 500 million products, the API allows users to easily retrieve information about a product by simply scanning its barcode. Using the API is straightforward and user-friendly, with a simple query structure that allows for easy integration with existing systems. Developers can quickly and easily integrate the API into their applications, allowing users to scan barcodes and retrieve detailed product information in real-time. The database is regularly updated with the latest products and prices, ensuring that users have access to the most accurate and up-to-date information available. Whether you’re building an e-commerce platform, a shopping app, or a barcode scanning tool, the Barcode database API is a powerful and reliable tool that can help you streamline your development process and provide users with a seamless and intuitive experience. ## Example Response Types - **Search results** (query=Custom Accessories 89960W E-Tek Butane Torch) ```json { "results": [ { "author": null, "barcode": "4677366958304", "brand": null, "category": null, "image": "https://images.barcodelookup.com/112274/1122745088-1.jpg", "manufacturer": "Custom Accessories Inc.", "title": "Custom Accessories 89960W E-Tek Butane Torch Blue" }, { "author": null, "barcode": "766465168265", "brand": null, "category": null, "image": "https://images.barcodelookup.com/58121/581215550-1.jpg", "manufacturer": "Custom Accessories", "title": "Custom Accessories 89960W E-Tek Butane Torch" }, { "author": null, "barcode": "1837895403970", "brand": null, "category": [ "Home & Garden" ], "image": "https://images.barcodelookup.com/58234/582340948-1.jpg", "manufacturer": "Custom Accessories Inc.", "title": "Custom Accessories 89960W E-Tek Butane Torch Blue" }, { "author": null, "barcode": "077341125112", "brand": "Etek", "category": [ "Hardware", "Tools", "Hardware Torches" ], "image": "https://images.barcodelookup.com/3001/30014169-1.jpg", "manufacturer": null, "title": "Custom Accessories 89960W E-Tek Butane Torch" } ], "nextPage": null } ``` - **Product details** (query=077341125112) ```json { "product": { "artist": null, "attributes": { "mpn": "0007734112511", "model": "89960w" }, "author": null, "barcode_formats": { "upc_a": "077341125112", "ean_13": "0077341125112" }, "brand": "Etek", "category": [ "Hardware", "Tools", "Hardware Torches" ], "description": "Butane Torch, 89960W is ideal for your home garage or your car. Can be used for quick repairs.", "features": [], "images": [ "https://images.barcodelookup.com/3001/30014169-1.jpg" ], "ingredients": null, "nutrition_facts": null, "manufacturer": null, "online_stores": [ { "name": "Walmart", "price": "$13.87", "url": "https://www.walmart.com/ip/Butane-Torch-89960W/29029306" } ], "reviews": [ { "title": "Torch Performance", "author": "Ken Weber", "date": "12.29.2015", "rating": 5, "text": "I didnt know how good this torch was until I used it and its very nice for the money. The electronic ignition fires the butane evertime. Nice feel to it. Has a trigger lock down for extended usage time. GOOD PRODUCT." } ], "title": "Custom Accessories 89960W E-Tek Butane Torch" } } ```