Build screenshot workflows with Make
Visual automation scenarios for website screenshot capture
Use Make's visual scenario builder to create powerful screenshot automation workflows. Connect the Allscreenshots API using the HTTP module and chain it with any of Make's 1,500+ app integrations for sophisticated multi-step automations.
Create a new scenario
Start a new Make scenario and add your trigger module (schedule, webhook, or any app).
Add an HTTP module
Add an "HTTP — Make a request" module and configure it to call the Allscreenshots API.
Parse the response
Add a JSON parse module to extract the screenshot URL from the API response.
Route the screenshot
Send the screenshot URL to Google Drive, email, Slack, or any destination module.
1// Make "HTTP - Make a request" module settings:
2// URL: https://api.allscreenshots.com/v1/screenshot
3// Method: POST
4// Headers:
5// Authorization: Bearer YOUR_API_KEY
6// Content-Type: application/json
7
8// Request body:
9{
10 "url": "{{1.url}}",
11 "fullPage": true,
12 "viewport": {
13 "width": 1920,
14 "height": 1080
15 },
16 "format": "png",
17 "blockAds": true,
18 "darkMode": false
19}
20
21// Parse response → use {{2.screenshotUrl}} in next moduleVisual workflow builder
Design complex screenshot automations with Make's intuitive drag-and-drop interface.
Advanced logic
Use routers, filters, and iterators to build conditional screenshot workflows that Zapier can't handle.
Cost effective
Make's operations-based pricing often costs less than Zapier for high-volume screenshot automations.
Pricing that scales with you
No hidden fees. No surprises. Just screenshots.
100 free screenshots on sign-up · 50 bonus for each friend you invite
Pro
- 7,500 screenshots/mo
- 100/min rate limit
- $0.009 overage
- All features included
Business
- 30,000 screenshots/mo
- 200/min rate limit
- $0.0075 overage
- All features included
Enterprise
- 100,000 screenshots/mo
- 400/min rate limit
- $0.005 overage
- All features included