Screenshot API for Zapier
Capturing website screenshots from Zapier takes no code at all — use Webhooks by Zapier to capture a screenshot in any Zap.
What you can build with Zapier
Trigger a capture from any of Zapier’s thousands of apps — a new Typeform entry, a new Airtable row, a Slack command — and save the screenshot to Google Drive or Dropbox automatically.
Example in Zapier
Action: Webhooks by Zapier → GET
URL: https://api.snapraven.app/v1/screenshot?url={{url}}
Header: x-api-key = your_key
That's the entire integration. Snapraven renders the page in a real Chromium browser and
returns a PNG or JPEG. Add fullPage=true
for the full scrollable page, or width/height for custom viewports.
💡 Tip for Zapier
Use “Webhooks by Zapier → GET”, then pass the returned file into a Google Drive or Dropbox upload action to store it.
Why teams use Snapraven with Zapier
- ✓ No headless Chrome to install, run, or scale.
- ✓ Works with one HTTP step — no scripting inside Zapier.
- ✓ Full-page capture, custom viewport, PNG or JPEG.
- ✓ Free tier with 100 requests per month to start.
Zapier screenshot API — FAQ
Do I need to code?
No — “Webhooks by Zapier” makes the request, and standard app actions handle saving or sending the image.
Where can I save the result?
Pipe the file into a Google Drive, Dropbox, or email action — any storage app Zapier supports.