🚀 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
REST
Simple JSON APIs
0
Credit card required

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

Pick any API, sign up in 30 seconds, and start building. Free tier on every product. No credit card needed.

Choose an API to Start →

Stay in the loop

We ship new APIs regularly. Drop your email and we'll let you know when something cool launches.