๐Ÿ“ธ REST Screenshoot

ยท

1 min read

๐Ÿ“ธ REST Screenshoot

REST Screenshoot is a free tool for capturing screenshots of webpages via a REST API. It provides a simple, easy-to-use endpoint URL for generating screenshots.

Wrong spelling!!! But you know what I mean right?!

To generate a screenshot, make a GET request to the following endpoint URL, replacing {url} with the URL of the webpage you want to capture:

https://rest-screenshoot.fly.dev/screenshot?url={url}

Example

To capture a screenshot of the React Table server-side pagination, search, and sort order story on Metaphore, use this URL:

Request

https://rest-screenshoot.fly.dev/screenshot?url=https://metaphore.vercel.app/stories/javascript/react-table-sever-side-pagination-search-sortorder

Response

Response Image

See Other Options

QueryTypeDescriptionRequired
urlstringValid url for target websiteYes
widthnumberValid Number (pixel) default is 850No
heightnumberValid Number (pixel) default is 400No
pickstringValid CSS Selector for elementNo

Note: This project idea is an extension of Metaphor Website

ย