# TavilyCrawlInput

> **Class** in `langchain_tavily`

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

Input for [TavilyCrawl]

## Signature

```python
TavilyCrawlInput()
```

## Extends

- `BaseModel`

## Properties

- `model_config`
- `url`
- `max_depth`
- `max_breadth`
- `limit`
- `instructions`
- `select_paths`
- `select_domains`
- `exclude_paths`
- `exclude_domains`
- `allow_external`
- `include_images`
- `categories`
- `extract_depth`

---

[View source on GitHub](https://github.com/tavily-ai/langchain-tavily/blob/7dea6fd4ecf71bdf9319db0cac275529b4db5416/langchain_tavily/tavily_crawl.py#L15)