Bulk Screenshots
Enter multiple URLs (paste or upload a CSV) and get screenshots of each. Download individually or as a ZIP archive.
Free: up to 3 URLs per batch, 5 renders/hour — no login required
0/3 URLs
Options
This request
curl -X POST "https://api.scrnpix.com/tools/screenshot" \
-H "Content-Type: application/json" \
-d '{
"params": {
"url": "https://example.com",
"width": 1280,
"height": 720,
"format": "png"
}
}' \
-o screenshot.pngWith an API key — higher limits, all 8 languages
curl "https://api.scrnpix.com/screenshot?url=https%3A%2F%2Fexample.com&width=1280&height=720&format=png" \ -H "X-KEY: YOUR_API_KEY" \ -o screenshot.png
Need larger batches?
Free API keys include 50 credits/month (1 credit per screenshot) and 20 requests/minute — no batch size limit.