Tavily
Package: tavily-python · 6 nodes · Web search and content extraction
Search the web and extract content from URLs. Designed for AI agents that need real-time information.
Node Reference
| Node | Type | Inputs | Outputs |
|---|---|---|---|
| Search | statement | Query (str) | Results (tavily.SearchResult) |
| Extract | statement | URL (str) | Content (str) |
| Set Api Key | statement | API Key (str) | - |
| Get Answer | expression | Results (tavily.SearchResult) | Answer (str) |
| Get Urls | expression | Results (tavily.SearchResult) | URLs (list<any>) |
| Get Contents | expression | Results (tavily.SearchResult) | Contents (list<any>) |
Typical Pipeline
Set Api Key → Search → Get Answer / Get Contents → feed into LLM context.