Screenshot API

Capture any webpage as PNG. Enter a URL, get a screenshot. Free API for developers.

API USAGE

GET /api/screenshot?url=https://example.com&width=1280&height=800&full_page=false

# Returns: PNG image (image/png)
# Optional params: width (default 1280), height (800), full_page (false), delay (0)

Free. No auth needed. Rate limited to 50 requests/hour per IP.

USE CASES

→ Generate OG images for link previews automatically

→ Visual regression testing for web apps

→ Thumbnail generation for URL bookmarks

→ Website monitoring — capture before/after states

→ Social media cards from any webpage