Markdownify
Start Markdownify
Convert any webpage into clean, readable Markdown format.
POST
Markdownify converts webpage content into clean, well-formatted Markdown. This is useful for content migration, documentation creation, or making web content more readable and portable.
Features
- Preserves content structure
- Handles complex layouts
- Maintains headings hierarchy
- Converts tables
- Preserves links and images
- Cleans up unnecessary formatting
Example Response
The response includes the complete webpage content converted to Markdown format. The example above shows a truncated version of the response.
Authorizations
Body
application/json
Example:
"https://scrapegraphai.com/"
Optional headers to send with the request, including cookies and user agent
Example:
{
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36",
"Cookie": "cookie1=value1; cookie2=value2"
}
Was this page helpful?