Welcome to SCR-API | © tbdh.dev You can use the following endpoints to your needs: - Screenshot: Take screenshot of websites. Options / Query Params: - height: number [1080] - width: number [1920] - fullPage: boolean [false] - imageType: string [png] (choices: png, jpeg, webp) - waitTimeout: number [5] - useAdblock: string [false] > /s?url=https://example.com > /s?url=https://example.com&height=1080&width=1920&fullPage=true&imageType=png&waitTimeout=5 - Scrape: Get page source of websites, good for scraping / parsing. Options / Query Params: - useAdblock: string [false] > /c/https://example.com Make sure to encode urls to ensure proper website render.