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.

Back to Catalog
Toolstavily

Block Preview

Tavily

Search and extract information

Usage

  1. Add the block to your workflow and connect it to the upstream step.
  2. Configure any required credentials or tokens in the inputs.
  3. Fill in required inputs and optional parameters for the run.
  4. Run a test execution, inspect outputs, and iterate before deploying.
  5. Deploy the tavily block with monitoring enabled in production.

Inputs (UI)

Operation

dropdown

Layout: full

Options: Search, Extract Content

API Key

short-input

Placeholder: Enter your Tavily API key

Layout: full

Search Query

long-input

Placeholder: Enter your search query...

Layout: full

Condition: operation = "tavily_search"

Max Results

short-input

Placeholder: 5

Layout: full

Condition: operation = "tavily_search"

URL

long-input

Placeholder: Enter URL to extract content from...

Layout: full

Condition: operation = "tavily_extract"

Extract Depth

dropdown

Layout: full

Condition: operation = "tavily_extract"

Options: basic, advanced

Inputs (API)

operation

string

Required

apiKey

string

Required

query

string

Optional

maxResults

number

Optional

urls

string

Optional

extract_depth

string

Optional

Outputs

Primary response type:

{
  "results": "json",
  "answer": "string",
  "query": "string",
  "content": "string",
  "title": "string",
  "url": "string"
}

Tool Access

tavily_searchtavily_extract
Tavily | NowFlow Blocks