Barcode Generator β€” EAN, UPC & Code128 avatar

Barcode Generator β€” EAN, UPC & Code128

Pricing

from $0.0015 / barcode generated

Go to Apify Store
Barcode Generator β€” EAN, UPC & Code128

Barcode Generator β€” EAN, UPC & Code128

Generate retail and logistics barcodes (EAN-13, UPC-A, Code128, ITF-14, Code39 and more) as PNG or SVG with checksum validation. One barcode image per value for labels and inventory.

Pricing

from $0.0015 / barcode generated

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Barcode Generator β€” EAN, UPC, Code128 & More

Generate retail and logistics barcodes in bulk β€” EAN-13, UPC-A, Code128, ITF-14, Code39, QR, Data Matrix and more β€” as PNG or SVG with checksum validation and human-readable text. One barcode image per value, ready for labels and inventory.

What it does

  • Supports 12+ symbologies (Code128, EAN-13/8, UPC-A/E, ITF-14, Code39/93, Codabar, QR, Data Matrix, PDF417).
  • PNG or SVG output, adjustable scale and bar height.
  • Validates the value for the chosen symbology (checksum/length) and flags invalid ones.
  • Optional human-readable text under the bars.

Use cases

  • Retail & e-commerce β€” generate product barcodes per SKU.
  • Warehouse & logistics β€” carton/pallet labels (ITF-14, Code128).
  • Asset tracking β€” Code39/Data-Matrix tags in bulk.

Input

{ "values": ["5901234123457", "012345678905"], "symbology": "ean13", "format": "png", "scale": 3, "height": 12, "includeText": true }
FieldTypeDescription
valuesarrayCodes/numbers to encode β€” one image per entry.
symbologystringBarcode type (Code128, EAN-13, UPC-A, ITF-14…).
formatstringpng or svg.
scaleintegerPixel scale factor.
heightintegerBar height (mm).
includeTextbooleanPrint the value under the barcode.

Output

{ "value": "5901234123457", "symbology": "ean13", "valid": true, "imageUrl": "https://api.apify.com/v2/key-value-stores/.../records/barcode-0001.png" }

Output schema

FieldTypeDescription
valuestringThe encoded value.
symbologystringThe barcode type used.
validbooleanWhether the value was valid for that symbology.
imageUrlstring (URL)Link to the barcode image in your key-value store.

FAQ

Why is a value marked invalid? EAN/UPC require an exact digit count and a correct checksum β€” those are flagged rather than producing a wrong barcode.

Can I automate it? Yes β€” via integrations on the Apify platform and the Apify API.

Notes

Original clean-room implementation.