Scrape a single URL and optionally extract information using an LLM
接口
抓取
POST
Scrape a single URL and optionally extract information using an LLM
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The URL to scrape
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 in milliseconds for the request