Back to articles
I Built a Free Screenshot API for Developers

I Built a Free Screenshot API for Developers

via Dev.to WebdevJustin Cryptov

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

Continue reading on Dev.to Webdev

Opens in a new tab

Read Full Article
2 views

Related Articles