API Reference
Extract Content
Extract content from one or more URLs using Selenium.
Args: request: ExtractRequest object with URLs and extraction options
Returns: ExtractResponse with extraction results and metadata
POST
Body
application/json
Schema for extract request.
List of URLs to extract content from.
Include images in the response.
Include internal links found on the page in the response.
Depth of extraction. 'advanced' retrieves more data including tables and embedded content.
Available options:
basic
, advanced
Response
200
application/json
Successful Response
Schema for extract response.
Time in seconds it took to complete the request.
List of successful extractions.
Schema for a successful extraction result.
List of failed extractions.
Schema for a failed extraction result.