Make

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.

How it works

Get started in 4 steps

1

Create a new scenario

Start a new Make scenario and add your trigger module (schedule, webhook, or any app).

2

Add an HTTP module

Add an "HTTP — Make a request" module and configure it to call the Allscreenshots API.

3

Parse the response

Add a JSON parse module to extract the screenshot URL from the API response.

4

Route the screenshot

Send the screenshot URL to Google Drive, email, Slack, or any destination module.

</>Code Example

Make HTTP Module Configuration

javascript
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 module
Benefits

Why use Allscreenshots with Make

Visual 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.

Frequently asked questions

Use the "HTTP — Make a request" module to call the Allscreenshots API. Configure the URL, headers, and JSON body as shown in the code example above.

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

Starter

$18/mo
  • 1,500 screenshots/mo
  • 50/min rate limit
  • $0.009 overage
  • All features included
Get Started
Most Popular

Pro

$45/mo
  • 7,500 screenshots/mo
  • 100/min rate limit
  • $0.009 overage
  • All features included
Get Started

Business

$149/mo
  • 30,000 screenshots/mo
  • 200/min rate limit
  • $0.0075 overage
  • All features included
Get Started

Enterprise

$329/mo
  • 100,000 screenshots/mo
  • 400/min rate limit
  • $0.005 overage
  • All features included
Get Started

Ready to integrate with Make?

Start with 100 free screenshots every month. No credit card required.