< Go back to blog
Tutorials

February 6, 2025

How to Use Dumpling AI’s Screenshot URL  Endpoint in Make.com

The Screenshot URL module in Dumpling AI is a powerful tool for capturing high-quality screenshots of any webpage. Whether you’re archiving web content, generating visual reports, or monitoring changes, this feature offers advanced customization options such as viewport settings, blocking cookie banners, and controlling JavaScript rendering. In this guide, we’ll detail how to configure the module in Make.com using the HTTP Request module and explore its inputs, outputs, and applications.

Understanding the API

Endpoint

  • URL: POST /api/v1/screenshot

Headers

  • Content-Type: application/json
  • Authorization: Bearer <API_KEY>

Request Body Parameters

  1. url (Required): The URL to capture.
  2. fullPage (Optional): Boolean to capture the entire page (default: false).
  3. viewport (Optional): Set custom dimensions for the screenshot (default: { width: 1024, height: 1024 }).
  4. clipRectangle (Optional): Define an area to crop the screenshot (requires fullPage: false).
  5. blockCookieBanners (Optional): Block cookie banners for cleaner visuals (default: true).
  6. wait (Optional): Time in milliseconds to wait before capture (default: 0, max: 5000).
  7. autoScroll (Optional): Scrolls the page automatically for lazy-loaded content (default: false).

Response

  • screenshotUrl: A direct link to the captured screenshot.

Step-by-Step Guide to Set Up in Make.com

Step 1: Add the HTTP Request Module
  1. Open a new scenario in Make.com.
  2. Add the HTTP Request module.
Step 2: Configure the HTTP Request Module
  1. Method: POST.
  2. URL: Enter the endpoint:
    https://app.dumplingai.com/api/v1/screenshot.
  3. Headers:
    • Content-Type: application/json.
    • Authorization: Bearer <Your_API_Key>.
  4. Request Body:
    Define the parameters in JSON. 
Step 3: Test the Module
  1. Run the scenario manually using Run Once.
  2. The response will include:
    • screenshotUrl: A downloadable link to the screenshot.

Applications

  1. Website Archiving
    • Capture snapshots of websites for record-keeping or legal purposes.
  2. Change Monitoring
    • Regularly capture screenshots of web pages to track changes over time.
  3. Visual Reports
    • Generate visual representations of websites for presentations or audits.
  4. Content Backup
    • Save screenshots of important content before changes occur.

Conclusion

The Screenshot URL module in Dumpling AI is a versatile tool that simplifies capturing customized screenshots. By integrating it into Make.com, you can automate web monitoring, archiving, or content presentation tasks effortlessly. Start using it today to streamline your workflows and save time on manual screenshot tasks!

Related Posts

Extract Business Leads from Google Maps with Dumpling AI to Google Sheets

Extract Business Leads from Google Maps with Dumpling AI to Google Sheets

May 1, 2025

Scrape Books from URL with Dumpling AI, Clean HTML, Save to Sheets, Email as CSV

Scrape Books from URL with Dumpling AI, Clean HTML, Save to Sheets, Email as CSV

April 29, 2025

10 Powerful Benefits of AI in Business You Should Know

10 Powerful Benefits of AI in Business You Should Know

April 29, 2025

How To Turn Product Names into Stunning Listings Using Make.com, Dumpling AI, and ChatGPT

How To Turn Product Names into Stunning Listings Using Make.com, Dumpling AI, and ChatGPT

April 18, 2025

How to Automate Content Creation and Boost Productivity

How to Automate Content Creation and Boost Productivity

April 15, 2025

Best Practices for Optimizing Videos on Any Platform

Best Practices for Optimizing Videos on Any Platform

April 12, 2025