
Barcode
1 day trial then $10.00/month - No credit card required now

Barcode
1 day trial then $10.00/month - No credit card required now
Fast barcode lookup for UPC, EAN, ISBN and GTIN.
Actor Metrics
5 monthly users
No reviews yet
1 bookmark
>99% runs succeeded
Created in Jan 2025
Modified 2 months ago
You can access the Barcode programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "keyword": [
3 "00853084004477",
4 "9789295055025",
5 "195166278582"
6 ],
7 "proxy": {
8 "useApifyProxy": true,
9 "apifyProxyGroups": [
10 "RESIDENTIAL"
11 ]
12 }
13}' |
14apify call canadesk/barcode --silent --output-dataset
Barcode API through CLI
The Apify CLI is the official tool that allows you to use Barcode locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: