ScreenshottyScreenshotty
FeaturesDocumentationPricingBlog
Zapier Recipe

Take Website Screenshots in Zapier

Use the built-in Webhooks by Zapier action to capture any URL mid-Zap and pass the image to the next step — Slack, Drive, Sheets, email.

No custom app needed: Zapier's native Webhooks action can call the Screenshotty API directly. Your Zap sends the URL (from a form entry, a new CRM row, an RSS item), and the returned hosted image URL flows into any downstream step.

Recipe: add a 'Webhooks by Zapier' action → choose Custom Request → method POST → URL and JSON below. The response field `url` is the screenshot, ready to map into later steps.

Webhooks by Zapier → Custom Request
// Method: POST
// URL: https://api.screenshotty.link/api/v1/screenshot
// Headers:
// X-Api-Key: {{your Screenshotty API key}}
// Content-Type: application/json
// Data:
{
"url": "{{trigger_url_field}}",
"full_page": true,
"block_cookie_banner": true,
"response_type": "json"
}
// → map the response field "url" into your next step

Everything You Need, Built In

Works on every plan

Webhooks by Zapier is the only building block required — no marketplace app to install.

JSON-mode output

response_type=json returns a hosted image URL Zapier can map straight into Slack, Gmail, or Sheets.

Any trigger

New form submission, new row, new deal, schedule — anything that yields a URL can drive a capture.

Full option set

Full-page, ad blocking, viewport, PDF output — every API parameter is available in the JSON body.

Frequently Asked Questions

How do I send the screenshot to Slack or email?

Map the webhook response's url field into the Slack/Gmail step's image or attachment field. Because it's a hosted image URL, most apps render it inline without downloading.

Can I schedule recurring screenshots in Zapier?

Yes — use the Schedule by Zapier trigger (daily/weekly) feeding the webhook action, and you have no-code visual monitoring.

Where do I get an API key?

Sign up at screenshotty.link (free tier: 100 screenshots/month, no credit card) and copy your key from the dashboard. Keep it in the integration's credential store rather than pasting it into shared workflows.

Can I generate PDFs instead of images?

Set "format": "application/pdf" in the JSON body — useful for archiving pages to Drive or Dropbox from the same Zap.

Start Capturing in Minutes

100 free screenshots per month. No credit card required.

ScreenshottyScreenshotty

Most cost-effective Screenshot API

Product

  • Features
  • Pricing
  • Documentation
  • Blog
  • Compare
  • Alternatives

Free Tools

  • Website Screenshot Tool
  • Website Responsivity Check
  • Website Text Extractor
  • Website to PDF Converter
  • Website Markdown Converter
  • All Free Tools

Developers

  • Python Screenshot API
  • Node.js Screenshot API
  • PHP Screenshot API
  • Full Page Screenshots
  • URL to PDF API
  • API Parameters
  • MCP Server

Legal

  • Privacy Policy
  • Terms of Service

© 2026 Screenshotty. All rights reserved.