Get ScreenShot of any Website Using Page Url (https://statically.io/)


Live Examples

GET/screenshot/google.com

GET/screenshot/full=true/wikipedia.org


<img src="/screenshot/[Your Website URL]" />


Example :-

<img src="/screenshot/google.com" />



You got ScreenShot of google.com



Automagically converts URL to image and PDF

Quick start

GET/screenshot/:url

Getting mobile version (device=mobile)

GET/screenshot/device=mobile/:url

Getting full page (full=true)

GET/screenshot/full=true/:url

Combine params

Params can be combined using commas and after /screenshot/ path.

GET/screenshot/device=mobile,full=true/:url

Live demo

GET/screenshot/google.com

GET/screenshot/full=true/wikipedia.org Image resizing `w` and `h` available only on desktop mode.




Comments