Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Suitable api to get product details from scanned barcode iphone app?

Am developing sample barcode scanner app. I using ZBar API to scan the barcode from the product. It is working very fine. Now, looking to get the product of the scanned barcode. I want to get the below details of the product from the api,

Product Name
Product Price
Selling fees (eBay or Amazon fees)
Shipping costs
Shipping dimensions
Shipping weights

I am searched and continuing to get the exact result for the question in google. But, not yet get it right now. Can anyone please suggest your ideas on this? Can you please suggest Amazon API to get product details by using the barcode? Thanks in advance.

EDITED:

I have tried this API to get the details of the product, http://searchupc.com/ API. It returns only the Product name, price, product url, currency, storename. But, i want to show above (In question) details to the user. Please help me to find the exact API for the product details.

like image 389
Yuvaraj.M Avatar asked Feb 13 '12 07:02

Yuvaraj.M


People also ask

How do I get information from scanning barcodes?

So, to code a camera, use the device system camera, or an image picker. These libraries will give you the information that holds the barcodes. You can test them, for example in the Google Play Store you can find the official ZXing app which uses the ZXing library I put in the answer.

Can we get data from barcode?

The purpose of a barcode scanner is to scan or read a barcode symbol and then provide an electrical output to a computer via a decoder and cable. The decoder recognizes the type of barcode symbology it is seeing, translates the bar and space content and transmits data to a computer in a human readable format.

Can a barcode tell you what the product is?

ANSWER: No, a barcode does not tell you where an item was manufactured.

Can a barcode be read from Iphone?

Open the Camera app from the Home Screen, Control Center, or Lock Screen. Select the rear facing camera. Hold your device so that the QR code appears in the viewfinder in the Camera app. Your device recognizes the QR code and shows a notification.


1 Answers

A free API is available, it's documentation can be seen here

  • http://searchupc.com/api/

For using this API, u need to make a developer account

  • http://searchupc.com/developers/
like image 111
Aneeq Anwar Avatar answered Oct 04 '22 13:10

Aneeq Anwar