# Looking for Barcode API which can get the details of the products

**URL:** https://community.thunkable.com/t/looking-for-barcode-api-which-can-get-the-details-of-the-products/1173892
**Category:** Questions about Thunkable X
**Tags:** beginner
**Created:** [March 18, 2021, 10:49am UTC](https://community.thunkable.com/t/looking-for-barcode-api-which-can-get-the-details-of-the-products/1173892 "2021-03-18T10:49:54Z")
**Posts on this page:** 16
**Page:** 1

<div class="post-metadata">

### Author: ![sasi26preetha4r](https://avatars.discourse-cdn.com/v4/letter/s/c6cbf5/32.png) [@sasi26preetha4r](https://community.thunkable.com/u/sasi26preetha4r)
#### Post date: [March 18, 2021, 10:49am UTC](https://community.thunkable.com/t/looking-for-barcode-api-which-can-get-the-details-of-the-products/1173892/1 "2021-03-18T10:49:54Z")

</div>

I am looking for Barcode API which gives the details of the products after barcode scanner returns the numerical value.

Sharing the project link  
[https://x.thunkable.com/copy/75f33c9de65c124c6699be3dcaf93e81](https://x.thunkable.com/copy/75f33c9de65c124c6699be3dcaf93e81)

Your Input/assistance/guide would be appreciated.

Regards,  
Sasi Preetha

---

<div class="post-metadata">

### Author: ![seanmoebeal36](https://avatars.discourse-cdn.com/v4/letter/s/958977/32.png) [@seanmoebeal36](https://community.thunkable.com/u/seanmoebeal36)
#### Post date: [March 18, 2021, 3:09pm UTC](https://community.thunkable.com/t/looking-for-barcode-api-which-can-get-the-details-of-the-products/1173892/2 "2021-03-18T15:09:19Z")

</div>

A quick google search quickly gave this promising looking result:  
[https://www.barcodelookup.com/api](https://www.barcodelookup.com/api)  
Haven’t checked it out or tested at all though, but seems straight forward!

---

<div class="post-metadata">

### Author: ![sasi26preetha4r](https://avatars.discourse-cdn.com/v4/letter/s/c6cbf5/32.png) [@sasi26preetha4r](https://community.thunkable.com/u/sasi26preetha4r)
#### Post date: [March 18, 2021, 3:16pm UTC](https://community.thunkable.com/t/looking-for-barcode-api-which-can-get-the-details-of-the-products/1173892/3 "2021-03-18T15:16:01Z")

</div>

Thank you. I tried that but for some reason I do not get the response getting printed.

[https://api.barcodelookup.com/v2/products?barcode=barcodescannerrnumericalvalue&formatted=y&key=APIkey](https://api.barcodelookup.com/v2/products?barcode=barcodescannerrnumericalvalue&formatted=y&key=APIkey)

Not sure whether its the correct way to retrieve information

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [March 18, 2021, 3:18pm UTC](https://community.thunkable.com/t/looking-for-barcode-api-which-can-get-the-details-of-the-products/1173892/4 "2021-03-18T15:18:15Z")

</div>

What type of products are you hoping to scan? Toys? Groceries? Books?

---

<div class="post-metadata">

### Author: ![sasi26preetha4r](https://avatars.discourse-cdn.com/v4/letter/s/c6cbf5/32.png) [@sasi26preetha4r](https://community.thunkable.com/u/sasi26preetha4r)
#### Post date: [March 18, 2021, 3:18pm UTC](https://community.thunkable.com/t/looking-for-barcode-api-which-can-get-the-details-of-the-products/1173892/5 "2021-03-18T15:18:45Z")

</div>

Appliance like Tv, washingmachine and so on…

---

<div class="post-metadata">

### Author: ![seanmoebeal36](https://avatars.discourse-cdn.com/v4/letter/s/958977/32.png) [@seanmoebeal36](https://community.thunkable.com/u/seanmoebeal36)
#### Post date: [March 18, 2021, 4:05pm UTC](https://community.thunkable.com/t/looking-for-barcode-api-which-can-get-the-details-of-the-products/1173892/6 "2021-03-18T16:05:31Z")

</div>

Silly question, but… Are you inputting your own APIkey where it’s asking you to (at the end of the url)?  
…And the barcode numerical value…?

---

<div class="post-metadata">

### Author: ![sasi26preetha4r](https://avatars.discourse-cdn.com/v4/letter/s/c6cbf5/32.png) [@sasi26preetha4r](https://community.thunkable.com/u/sasi26preetha4r)
#### Post date: [March 18, 2021, 4:25pm UTC](https://community.thunkable.com/t/looking-for-barcode-api-which-can-get-the-details-of-the-products/1173892/7 "2021-03-18T16:25:13Z")

</div>

Yes.

Could you kindly assist? I’m totally new in exploring this.

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [March 18, 2021, 5:39pm UTC](https://community.thunkable.com/t/looking-for-barcode-api-which-can-get-the-details-of-the-products/1173892/8 "2021-03-18T17:39:20Z")

</div>

Try putting this url in a browser but substitute your own API key:

[https://api.barcodelookup.com/v2/products?barcode=667379967640&formatted=y&key=\*\*APIkey](https://api.barcodelookup.com/v2/products?barcode=667379967640&formatted=y&key=**APIkey)\*\*

What result do you get?

I have a tutorial for using APIs with Thunkable. You might find it useful:

> [@API JSON Tutorial (Video)](https://community.thunkable.com/t/api-json-tutorial-video/1140575):
>
> Using APIs in Thunkable and understanding how to parse JSON to get certain data from the API response is both a popular and a difficult aspect of using Thunkable. It’s not so much difficult because of Thunkable but because every API url format is different, every API documentation is different, every JSON response is different, etc. In this video, I spend a lot of time talking you through some best practices. It’s not a quick tutorial because if you rush through setting up an API in Thunkable, …

---

<div class="post-metadata">

### Author: ![sasi26preetha4r](https://avatars.discourse-cdn.com/v4/letter/s/c6cbf5/32.png) [@sasi26preetha4r](https://community.thunkable.com/u/sasi26preetha4r)
#### Post date: [March 19, 2021, 1:29am UTC](https://community.thunkable.com/t/looking-for-barcode-api-which-can-get-the-details-of-the-products/1173892/9 "2021-03-19T01:29:49Z")

</div>

Thank you very much.

I get result as remote control for samsung television. Attached screenshot for your reference.

Thank you for highlighting your tutorial video. Will get back if I get stuck to get data from API response

 ![Screenshot_20210319-065604.png](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/7/e/7ec4073898cf25435e46770894fe051216f51b0f.png)

---

<div class="post-metadata">

### Author: ![sasi26preetha4r](https://avatars.discourse-cdn.com/v4/letter/s/c6cbf5/32.png) [@sasi26preetha4r](https://community.thunkable.com/u/sasi26preetha4r)
#### Post date: [March 19, 2021, 6:04am UTC](https://community.thunkable.com/t/looking-for-barcode-api-which-can-get-the-details-of-the-products/1173892/10 "2021-03-19T06:04:08Z")

</div>

Thank you so much Tatiang:)

It worked for me.

Here is the link [Thunkable](https://x.thunkable.com/copy/485048801154f0e77b29e8a019a5750c) (Thought to share probably it may be helpful for others)

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [March 19, 2021, 6:05am UTC](https://community.thunkable.com/t/looking-for-barcode-api-which-can-get-the-details-of-the-products/1173892/11 "2021-03-19T06:05:26Z")

</div>

It’s kind of you to share the project but because your API key is in a text block, it’s visible to anyone. You might want to change that.

---

<div class="post-metadata">

### Author: ![sasi26preetha4r](https://avatars.discourse-cdn.com/v4/letter/s/c6cbf5/32.png) [@sasi26preetha4r](https://community.thunkable.com/u/sasi26preetha4r)
#### Post date: [March 19, 2021, 12:00pm UTC](https://community.thunkable.com/t/looking-for-barcode-api-which-can-get-the-details-of-the-products/1173892/12 "2021-03-19T12:00:19Z")

</div>

Thank you Tatiang:) I have corrected it now.

---

<div class="post-metadata">

### Author: ![sasi26preetha4r](https://avatars.discourse-cdn.com/v4/letter/s/c6cbf5/32.png) [@sasi26preetha4r](https://community.thunkable.com/u/sasi26preetha4r)
#### Post date: [March 19, 2021, 12:14pm UTC](https://community.thunkable.com/t/looking-for-barcode-api-which-can-get-the-details-of-the-products/1173892/13 "2021-03-19T12:14:38Z")

</div>

Would like to know whether we have trusted online API to retreive address and phone number?

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [March 19, 2021, 2:19pm UTC](https://community.thunkable.com/t/looking-for-barcode-api-which-can-get-the-details-of-the-products/1173892/14 "2021-03-19T14:19:34Z")

</div>

I don’t know of any but I also have not looked for that.

---

<div class="post-metadata">

### Author: ![sasi26preetha4r](https://avatars.discourse-cdn.com/v4/letter/s/c6cbf5/32.png) [@sasi26preetha4r](https://community.thunkable.com/u/sasi26preetha4r)
#### Post date: [March 19, 2021, 2:37pm UTC](https://community.thunkable.com/t/looking-for-barcode-api-which-can-get-the-details-of-the-products/1173892/15 "2021-03-19T14:37:52Z")

</div>

No problem Tatiang.

Somehow I managed to find [https://www.geoapify.com/geocoding-api](https://www.geoapify.com/geocoding-api) and Places API.

It should work for me I guess:)

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 1:25pm UTC](https://community.thunkable.com/t/looking-for-barcode-api-which-can-get-the-details-of-the-products/1173892/16 "2024-11-08T13:25:57Z")

</div>


