APIVine
HomeAPIsDocsContact
Sign InBrowse APIs
APIVine

A curated collection of reliable APIs for developers. All APIs available through RapidAPI with free tiers for testing.

API Categories

  • Government & Public Data
  • Real Estate
  • Business & Location
  • Finance & Markets
  • E-commerce & Products

Resources

  • Browse APIs
  • Documentation
  • RapidAPI Hub
  • Request an API

Company

  • Contact Us
  • Privacy Policy
  • Terms of Service
  • Imprint

© 2026 APIVine by Kretronik GmbH. All rights reserved.

APIVine
HomeAPIsDocsContact
Sign InBrowse APIs
  1. Home
  2. /
  3. APIs
  4. /
  5. Website Screenshot API

Website Screenshot API

Featured

Capture a full-page screenshot of any public website and receive it as a base64-encoded image. Ideal for AI web scraping, design review, and visual site monitoring.

Web Searchv1.0Headless Chromium (Playwright)
Get API on RapidAPI
Free tier: Free tier available

About this API

The Website Screenshot API renders any public URL in a headless Chromium browser and returns a full-page screenshot as a base64-encoded PNG or JPEG. Designed for AI agents that need a visual snapshot of a web page — LLMs can pass the base64 string directly to vision models. Also useful for design review automation, competitor monitoring, and thumbnail generation. Supports configurable viewport width (320–2560 px), full-page vs viewport-only capture, and PNG or JPEG output.

Endpoints

GET/screenshot

Take Screenshot

Render a URL in headless Chromium and return the screenshot as a base64-encoded image. Waits for network idle before capturing so JavaScript-rendered content is fully visible.

Parameters

NameTypeRequiredDescription
urlstringRequiredFull URL to screenshot — must start with http:// or https://
full_pagebooleanOptionalCapture the entire page height, not just the visible viewport (default true)
formatstringOptionalImage format: png or jpeg (default png)
widthnumberOptionalViewport width in pixels, 320–2560 (default 1280)

Example Response

json
{
  "url": "https://example.com",
  "title": "Example Domain",
  "format": "png",
  "screenshot": "iVBORw0KGgoAAAANSUhEUgAA..."
}

Use Cases

  • Feeding website visuals to multimodal LLMs for AI-driven scraping
  • Automated design review and UI regression testing
  • Competitor website monitoring and archiving
  • Generating Open Graph preview thumbnails
  • Visual site health checks in CI/CD pipelines
  • Research and journalism — capturing public web pages as evidence

Quick Info

Version
1.0
Status
Active
Free Tier
Yes
Free Limit
Free tier available

Data Sources

Headless Chromium (Playwright)
APIVine

A curated collection of reliable APIs for developers. All APIs available through RapidAPI with free tiers for testing.

API Categories

  • Government & Public Data
  • Real Estate
  • Business & Location
  • Finance & Markets
  • E-commerce & Products

Resources

  • Browse APIs
  • Documentation
  • RapidAPI Hub
  • Request an API

Company

  • Contact Us
  • Privacy Policy
  • Terms of Service
  • Imprint

© 2026 APIVine by Kretronik GmbH. All rights reserved.