QR Code Generator API — Hosted PNG and SVG, URL/WiFi/vCard avatar

QR Code Generator API — Hosted PNG and SVG, URL/WiFi/vCard

Pricing

$20.00 / 1,000 qr generateds

Go to Apify Store
QR Code Generator API — Hosted PNG and SVG, URL/WiFi/vCard

QR Code Generator API — Hosted PNG and SVG, URL/WiFi/vCard

Generate QR codes via API. Input: content (URL, text, WiFi, vCard and more) plus optional size, margin, colors, and error-correction level. Output: hosted PNG and SVG image URLs ready to embed or download. Cheap flat pay-per-code pricing per QR generated.

Pricing

$20.00 / 1,000 qr generateds

Rating

0.0

(0)

Developer

Anthony Snider

Anthony Snider

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

QR Code Generator

Turn any URL, text, WiFi credential or vCard into a crisp, hosted QR code — PNG and SVG, in one call.

Live on the Apify Store — run it instantly or call it as an agent tool via Apify MCP.

What you get

  • Two formats per code — a raster PNG (for slides, prints, posts) and a scalable SVG (for design tools, web, large-format).
  • Hosted URLs — both files are stored in the run's key-value store and returned as public links, ready to embed or download.
  • Fully styleable — set size, margin/quiet-zone, dark + light colors (transparent backgrounds supported), and error-correction level (L/M/Q/H).
  • Single or bulk — pass one data string or an items array (up to 50), with optional per-item overrides.

Input

{
"data": "https://apify.com",
"size": 512,
"margin": 4,
"darkColor": "#000000",
"lightColor": "#ffffff",
"ecLevel": "M"
}

Bulk example:

{
"items": [
"https://github.com",
{ "data": "WIFI:T:WPA;S:MyNetwork;P:secret123;;", "ecLevel": "H", "size": 256 }
]
}

Output

One dataset record per QR code:

{
"data": "https://apify.com",
"pngUrl": "https://api.apify.com/v2/key-value-stores/.../records/001-https-apify-com-abc.png",
"svgUrl": "https://api.apify.com/v2/key-value-stores/.../records/001-https-apify-com-abc.svg",
"sizePx": 512,
"ecLevel": "M",
"margin": 4,
"darkColor": "#000000",
"lightColor": "#ffffff"
}

Pricing

Pay-per-event: $0.02 per QR code generated (PNG + SVG).