Barcode Lookup Product Search - Data API Endpoint

Product Search by api key, asin, barcode, brand, category, geographic filter, mpn and manufacturer.


Download Barcode Lookup Product Search data from the Official Barcode Lookup API | 👥  Contributors: steve 🚩  Report

✏️ Inputs

API Key api_key Required

Your Barcode Lookup API Key. You can create a Free Trial Account if needed and get your API Key in the Barcode Lookup Account Center.

ASIN asin Optional

ASIN for finding Amazon products.

E.g. B00814IE4G
Barcode barcode Optional

Barcode in 7, 8, 10, 11, 12, 13 or 14 digits.

E.g. 767719012051
Brand brand Optional

Find products by brand

E.g. Calvin Klein
Category category Optional

Category to search in from the Google product taxonomy.

E.g. Home & Garden > Decor
Geographic Filter geo_filter Optional

Filter results to only certain territories. Possible values: us, gb, ca, eu

E.g. us
MPN mpn Optional

MPN or manufacturer part number to search by

E.g. 3M-2963
Manufacturer manufacturer Optional

Manufacturer of the product.

E.g. Toshiba America, Inc.
Search search Optional

Search query for a free-text search.

E.g. Air Jordan Red Shoes Size 40
Title product_name Optional

Product name to search for

E.g. Red Running Shoes
Page page Optional

Page Number of results. If you get back more than 10, use page 2 to get the 2nd page or results and so on…

📝 Notes

Posted by steve on March 23, 2023, 6:30 a.m. 🚩  Report

⚡️ Endpoint

GET https://api.barcodelookup.com/v2/products?key={{ api_key }}&page={{ page }}&search={{ search }}&barcode={{ barcode }}&mpn={{ mpn }}&asin={{ asin }}&product-name={{ product_name }}&geo={{ geo_filter }}&category={{ category }}&manufacturer={{ manufacturer }}&brand={{ brand }}

Body

None

Headers