Endpoints

2

Ungrouped Endpoints
2

What is the Website Screenshot API?

Capture pixel-perfect screenshots of any website or HTML with a real Chromium browser. Full-page and 4K viewports, PNG/JPEG/WebP/PDF, CSS selectors, JS/CSS injection, ad and cookie-banner blocking. Free plan includes 1,500 captures per month.

Website Screenshot API is available on the JoJ API marketplace. Subscribe with a single JoJ API key, call it through one gateway, and pay from one wallet — no separate account or contract with the provider.

Website Screenshot API endpoints

  • GET/api/v1/screenshot

    Take Screenshot

    Receives a URL, takes the screenshot and return the image

  • POST/api/v1/screenshot

    Take Screenshot

    Receives a URL, takes the screenshot and return the image

Frequently asked questions about Website Screenshot API

How do I get started?

Subscribe to the free BASIC plan on the Pricing tab (1,500 captures per month, no credit card). Copy the sample request from the Documentation tab, replace the URL with the page you want to capture, and send it. Upgrade to PRO, ULTRA, or MEGA when you need more volume — every plan includes the same capture features.

How do I take a screenshot of a website?

Send a GET or POST request to `/api/v1/screenshot` with a `url` parameter (for example `https://example.com`). The response is the screenshot file, or a JSON object with a `url` field if you set `response_type=url`.

Which image and document formats are supported?

PNG, JPEG, WebP, GIF, TIFF, JP2, and PDF. Set the `format` parameter (for example `image/png` or `application/pdf`) to choose the output type.

Can I capture a full page, a CSS selector, or a custom viewport?

Yes. Use viewport width/height (up to 4K), crop coordinates, or a CSS `selector` to capture a specific element. Full-page capture is available so the entire scrollable page is rendered, not just the viewport.

How is usage billed?

Each successful screenshot counts as 1 Request against your plan quota. Failed 5xx responses are not billed. The BASIC plan includes 1,500 requests per month; PRO 10,000; ULTRA 50,000; MEGA 100,000.