Scrape API
Scrape
Fetches content from a URL and returns it in HTML or Markdown format with optional link extraction
POST
Authorizations
Bearer token authentication
Body
application/json
Scraping request parameters
The desired output format ("html" or "markdown")
Available options:
html
, markdown
The URL to fetch content from
Whether to include external links (defaults to false)
Whether to include subdomain links (defaults to false)
Whether to extract links from HTML (defaults to false)