v37

latestOpenAPI 3.0.0raw.githubusercontent.com2026-04-03204242.8 KB
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

successtrue required

Indicates success

markdownstring required

Page content converted to GitHub Flavored Markdown

urlstring required

The URL that was scraped