# TavilyExtract

> **Class** in `langchain_tavily`

📖 [View in docs](https://reference.langchain.com/python/langchain-tavily/tavily_extract/TavilyExtract)

Tool that queries the Tavily Extract API with dynamically settable parameters.

## Signature

```python
TavilyExtract(
    self,
    **kwargs: Any = {},
)
```

## Extends

- `BaseTool`

## Constructors

```python
__init__(
    self,
    **kwargs: Any = {},
) -> None
```


## Properties

- `name`
- `description`
- `args_schema`
- `handle_tool_error`
- `extract_depth`
- `include_images`
- `format`
- `include_favicon`
- `include_usage`
- `query`
- `chunks_per_source`
- `apiwrapper`

---

[View source on GitHub](https://github.com/tavily-ai/langchain-tavily/blob/264c332dde4c7e18c3dd480a560e7d93e9ea3bef/langchain_tavily/tavily_extract.py#L67)