Skip to main content
POST
Scrape

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Scraping request parameters

url
string
required

The URL to fetch content from

Example:

"https://example.com"

Whether to include external links

Whether to include subdomain links

Whether to extract links from HTML

format
enum<string>
default:html

The desired output format

Available options:
html,
markdown

Response

OK

content
string

The HTML or Markdown content

Extracted links, omitted if empty or not requested