Web Scraping
Scrape URL and convert to Markdown
Scrapes the given URL, converts the HTML content to Markdown, and returns the result.
get/web/scrape/markdown
Query parameters
urlstring uri required
Full URL to scrape and convert to markdown (must include http:// or https:// protocol)
includeLinksboolean
Preserve hyperlinks in Markdown output
includeImagesboolean
Include image references in Markdown output
shortenBase64Imagesboolean
Shorten base64-encoded image data in the Markdown output
useMainContentOnlyboolean
Extract only the main content of the page, excluding headers, footers, sidebars, and navigation
Response
Successful response