Screenshots as a service.
Send a URL, get an image.
POST /grabs and you're done. Pixel-perfect captures at scale — no Chromium instances to provision, keep alive, or debug.
Trusted by 4,200+ agents and developers
Ready to capture...
$ curl -X POST https://api.grabbit.dev/v1/grabs \
-H "Authorization: Bearer <token>" \
-d url="https://stripe.com"\
-d fullPage=true
{
"status": "success",
"url": "https://stripe.com",
"image_url": "https://cdn.grabbit.dev/g/stripe_7a8fbc.png"
}Built for the agent era.
Your AI uses Grabbit before you finish your coffee.
AI agents can install Grabbit as an executable tool. Zero-configuration browser access for autonomous agents that need eyes on the web.
npx add skill grabbit
Installs Grabbit screenshot automation directly into your agent runtime or standard library.
> set up grabbit account
The agent initiates sign-up, validates the verification callback, and provisions its own secure token.
> get a screenshot from stripe.com
Agent makes the REST call, processes the high-res viewport capture, and visually analyses the DOM.
Integrate in minutes.
Clean REST API with type-safe SDKs built for your stack of choice.
curl -X POST https://api.grabbit.dev/v1/grabs \
-H "Authorization: Bearer grb_live_8f3d91" \
-H "Content-Type: application/json" \
-d '{
"url": "https://stripe.com",
"fullPage": true,
"theme": "light",
"viewport": { "width": 1280, "height": 800 }
}'{
"id": "grab_81bc923a",
"status": "success",
"url": "https://stripe.com",
"image_url": "https://cdn.grabbit.dev/g/stripe_7a8fbc.png",
"width": 1280,
"height": 800,
"captured_at": "2026-06-06T15:12:00Z"
}Output Showcase
The actual result returned via cdn.grabbit.dev. Pixel perfect rendering matching CSS animations, fonts, and retina scaling rules.
Hardened capture mechanics.
Every feature is fine-tuned to solve browser automation edge cases silently behind the scenes.
Full-page or viewport
One flag flips between scroll-stitched vertical grabs and above-the-fold snapshots.
Light & dark mode
Force preferred color scheme on any web page directly via header overriding.
Retina-ready
Supports high-DPR (2x and 3x) capture options for marketing-grade visual clarity.
Wait for selectors
Block capture triggers until specific DOM elements are mounted, avoiding flashes.
Block ads & cookies
Clean grabs automatically stripped of cookie consent banners, trackers, and popup ads.
99.98% uptime
Fail-safe orchestration layer scaling dynamic chromium instances across 3 cloud regions.
Uncomplicated Pricing
Simple plans tailored to side-projects, startups, and massive agent automation scales.
500 captures / mo
- Full API access
- Light & dark mode config
- Webhook delivery callbacks
25,000 captures / mo
- Everything in Hobby
- Retina-ready renders (2x, 3x)
- Fast viewport selector blockers
250,000 + priority captures / mo
- Everything in Pro
- Priority capture worker queue
- Dedicated IP proxy rotators
Need millions? for custom high-volume pipelines.
Ship it before lunch.
Never maintain selenium instances or resolve containerized chrome crashes again. Grab the web visually now.