Use the Barcode Lookup connector to retrieve product barcode information.
Integrating your application with Barcode Lookup lets you use these operations in an automation. It exposes 2 actions, listed below. Add the connector from the Connections area, authenticate, then select its operations in the automation builder. Capabilities: actions.
Authentication
Before you begin, make sure you have the following information:
Connection Name: Choose a meaningful name for your connection. This name helps you identify the connection within your application or integration settings.
Authentication Type: The authentication method for this connector is defined in the connection setup. Select the connector in the Connections area to see the fields it requires.
Obtaining Your API Key
Go to the Barcode Lookup API page at barcodelookup.com/api.
Click Sign Up and choose an API plan, or select the free test API option.
Fill in your account details (name, email, and password) and submit the registration form.
Once registered, log in to your Barcode Lookup account dashboard. Your unique API key is generated automatically and shown there.
Copy the API key and store it securely for further authentication purposes.
Authentication & setup
API Key Authentication
Every user account automatically receives a unique API key upon creation
Include API key in every API request (typically as a parameter)
Can be found in account dashboard
Actions
Action Name | Description |
|---|---|
Get products | Search products by barcode, MPN, ASIN, title, and other fields in Barcode Lookup |
Get rate limits | Get API rate limits in Barcode Lookup |
About the API
The Barcode Lookup API provides RESTful access to a comprehensive barcode and product database. The service returns responses in JSON format. All queries use the base endpoint https://api.barcodelookup.com/v3/products. The API supports searches by barcode (UPC, EAN, ISBN) and by multiple product criteria (brand, category, MPN). Results include product information, descriptions, features, images, store pricing, and more than 30 unique product data fields. Up to 10 results are returned per page when using search parameters.