I know there's a http://www.upcdatabase.com/ website that allows you to lookup barcodes. This website however does not return anything for thousands of normal household items. I have seen free apps on mobile phones that can do this and list the exact product name along with price comparison.

Does anyone know of good websites (even commercial ones) that have a good/reliable database that one could use for lookups?

link|improve this question

1  
This was a software development question as data collection is part of the 'development' phase. – strange Feb 8 '11 at 0:59
feedback

closed as off topic by Cristian, bmargulies, Matt Ball, gnovice, Brad Larson Jan 1 '11 at 20:45

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

2 Answers

up vote 1 down vote accepted

zxing is the library that lets you decode the barcode into a number. It doesn't keep a database of what # links to which products. Google Product Search is a good place to start. Etilize provides a paid service for this as well.

link|improve this answer
feedback

about about zxing? http://zxing.org/w/decode.jspx

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.