Article¶
This docs was updated at: 2026-02-23
com.paragon.web.Article ยท Record
Methods¶
create¶
Creates a new WebExtractor with default settings.
create¶
Creates a new WebExtractor with a specific model.
extract¶
Extracts content from web pages without structured output parsing. Returns HTML and Markdown content for all URLs.
Parameters
| Name | Description |
|---|---|
payload |
the extraction configuration |
Returns
the extraction result
extract¶
Extracts structured data from web pages using LLM processing. The extracted content is parsed into the specified output type.
Parameters
| Name | Description |
|---|---|
payload |
the structured extraction configuration |
<T> |
the output type |
Returns
the structured extraction result