DEV Community

Justin Cryptov
Justin Cryptov

Posted on

I Built a Free Screenshot API for Developers

I was tired of paying 50+ dollars per month for screenshot APIs. So I built my own.

JustInSol API has a FREE tier: 100 screenshots per month, no credit card required.

Quick code example:

fetch("https://api.justinsol.com/v1/screenshot?url=https://example.com", { headers: { Authorization: Bearer YOUR_KEY } })

Pricing:

  • Free: 100/month
  • Pro: 9 dollars/month for 10k

Check it out: https://justinsol.vercel.app

Top comments (0)