VOOZH about

URL: https://apify.com/yasaslive/bulk-qr-generator

โ‡ฑ Bulk Qr Generator ยท Apify


Pricing

from $0.001 / result

Go to Apify Store

High Performance Bulk QR Generator

Pricing

from $0.001 / result

Rating

0.0

(0)

Developer

๐Ÿ‘ Yasas Alwis

Yasas Alwis

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 months ago

Last modified

Share

Ultra High Performance Bulk QR Generator

A high-performance Apify Actor for generating QR codes in bulk. It supports various data types (URLs, Email, WiFi, vCard, etc.), custom styling, and outputs results as individual image files, a summary dataset, and a downloadable ZIP archive.

Features

  • High Performance: Built with concurrency in mind using Apify's BasicCrawler, capable of handling thousands of records efficiently.
  • Multiple Types: Supports Text, URL, Email, Phone, SMS, WiFi, Geo Location, and vCard.
  • Custom Styling: Configure size, margin, colors (light/dark), and error correction levels.
  • Flexible Output:
    • Dataset: detailed records with public URLs.
    • Key-Value Store: Individual images (optional configuration) and a zipped archive of all codes.
    • Formats: PNG, SVG, and UTF8 (terminal output).

Input Usage

The actor accepts a JSON input with the following structure:

{
"batchSize":10,
"outputFormat":"png",
"zipResults":true,
"options":{
"width":256,
"margin":4,
"color":{
"dark":"#000000",
"light":"#ffffff"
}
},
"data":[
"https://example.com",
{
"type":"wifi",
"ssid":"MyNetwork",
"password":"pass",
"encryption":"WPA",
"filename":"office-wifi"
},
{
"type":"vcard",
"firstName":"John",
"lastName":"Doe",
"email":"john@example.com"
}
]
}

Data Types

Each item in the data array can be a simple string (treated as text/url) or an object with a type.

TypeComputed FieldsExample
text / urlcontent{"type": "text", "content": "Hello"}
emailemail, subject, body{"type": "email", "email": "x@y.com"}
phonephone{"type": "phone", "phone": "+123456"}
smsphone, message{"type": "sms", "phone": "+123", "message": "Hi"}
wifissid, password, encryption, hidden{"type": "wifi", "ssid": "Guest"}
geolat, lng{"type": "geo", "lat": 40.7, "lng": -74.0}
vcardfirstName, lastName, org, phone, email, ...{"type": "vcard", "firstName": "John"}
customcustom{"type": "custom", "custom": "RAW_DATA"}

Output

  1. Dataset: Contains metadata for each generated QR code, including the encoded payload and a public URL to the image (if stored).
  2. Key-Value Store:
    • qr-codes.zip: A ZIP file containing all generated QR codes.
    • Individual image files (e.g., qr-0.png, guest-wifi.png).

Performance Tips

  • For very large datasets (>10,000 items), increase batchSize (e.g., 50 or 100) based on available memory.
  • zipResults is recommended for bulk downloads.

You might also like

QR Generator Apify

calm_necessity/QR-Generator-Apify

QR Code Generator is an Apify Actor that creates QR codes from URLs using an API. Generate QR images instantly with optional logo overlay, title, and attribution. Ideal for marketing campaigns, product links, events, and automated workflows.

๐Ÿ‘ User avatar

Taher Ali Badnawarwala

6

Bulk QR Code Generator

onescales/bulk-qr-codes

Generate multiple QR codes at once from URLs, text, or any string input. Perfect for creating QR codes in bulk for marketing campaigns, event tickets, product labels, or any other use case where you need multiple QR codes quickly. Enjoy our QR Code tool today!

69

5.0

QR Code Generator

zsoftware/qr-code-generator

The QR Code Generator generates QR codes from a list of text values or URLs. It stores the generated QR codes as PNG images in a ZIP file, which is downloadable. The actor also pushes metadata for each QR code, including the original value, filename, and index, for easy reference.

Awesome QR Code Api Actor

amaranth_nylon/QR-code-api-actor

The Awesome QR Code API actor is a utility-focused automation designed to programmatically generate QR codes with extensive customization options. It enables developers, integrators, and automation workflows to create high-quality QR codes on demand without manual design tools.

QR Code Toolkit โ€” Bulk Generate with Custom Colors & Logos

accurate_pouch/qr-code-toolkit

Generate QR codes in bulk with custom colors, error correction levels, and logo overlays. PNG, SVG, or base64 output. 10 QR codes free per run.

๐Ÿ‘ User avatar

Manchitt Sanan

2

QR Code Factory

web.harvester/qr-code-factory

Generate and read QR codes at scale. Create custom QR codes from URLs, text, WiFi credentials, vCards. Decode QR codes from images. Batch processing, custom colors, PNG/SVG output, configurable error correction. No ads, no limits, full API access.

2