Endpoints
Scrape
POST
/
scrape
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
url
string
requiredThe 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: 30000Timeout in milliseconds for the request
Response
200 - application/json
success
boolean
data
object