A standard screenshot captures only what fits inside the browser viewport — typically 768 to 1080 pixels of height. A full page screenshot goes further: it scrolls the entire document canvas and composites every section into one seamless image.
Site-Shot uses a real Chromium browser to render the page, execute JavaScript, load lazy images, and then capture the fully rendered document from the first pixel to the last.
Automate full page captures with the Site-Shot API. Set full_size=1 in your API request to capture the entire document. Control the maximum height with the max_height parameter (up to 20,000 pixels).
Example API call:
https://api.site-shot.com/?url=https://example.com&userkey=YOUR_API_KEY&full_size=1&max_height=15000
delay_time=3000) for pages with heavy lazy-loading.Questions about screenshots, API access, or integrations? Reach the team directly.