Barcode to Product Name Converter

Posted by spagetticode on Stack Overflow See other posts from Stack Overflow or by spagetticode
Published on 2010-12-22T19:49:15Z Indexed on 2010/12/22 19:55 UTC
Read the original article Hit count: 264

Filed under:
|
|

Hi All,

We are designing a mobile shopping system. The camera on the phone will read the barcode and then we have to convert the barcode to a standard product name in order to save it to our database.

We are saving it to our database because we are connecting to a web service of local e-commerce sites to get their price about the related product. We are sending the product name to get the price from them, so that the user can see the prices, compare and buy.

We cannot send barcode number to get the data from the e-commerce sites because some sites do not have the info of the barcode number.

I have to somehow get the product name by only knowing the barcode. Google returns the result when barcode number is searched. But how am I going to parse the data? or how am I going to know which answer of google search best suits my input?

Is there a site that sells barcode and product name data match?

We are designing the system with C#

Thanks alot.

© Stack Overflow or respective owner

Related posts about c#

Related posts about google