Simple Scraper logo

Perfectly Screenshot Any Website in Seconds

Turn webpages into images at scale - via API or bulk from the dashboard. Full control over viewport, format, and rendering.

No coding required Scrape via browser or API Scale effortlessly

Create quality screenshots, just like these

These websites were captured today using the Screenshot API

https://github.com/trending
Screenshot of GitHub Trending
Loading screenshot...
1920 x 1080

Pixel-perfect screenshots, any device

Capture any webpage as a high-fidelity image via API or bulk from the dashboard. Choose viewport, format, and rendering options to get exactly the output you need.

Any viewport size

320px to 3,840px width and height

Full page capture

Scroll the entire page, even lazy-loaded content

PNG, JPEG, WebP

Choose your format, control compression quality

Retina display

1x, 1.5x, 2x, or 3x pixel density

Hide popups and ads

Remove cookie banners and ad overlays automatically

Transparent backgrounds

Perfect for compositing, PNG and WebP only

Smart page loading

Wait for selectors, network idle, or a custom delay

Hosted URLs or raw bytes

Get a hosted link, base64, or stream the binary directly

Build your Screenshot API request

Configure parameters and copy ready-to-use code

const response = await fetch('https://api.simplescraper.io/v1/screenshot', {
  method: 'POST',
  headers: {
    'Content-Type': 'application/json',
    apikey: 'YOUR_API_KEY'
  },
  body: JSON.stringify({
    url: 'https://github.com/trending',
    viewport_width: 1920,
    viewport_height: 1080,
    format: 'webp',
    output: 'url',
    quality: 80,
    hide_popups: true
  })
});

const data = await response.json();
console.log(data.screenshot);

How it works

One API call or a few clicks. Pixel-perfect screenshots in seconds.

1

Pick Your Method

Use the API for automation or the dashboard for bulk captures.

2

Configure the Shot

Set viewport size, format, full page, and rendering options.

3

Get Your Images

Download, get hosted URLs, or stream raw bytes.

Frequently asked questions

Everything you need to know to become a scraping pro.

Start capturing screenshots today

API automation or dashboard bulk capture. Full control over every pixel.

No credit card required • 100 free credits • Cancel anytime