Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/piducancore/serverless-puppeteer-screenshots

Take a screenshot from any website using Puppeteer and Vercel serverless functions.
https://github.com/piducancore/serverless-puppeteer-screenshots

puppeteer screenshots serverless vercel

Last synced: about 1 month ago
JSON representation

Take a screenshot from any website using Puppeteer and Vercel serverless functions.

Awesome Lists containing this project

README

        

# serverless-puppeteer-screenshots

Take a screenshot from any website using Puppeteer and Vercel serverless functions.

## Usage

The api takes a `url` parameter that represents the site from which you want to take the screenshot.

For example:

```
https://serverless-puppeteer-screenshots.vercel.app/api?url=https://www.google.com
```

Returns something like this:

![screenshot](https://user-images.githubusercontent.com/11337928/180625417-637f9471-a9ea-48e2-85c5-33f459de6577.png)