A clean screenshot of any website.

Free screenshot API that removes cookie banners, ads and chat widgets. Paste a URL below.

Device
Format

Examples

Tap a card to prefill the form.

API reference

One GET request. No key, no signup. Returns the image bytes.

GET https://api.sitelookeratter.com/screenshot?url=https://example.com&device=mobile&removeCookies=true
url
Page to capture. Required. https:// is added if you omit it.
device
desktop ยท tablet ยท mobile - preset viewport + user agent.
width, height
Custom viewport in px. Used when device is omitted.
format
png ยท jpeg ยท webp. Default png.
quality
1โ€“100. Applies to JPEG and WebP only. Default 80.
delay
Milliseconds to wait before capture. 0โ€“10000.
full
true captures the whole page height, not just the viewport.
dark
true forces the page into its dark theme.
removeCookies
true strips cookie-consent banners.
blockAds
true blocks ad slots.
removeChat
true hides chat / support widgets.
removePopups
true dismisses newsletter and promo popups.
selector
CSS selector - capture a single element.
hide
Comma-separated CSS selectors to hide before capture.

Frequently asked questions

How do I take a screenshot?

Paste a website URL, pick your options (device, format, content blockers) and hit Generate. The API captures the page and returns a clean image instantly.

What formats are supported?

PNG, JPEG and WebP. PNG is best for UI and text, JPEG for photos and WebP for the smallest files.

Can I capture full-page screenshots?

Yes. Turn on Full Page to capture the entire page height, not just the visible viewport - ideal for long articles and landing pages.

Does it work with international websites?

Absolutely. Emoji and every major script render correctly - Chinese, Japanese, Korean, Arabic, Hindi, Thai and more, thanks to full Unicode support.

Is this free to use?

Yes. The service is free while in beta. We are gathering feedback to build the best screenshot API possible.

What makes this different?

It strips cookie banners, ads and chat widgets for you, and it is built on Bun for fast captures.