QR Code Generator โ Bulk PNG & SVG
Pricing
from $0.0015 / qr code generated
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
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" }
| Field | Type | Description |
|---|---|---|
values | array | URLs/text to encode โ one QR per entry. |
format | string | png or svg. |
size | integer | PNG size in pixels. |
margin | integer | Quiet-zone border (modules). |
errorCorrectionLevel | string | L, M, Q or H. |
darkColor / lightColor | string | Foreground / background colors. |
Output
{ "value": "https://apify.com", "imageUrl": "https://api.apify.com/v2/key-value-stores/.../records/qr-0001.png", "format": "png" }
Output schema
| Field | Type | Description |
|---|---|---|
value | string | The encoded value. |
imageUrl | string (URL) | Link to the QR image in your key-value store. |
format | string | png 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.