Barcode Generator avatar
Barcode Generator

Pricing

Pay per usage

Go to Store
Barcode Generator

Barcode Generator

Developed by

Karim

Karim

Maintained by Community

Generate high-quality barcode images for a list of values in popular formats like Code 128, EAN-13, UPC, and more. This actor takes an array of input values and a selected barcode type, then outputs a downloadable ZIP file containing PNG images of the generated barcodes.

0.0 (0)

Pricing

Pay per usage

0

Total users

1

Monthly users

1

Runs succeeded

>99%

Last modified

4 days ago

You can access the Barcode Generator 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.

$echo '{
< "barcodeValues": [
< "123456789012",
< "987654321098"
< ]
<}' |
<apify call zsoftware/barcode-generator --silent --output-dataset

Barcode Generator API through CLI

The Apify CLI is the official tool that allows you to use Barcode Generator locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

$npm i -g apify-cli
$apify login

Other API clients include: