Markdownify

Start Markdownify

post/v1/markdownify

Request body

website_urlstring required

The URL of the website to scrape

render_heavy_jsboolean
mockboolean
stealthboolean
brandingboolean
streamboolean

Whether to return streaming response

country_codestring nullable

The country code to use for the scrape

wait_msinteger

The number of milliseconds to wait before scraping the website

headersobject nullable

Optional headers to send with the request, including cookies and user agent

stepsstring[] nullable
webhook_urlstring nullable

Webhook URL to send the job result to

Example request

{
  "headers": {
    "Cookie": "cookie1=value1; cookie2=value2",
    "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36"
  }
}

Response

Successful Response

request_idstring required
status'queued' | 'processing' | 'completed' | 'failed' required
website_urlstring required
resultstring nullable
errorstring

Changes