Features
- Preserves content structure
- Handles complex layouts
- Maintains headings hierarchy
- Converts tables
- Preserves links and images
- Cleans up unnecessary formatting
Request Body
The URL of the webpage you want to convert to markdown.
Optional headers to customize the request behavior. This can include user agent, cookies, or other HTTP headers.
Optional parameter to enable stealth mode. When set to true, the scraper will use advanced anti-detection techniques to bypass bot protection and access protected websites. Adds +4 credits to the request cost.Default: false
Example 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"
}Enable stealth mode to bypass bot protection using advanced anti-detection techniques. Adds +4 credits to the request cost