Screenshot any URL instantly

Full-Page URL Screenshots

Capture screenshots of any URL — live sites, staging, archives, or any web page. One API call. No manual scrolling.

Start Free

The Problem

Manual URL screenshots are slow and don't scale. Browser tools break in automation pipelines. You need a programmatic way to capture any URL as a pixel-perfect image.

The Solution

Pass a URL. Get a screenshot in milliseconds. RenderPix uses headless Chrome — if it renders in a browser, we can capture it.

Any URL works

Live sites, staging, archives (Wayback Machine, Browsertrix), or any accessible page.

Full-page capture

Render the entire scrollable height automatically — no manual height guessing.

CSS selector

Capture just a specific element on the page. Perfect for isolating components.

Multiple formats

PNG, JPEG, or WebP. Custom dimensions up to 4K. Retina scaling.

How It Works

  1. 1

    Get your API key

    Sign up free, grab your key from the dashboard.

  2. 2

    Pass a URL

    Any public URL — live site, staging, or archive.

  3. 3

    Get a screenshot

    Full-page rendering in milliseconds. PNG, JPEG, or WebP.

  4. 4

    Use it anywhere

    Save locally, upload to cloud, or pipe into your automation.

Examples

Basic screenshot
curl -X GET "https://renderpix.dev/v1/screenshot" \
  -H "X-API-Key: rpx_your_key" \
  --data-urlencode "url=https://example.com" \
  --data-urlencode "format=png" \
  -o screenshot.png
Full-page capture
curl -X GET "https://renderpix.dev/v1/screenshot" \
  -H "X-API-Key: rpx_your_key" \
  --data-urlencode "url=https://example.com/long-article" \
  --data-urlencode "fullPage=true" \
  -o full-page.png
CSS selector — capture a specific element
curl -X GET "https://renderpix.dev/v1/screenshot" \
  -H "X-API-Key: rpx_your_key" \
  --data-urlencode "url=https://example.com" \
  --data-urlencode "selector=.main-content" \
  -o element.png

Plan Comparison

FeatureFreeStarterPro
Screenshots/month1002,00010,000
Full-page capture
CSS selector
Max resolution1280×7201920×10803840×2160
PriceFree$9/mo$29/mo

Start taking screenshots

No credit card. First 100 renders free.

Get Your API Key
More Use Cases

More ways to use RenderPix

OG / Social Cards

OG / Social Cards

Dynamic Open Graph images for every blog post or landing page.

Invoices & Receipts

Invoices & Receipts

Generate pixel-perfect invoice images from your billing data.

Certificates

Certificates

Generate thousands of personalized certificates automatically.

Social Media Automation

Social Media Automation

Automate social media image generation at scale with any HTML.