POST
/
scrape

Authorizations

Authorization
string
headerrequired

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

Body

application/json
url
string
required

The URL to scrape

pageOptions
object
extractorOptions
object

Options for extraction of structured information from the page content. Note: LLM-based extraction is not performed by default and only occurs when explicitly configured. The 'markdown' mode simply returns the scraped markdown and is the default mode for scraping.

timeout
integer
default: 30000

Timeout in milliseconds for the request

Response

200 - application/json
success
boolean
data
object