Hi all! I have a technical question. I am designing a small application in rust to do a reserve search of the unique reverse identifier (UPC, EAN) of any specific product, some of them are found on specific websites, but I only need the text string, which only with the name of the product can you give me these 2 data, please, some idea of how to be able to do a sweep through all the most commercial search engines such as Google, Bing, of course, these codes can be in different special pages
Example :
Product : JBl Flip 6 black
EAN:
CPU:
What is UPC?
The Universal Product Code ( UPC ; redundantly : UPC code ) is a barcode symbology that is widely used around the world to track trade items in stores.
What is EAN?
International Article Number (also known as European Article Number or EAN) is a standard that describes a barcode symbology and numbering system used in world trade to identify a specific type of retail product, in a configuration of specific packaging, from a specific manufacturer
I found these websites that have api for queries
https://www.upcindex.com/
https://www.upcitemdb.com/
But unfortunately some products are not listed and you have to do the manual search, which is not the idea why I usually do the following on Google:
Product name followed by SKU
Beforehand thank you very much! Your help is very helpful!
Example :
Product : JBl Flip 6 black
EAN:
CPU:
What is UPC?
The Universal Product Code ( UPC ; redundantly : UPC code ) is a barcode symbology that is widely used around the world to track trade items in stores.
What is EAN?
International Article Number (also known as European Article Number or EAN) is a standard that describes a barcode symbology and numbering system used in world trade to identify a specific type of retail product, in a configuration of specific packaging, from a specific manufacturer
I found these websites that have api for queries
https://www.upcindex.com/
https://www.upcitemdb.com/
But unfortunately some products are not listed and you have to do the manual search, which is not the idea why I usually do the following on Google:
Product name followed by SKU
Beforehand thank you very much! Your help is very helpful!