QR Code Generator avatar

QR Code Generator

Under maintenance

Pricing

from $10.00 / 1,000 results

Go to Apify Store
QR Code Generator

QR Code Generator

Under maintenance

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

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 days ago

Last modified

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

FieldTypeRequiredDefaultDescription
datastringโœ… Yesโ€”Content to encode in the QR code (text, URL, email, phone, etc.).
typestringโŒ NotextType of QR code content. Options: text, url, wifi, email, phone, vcard.
sizeintegerโŒ No300Width and height of the QR code in pixels (100โ€“2000).
errorCorrectionstringโŒ NoMError correction level: L (low), M (medium), Q (quartile), H (high).
wifiSSIDstringโŒ No""SSID for WiFi QR codes (required if type='wifi').
wifiPasswordstringโŒ No""WiFi password (required if type='wifi' and encryption is not 'nopass').
wifiEncryptionstringโŒ NoWPAWiFi encryption type. Options: WPA, WEP, nopass.

โš™๏ธ How It Works

  1. Text / URL / Phone / Email / vCard

    • Encodes the provided data into a QR code image.
  2. WiFi QR Codes

    • Include wifiSSID, wifiPassword, and wifiEncryption
    • Generates a QR code that devices can scan to connect automatically
  3. Customization

    • Set size for desired image resolution
    • Adjust errorCorrection for robustness against damage

๐Ÿงฎ 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

  • data is required unless generating WiFi QR codes (then wifiSSID is required).
  • size must be between 100 and 2000 px.
  • errorCorrection Lโ€“H determines resilience of QR code to damage.

๐Ÿ“„ License

MIT License