Ask a question to get started
Enter to send•Shift+Enter new line
TavilyMap( self, **kwargs: Any = {}, )
BaseTool
Max depth of the crawl. Defines how far from the base URL the crawler can explore.
max_depth must be greater than 0
default is 1
The maximum number of links to follow per level of the tree (i.e., per page).
max_breadth must be greater than 0
default is 20
Total number of links the crawler will process before stopping.
limit must be greater than 0
default is 50
Natural language instructions for the crawler.
ex. "Python SDK"
Regex patterns to select only URLs with specific path patterns.
ex. ["/api/v1.*"]
Regex patterns to select only URLs from specific domains or subdomains.
ex. ["^docs.example.com$"]
Regex patterns to exclude URLs with specific path patterns ex. [/private/., /admin/.]
Regex patterns to exclude specific domains or subdomains from mapping ex. [^private.example.com$]
Whether to allow following links that go to external domains.
default is False
Filter URLs using predefined categories like 'Documentation', 'Blogs', etc.
Whether to include credit usage information in the response.
Default is False.
Tool that sends requests to the Tavily Map API with dynamically settable parameters.