🚀 10 APIs. Free tier on every one. No credit card needed.

The developer toolkit
you've been missing.

Screenshots, PDFs, color palettes, font detection, uptime monitoring, link checking, visual diffs, SEO audits, meta extraction, and email testing. One platform, simple REST APIs, generous free tiers.

10
REST APIs
Free
Every product
<300ms
Avg response
99.9%
Uptime

Every API you need

Built for developers who ship fast. Each API has docs, a live playground, and a generous free tier.

Dead simple to use

Every API follows the same pattern. Get your key, make a request, get results.

example.js
// Screenshot a website
const res = await fetch('https://grabshot.dev/api/screenshot', {
  method: 'POST',
  headers: { 'x-api-key': 'YOUR_KEY' },
  body: JSON.stringify({ url: 'https://stripe.com' })
});

// Extract colors from any site
const colors = await fetch('https://colorpeek.grabshot.dev/api/extract', {
  method: 'POST',
  headers: { 'x-api-key': 'YOUR_KEY' },
  body: JSON.stringify({ url: 'https://linear.app' })
});

// Check for broken links
const links = await fetch('https://linkcheck.grabshot.dev/api/check', {
  method: 'POST',
  headers: { 'x-api-key': 'YOUR_KEY' },
  body: JSON.stringify({ url: 'https://mysite.com' })
});

Simple pricing across the suite

Every API uses the same pricing structure. Start free, scale as you grow. Plans are per-product.

Free
$0
25-50 requests/mo
Per product
Starter
$9
2,000 requests/mo
Per product
Pro
$29
20,000 requests/mo
Per product
Business
$79
200,000 requests/mo
Per product

Mix and match — use GrabShot Pro + ColorPeek Free + CronPing Starter. Pay only for what you need.

Start building in 30 seconds

Sign up once, get an API key, and use it across all 10 products. No credit card needed.

Get Your Free API Key →