条形码到产品名称转换器

发布于 2024-10-09 11:27:00 字数 372 浏览 0 评论 0原文

我们正在设计一个移动购物系统。 手机上的摄像头会读取条形码,然后我们必须将条形码转换为标准产品名称,以便将其保存到我们的数据库中。

我们将其保存到数据库中是因为我们正在连接到本地电子商务网站的网络服务以获取相关产品的价格。我们发送产品名称是为了从他们那里获取价格,以便用户可以看到价格,进行比较和购买。

我们无法发送条形码号码以从电子商务网站获取数据,因为有些网站没有条形码号码的信息。

我必须以某种方式仅通过条形码来获取产品名称。当搜索条形码编号时,Google 返回结果。但我该如何解析数据呢?或者我如何知道谷歌搜索的哪个答案最适合我的输入?

有没有销售条形码和产品名称数据匹配的网站?

我们正在使用 C# 设计系统,

非常感谢。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

つ可否回来 2024-10-16 11:27:00

我认为您正在寻找的是“UPC 查找”网站。尝试用谷歌搜索“UPC 查找”。有很多可能性,例如 upcdatabase.com

I think what you are looking for is a "UPC lookup" website. Try googling for "UPC lookup". There are lots of possibilities like upcdatabase.com.

玩物 2024-10-16 11:27:00

不要搜索 Google 的一般网络索引,而是搜索 Google 购物或亚马逊。

Instead of searching Google's general web index, search Google Shopping or amazon.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文