In this post we will create an Express js endpoint to create a webpage screenshot using ScreenshotBuddy.com API. Before we begin make sure you have a working express js server.
First you need to visit Screenshot API dashboard and get your API key. If you already have an account you can login and get it from API key page, once you have API keys we are all set to create an Express js endpoint. If you do not have an account you can create an account right away, it takes less than a minute to get started.
Copy the endpoint code below, paste it in any express app, there is no extra dependency to use our API. Once you have copied the code, restart your server, now your express server is ready to create screenshots on demand.
"Your server will act like a proxy for our API. this is useful if you want to hide our URL's or white label our API for your own application or clients."
You can send any Screenshot API options our API accepts in query string and your server endpoint will pass them to our server. You can also rename our API options to any other variables to completely white label our service.
To test your newly created endpoint you can try any of these URL
http://localhost:3000?url=https://www.wikipedia.org/&format=webp
http://localhost:3000?url=https://www.apple.com&format=avif
http://localhost:3000?url=https://vercel.com
ScreenShotBuddy.com provides The Most Affordable Screenshot API, that can be used to take large number screenshots, with multiple advance screenshot options. We offer a very generous free tier which gives up to 3000 Screenshots free per month. Create an account to try our service. Feel free to test our API by visiting Screenshot API Playground.