Website screen capture tool

An online tool that captures the screen of a website by URL address and converts it to an image. Simply enter a URL to capture a website′s screen and download the image.

Tired of scrolling down the screen in your web browser every time you want to capture something? Capture your screen quickly and easily.

Some websites may not capture the entire screen. If this happens, set your browser′s height manually.
If you′re pasting multiple website addresses, check beforehand to make sure they′re still captured when your browser′s height is set to auto.

Once you′re logged in, you can paste multiple URLs.
0 / 1 URLs
Upgrade your plan to get unlimited access to Vivoldis online tools.

If you can′t access the website or get a permission error, try switching to Firefox.
Manually set the height of the browser when an image or video is not captured in its entirety.

What is a Query Selector?

Pages on a website are made up of HTML tags, and the technique for getting a specific tag out of multiple HTML tags is a Query Selector.
Below is some example HTML

<!DOCTYPE html>
<html lang="ko">
<head>
</head>
<body>
<div id="image-list">
   First image: <img src="https://example.com/images/photo/photo-1.jpg" class="photo"><br>
   Second image: <img src="https://example.com/images/photo/photo-2.jpg" class="photo">
</div>
</body>
</html>

To capture a specific area with an id value, enter "#image-list".
For the class value, enter "img.photo" or ".photo" to capture a specific area.

Screen capture done!

Download

Preview

Downloaded images are higher quality than those in the preview.

If you found our tools useful, please share and tell more people about them.

Have questions?
Find answers here.

When you want to capture a screen of an entire website or just a specific area, you usually have to launch a capture application or download and install separate software on your desktop.
This act of capturing the screen and saving it to a file is incredibly cumbersome and slows down your work.

Vivoldi′s Capture Online tool can capture any screen from any website and webpage in the world by simply entering the URL.

It′s common for people to capture the content of a webpage before it′s changed so that they have a copy of the content before the change.
Examples include terms and conditions, policies, and when someone writes something and changes it in the middle, you can compare the before and after content.

Designers might study screen layout organization by referring to well-organized websites, or they might capture and archive product images and descriptions for a shopping site.

Depending on the performance of the server the website is running on and the line speed of the server, you might see a fast or slow screen when you access the website.
If a webpage is loading slowly, it may not load completely or capture may start while it is still loading.

The page load delay feature waits a certain amount of time after accessing a webpage for the webpage to fully load before starting the capture.
A 1-second delay is usually sufficient, but try setting it to 5 seconds or more if you have a slow website connection.

If the webpage has a lot of content and is vertically long, causing a lot of scrolling, the screen may render during capture.
If rendering occurs, the capture will not work properly.

If this happens, change the screen rendering mode to Firefox and try again.