Taking screenshots

This guide will show you how to take screenshots using the ScreenshotBuddy API.

Options

  • Name
    url
    Type
    string
    Description

    The URL of the website you want to take a screenshot of.

  • Name
    type
    Type
    string
    Description

    The type of image to return. Possible values are png, jpeg and webp.

  • Name
    quality
    Type
    integer
    Description

    The quality of the image. This is only applicable when the type is set to jpeg. A value between 0 and 100.

  • Name
    full_page
    Type
    boolean
    Description

    Whether to take a screenshot of the full page or just the viewport.