> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agenttoolkit.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# 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

