Website screenshot API

Send a URL, get an image back. One GET request, binary response, no JSON envelope — so the URL drops straight into an <img src>.

curl -o website.png \
  "https://api.screenshotline.com/take?url=https%3A%2F%2Fexample.com\
&access_key=YOUR_KEY\
&block_cookie_banners=true\
&full_page=true"
Get a free key — no card Try it without signing up

What people use it for

Link previews and Open Graph images

Render the page once, cache it, serve it. Cache hits are never billed.

Visual site audits

Capture a list of URLs at a fixed viewport and diff them over time.

Monitoring and change detection

Watch a competitor page or your own checkout for visual regressions.

Documentation and reports

Embed a live view of a dashboard or a landing page into a PDF.

What breaks, and what this does about it

Most screenshot failures are not crashes. They are a 200 with the wrong picture — a consent wall, a half-loaded page, a blank frame your pipeline records as a success. These are the ones a 202-page benchmark of the real web actually found:

Measured against the incumbents

18 news front pages — consent walls, lazy images, heavy embeds — captured through three APIs on the same day at the same viewport.

18 news pagesScreenshotlineScreenshotOneApiFlash
Captured18/1817/1818/18
timesofindia.com414 KB261 KB358 KB

Pricing

Free: 500 renders a month, no credit card. Then $17 for 2,000, $79 for 10,000, $259 for 50,000 — with overage priced below the plan rate, so a spiky month costs less per render rather than more.

Failed renders and cache hits are never billed. Most APIs promise that; blank detection is what lets this one mean it literally.

Full pricing · Documentation

Open source

The renderer is AGPL-3.0 and self-hostable — the same code that runs here, with nothing held back for the hosted version. Read it before you trust it, or run it yourself. The paid product is the hosted API: a warm browser pool, a cache, and someone else's pager.

Related