You can specify the output type of the response you want to receive from the API.
markdown=true
parameter in your request, the response will be returned in Markdown format. This is useful for extracting content for LLMs or simplifying web data for better readability.
You can use this with both javascript rendering enabled or disabled, but you might need to use javascript rendering when loading dynamic content from a webpage.
Remember, ScrapeAutomate automatically removes unnecessary elements, such as navbars, from the body content.
screenshot
: Capture a screenshot of the visible area of the webpage.screenshot_full_page
: It captures a screenshot of the entire webpage, including the parts that are not visible.screenshot
query parameter and set it to true
with a request. The response will contain a png
image.
screenshot_full_page
parameter to true
. This will take a full-page screenshot of the webpage and return it as part of the API response.
webhook_url
in the query parameters, and the API will send the response to that webhook. You can receive all types of responses, including HTML, Markdown, and screenshots.
1. Can I use multiple output types?
2. Can I use a webhook with API workflows?
3. How can I ensure that the entire webpage has loaded before returning an response?