Ask a question to get started
Enter to send•Shift+Enter new line
TavilyExtract( self, **kwargs: Any = {}, )
BaseTool
The depth of the extraction process. 'advanced' extraction retrieves more data than 'basic', with higher success but may increase latency.
Default is 'basic'
Include a list of images extracted from the URLs in the response.
Default is False
The format of the extracted web page content. markdown returns content in markdown format. text returns plain text and may increase latency.
Default is 'markdown'
Whether to include the favicon URL for each result.
Default is False.
Whether to include credit usage information in the response.
A query string to filter and prioritize content extraction.
When provided, the extraction will focus on content most relevant to the query.
Number of content chunks to return per source URL.
Use this to limit the amount of content returned from each URL.
Tool that queries the Tavily Extract API with dynamically settable parameters.