QR Code Generator โ€” Bulk PNG & SVG avatar

QR Code Generator โ€” Bulk PNG & SVG

Pricing

from $0.0015 / qr code generated

Go to Apify Store
QR Code Generator โ€” Bulk PNG & SVG

QR Code Generator โ€” Bulk PNG & SVG

Generate QR codes in bulk from URLs, text, WiFi or contact data โ€” as PNG or SVG with custom size, margin, colors and error correction. One image per value, saved to your storage.

Pricing

from $0.0015 / qr code generated

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Generate QR codes in bulk from URLs, text, WiFi credentials or contact data โ€” as PNG or SVG, with custom size, quiet-zone margin, colors and error-correction level. One image per value, saved straight to your storage.

What it does

  • Encodes any list of URLs/text into QR codes.
  • PNG or SVG output, custom size, margin and foreground/background colors.
  • Choose error-correction level (higher survives damage or a center logo).

Use cases

  • Marketing & events โ€” bulk QR codes for links, tickets, menus and posters.
  • Product & packaging โ€” per-SKU QR codes at scale.
  • WiFi / vCard โ€” generate connect-to-WiFi or contact QR codes in a batch.

Input

{ "values": ["https://apify.com", "Hello world"], "format": "png", "size": 512, "errorCorrectionLevel": "M" }
FieldTypeDescription
valuesarrayURLs/text to encode โ€” one QR per entry.
formatstringpng or svg.
sizeintegerPNG size in pixels.
marginintegerQuiet-zone border (modules).
errorCorrectionLevelstringL, M, Q or H.
darkColor / lightColorstringForeground / background colors.

Output

{ "value": "https://apify.com", "imageUrl": "https://api.apify.com/v2/key-value-stores/.../records/qr-0001.png", "format": "png" }

Output schema

FieldTypeDescription
valuestringThe encoded value.
imageUrlstring (URL)Link to the QR image in your key-value store.
formatstringpng or svg.

FAQ

Can I encode WiFi or vCard QR codes? Yes โ€” pass the standard WIFI:... or BEGIN:VCARD... strings as values.

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

Notes

Original clean-room implementation.