Skip to main content

Website Screenshots

Capture any website as PNG โ€” 13 device presets (iPhone, Pixel, desktop, tablet) or custom width/height. Full-page capture supported.

Endpointโ€‹

GET/screenshot?url=https://examtrend.in&device=iphone14
Device-preset screenshot.
GET/screenshot?url=https://example.com&width=1280&height=720
Custom viewport size.
GET/screenshot?url=https://examtrend.in&full=true
Full-page capture.

Query Parametersโ€‹

ParameterTypeDefaultDescription
urlstringโ€”โœ… Required. http:// or https:// only
devicestringdesktopDevice preset (see table)
widthnumber1366Custom width (when no device)
heightnumber768Custom height (when no device)
fullbooleanfalseFull-page screenshot
waitnumber2500Wait ms before capture

Device Presetsโ€‹

DeviceViewport
iphone14 / 13 / 12 / iphone390 ร— 844 (mobile UA)
pixel8 / 7 / android412 ร— 915 (mobile UA)
galaxy360 ร— 800 (mobile UA)
ipad / tablet768 ร— 1024
desktop1366 ร— 768
macbook1440 ร— 900
fullhd1920 ร— 1080

Exampleโ€‹

curl -o screenshot.png \
"https://apiw.proxynex.pro/screenshot?url=https://examtrend.in&device=iphone14"

Returns a PNG image directly with cache headers (5 min).

warning

Only http:// and https:// URLs are allowed. Private/local addresses are blocked (SSRF protection).