Barcode Generator β EAN, UPC & Code128
Pricing
from $0.0015 / barcode generated
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
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 }
| Field | Type | Description |
|---|---|---|
values | array | Codes/numbers to encode β one image per entry. |
symbology | string | Barcode type (Code128, EAN-13, UPC-A, ITF-14β¦). |
format | string | png or svg. |
scale | integer | Pixel scale factor. |
height | integer | Bar height (mm). |
includeText | boolean | Print 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
| Field | Type | Description |
|---|---|---|
value | string | The encoded value. |
symbology | string | The barcode type used. |
valid | boolean | Whether the value was valid for that symbology. |
imageUrl | string (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.