Blocks
Tavily
Search and extract information
Access Tavily's AI-powered search engine to find relevant information from across the web. Extract and process content from specific URLs with customizable depth options.
Toolstavily
Block Preview
Tavily
Search and extract information
Usage
- Add the block to your workflow and connect it to the upstream step.
- Configure any required credentials or tokens in the inputs.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the tavily block with monitoring enabled in production.
Inputs (UI)
Operation
dropdownLayout: full
Options: Search, Extract Content
API Key
short-inputPlaceholder: Enter your Tavily API key
Layout: full
Search Query
long-inputPlaceholder: Enter your search query...
Layout: full
Condition: operation = "tavily_search"
Max Results
short-inputPlaceholder: 5
Layout: full
Condition: operation = "tavily_search"
URL
long-inputPlaceholder: Enter URL to extract content from...
Layout: full
Condition: operation = "tavily_extract"
Extract Depth
dropdownLayout: full
Condition: operation = "tavily_extract"
Options: basic, advanced
Inputs (API)
operation
stringRequired
apiKey
stringRequired
query
stringOptional
maxResults
numberOptional
urls
stringOptional
extract_depth
stringOptional
Outputs
Primary response type:
{
"results": "json",
"answer": "string",
"query": "string",
"content": "string",
"title": "string",
"url": "string"
}Tool Access
tavily_searchtavily_extract