Tavily
Tavily is an AI-powered search tool designed to help users quickly find accurate, relevant, and up-to-date information from the web.
Tavily is an AI-powered search tool designed to help users quickly find accurate, relevant, and up-to-date information from the web.
Categories: Artificial Intelligence
Type: tavily/v1
Connections
Version: 1
Bearer Token
Properties
Name | Label | Type | Description | Required |
---|---|---|---|---|
token | Token | STRING | true |
Actions
Search
Name: search
Execute a search query.
Properties
Name | Label | Type | Description | Required |
---|---|---|---|---|
query | Query | STRING | The search query to execute. | true |
topic | Topic | STRING Optionsgeneral, news | The category of the search. | false |
search_depth | Search Depth | STRING Optionsbasic, advanced | The depth of the search. | false |
time_range | Time Range | STRING Optionsday, week, month, year | The time range back from the current date to filter results. | false |
max_results | Max Results | INTEGER | The maximum number of search results to return. | false |
include_answer | Include Answer | BOOLEAN Optionstrue, false | Include an LLM-generated answer to the provided query. | false |
include_images | Include Images | BOOLEAN Optionstrue, false | Perform an image search and include the results in the response. | false |
Example JSON Structure
Output
Type: OBJECT
Properties
Name | Type | Description |
---|---|---|
query | STRING | The search query that was executed. |
answer | STRING | A short answer to the user's query, generated by an LLM. Included in the response only if include_answer is requested. |
images | ARRAY Items[{}] | List of query-related images. |
results | ARRAY Items[{STRING(title), STRING(url), STRING(content), NUMBER(score)}] | A list of sorted search results, ranked by relevancy. |
response_time | NUMBER | Time in seconds it took to complete the request. |
Output Example
Extract
Name: extract
Extract web page content from one or more specified URLs.
Properties
Name | Label | Type | Description | Required |
---|---|---|---|---|
urls | URLs | ARRAY Items[STRING] | A list of URLs to extract content from. | true |
include_images | Include Images | BOOLEAN Optionstrue, false | Include a list of images extracted from the URLs in the response. | false |
extract_depth | Extract Depth | STRING Optionsbasic, advanced | The depth of the extraction process. | false |
Example JSON Structure
Output
Type: OBJECT
Properties
Name | Type | Description |
---|---|---|
results | ARRAY Items[{STRING(url), STRING(raw_content), [STRING](images)}] | A list of extracted content from the provided URLs. |
failed_results | ARRAY Items[{STRING(url), STRING(error)}] | A list of URLs that could not be processed. |
response_time | NUMBER | Time in seconds it took to complete the request. |
Output Example
Supabase
Supabase is an open source Firebase alternative. Start your project with a Postgres database, Authentication, instant APIs, Edge Functions, Realtime subscriptions, Storage, and Vector embeddings.
Teamwork
Teamwork is a project management software that helps teams collaborate, organize tasks, and track progress efficiently.