QR Code Generator
Pricing
from $10.00 / 1,000 results
Go to Apify Store
Under maintenance
QR Code Generator
A versatile tool to **generate QR codes** from text, URLs, WiFi credentials, email, phone numbers, or vCard contact information. Perfect for quick sharing, marketing, or automation workflows.
Pricing
from $10.00 / 1,000 results
Rating
0.0
(0)
Developer
Jamshaid Arif
Maintained by Community
Actor stats
0
Bookmarked
1
Total users
0
Monthly active users
2 days ago
Last modified
Categories
Share
๐ฉ QR Code Generator
A versatile tool to generate QR codes from text, URLs, WiFi credentials, email, phone numbers, or vCard contact information. Perfect for quick sharing, marketing, or automation workflows.
๐ Features
- Generate QR codes from:
- Text
- URLs
- WiFi credentials (SSID, password, encryption)
- Email addresses
- Phone numbers
- vCard contacts
- Customize QR code size (100โ2000 px)
- Select error correction level: L, M, Q, H
- Fully JSON-based output for easy integration
- Suitable for automation, printing, or embedding in websites
๐ฅ Input Schema
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
data | string | โ Yes | โ | Content to encode in the QR code (text, URL, email, phone, etc.). |
type | string | โ No | text | Type of QR code content. Options: text, url, wifi, email, phone, vcard. |
size | integer | โ No | 300 | Width and height of the QR code in pixels (100โ2000). |
errorCorrection | string | โ No | M | Error correction level: L (low), M (medium), Q (quartile), H (high). |
wifiSSID | string | โ No | "" | SSID for WiFi QR codes (required if type='wifi'). |
wifiPassword | string | โ No | "" | WiFi password (required if type='wifi' and encryption is not 'nopass'). |
wifiEncryption | string | โ No | WPA | WiFi encryption type. Options: WPA, WEP, nopass. |
โ๏ธ How It Works
-
Text / URL / Phone / Email / vCard
- Encodes the provided
datainto a QR code image.
- Encodes the provided
-
WiFi QR Codes
- Include
wifiSSID,wifiPassword, andwifiEncryption - Generates a QR code that devices can scan to connect automatically
- Include
-
Customization
- Set
sizefor desired image resolution - Adjust
errorCorrectionfor robustness against damage
- Set
๐งฎ Examples
Text QR Code
Input
{"data": "Hello, world!","type": "text","size": 300}
WiFi QR Code
Input
{"data": "","type": "wifi","wifiSSID": "MyNetwork","wifiPassword": "secret123","wifiEncryption": "WPA","size": 400}
URL QR Code
Input
{"data": "https://apify.com","type": "url","size": 500}
๐๏ธ Use Cases
- Generate QR codes for business cards, event tickets, or marketing materials
- Share WiFi credentials easily with guests
- Automate QR code generation for websites or applications
- Embed QR codes in printed documents or digital media
โก Notes
datais required unless generating WiFi QR codes (thenwifiSSIDis required).sizemust be between 100 and 2000 px.errorCorrectionLโH determines resilience of QR code to damage.
๐ License
MIT License