# Reference for Firecrawl Toolkit ## Formats The format of the scraped web page. - **`MARKDOWN`**: Returns the scraped web page in Markdown format. - **`HTML`**: Returns the scraped web page in HTML format. - **`RAW_HTML`**: Returns the raw HTML of the scraped web page. - **`LINKS`**: Returns only the links from the scraped web page. - **`SCREENSHOT`**: Takes a screenshot of the scraped web page. - **`SCREENSHOT_AT_FULL_PAGE`**: Takes a full-page screenshot of the scraped web page.