# TavilyMapInput

> **Class** in `langchain_tavily`

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

Input for [TavilyMap]

## Signature

```python
TavilyMapInput()
```

## Extends

- `BaseModel`

## Properties

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

---

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