SEO analysis, QR code generation, and email validation โ all in one API. Free to start.
Get Free API KeyAnalyze any webpage's SEO in real-time. Get scores for titles, meta tags, headings, images, and more.
GET /api/seo?url=example.com
Generate customizable SVG QR codes. Set colors, sizes, margins. Perfect for print or digital.
GET /api/qr?data=Hello&size=300
Validate emails with syntax checks, MX record lookups, disposable email detection, and more.
GET /api/email?email=hello@example.com
# Get your free key curl -X POST https://api-market.wei04459.workers.dev/keys # Use it curl "https://api-market.wei04459.workers.dev/api/seo?url=https://example.com" -H "X-API-Key: YOUR_KEY"