extract_depth: Optional[Literal['basic', 'advanced']] = Field(
default='basic',
description='Controls the thoroughness of web content extraction.\n \n Use "basic" for faster extraction of main text content.\n \n Use "advanced" (default) to retrieve comprehensive content including \n tables and embedded elements. Always use "advanced" for LinkedIn \n and YouTube URLs for optimal results.\n \n Better for complex websites but may increase response time.\n '
)