Website Screenshots
Capture any website as PNG โ 13 device presets (iPhone, Pixel, desktop, tablet) or custom width/height. Full-page capture supported.
Endpointโ
Query Parametersโ
| Parameter | Type | Default | Description |
|---|---|---|---|
url | string | โ | โ
Required. http:// or https:// only |
device | string | desktop | Device preset (see table) |
width | number | 1366 | Custom width (when no device) |
height | number | 768 | Custom height (when no device) |
full | boolean | false | Full-page screenshot |
wait | number | 2500 | Wait ms before capture |
Device Presetsโ
| Device | Viewport |
|---|---|
iphone14 / 13 / 12 / iphone | 390 ร 844 (mobile UA) |
pixel8 / 7 / android | 412 ร 915 (mobile UA) |
galaxy | 360 ร 800 (mobile UA) |
ipad / tablet | 768 ร 1024 |
desktop | 1366 ร 768 |
macbook | 1440 ร 900 |
fullhd | 1920 ร 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).