API Reference
Extract Content Get
Extract content from a URL using Selenium (GET method).
Args: url: URL to extract content from include_images: Whether to include images in the result include_links: Whether to include internal links in the result extract_depth: Depth of extraction (“basic” or “advanced”)
Returns: ExtractResponse with extraction results and metadata
GET
Query Parameters
URL to extract content from
Include images in the response
Include internal links found on the page in the response
Depth of extraction ('basic' or '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.