工具 API

tavily_search

Search the web for current information on any topic. Use for news, facts, or data beyond your knowledge cutoff. Returns snippets and source URLs.

search1 积分

调用信息

工具标识
tavily.tavily_search
服务提供方
Tavily
平均响应
2051 ms
近 7 天调用
6

输入参数

query必填

Search query

max_results

The maximum number of search results to return

search_depth

The depth of the search. 'basic' for generic results, 'advanced' for more thorough search, 'fast' for optimized low latency with high relevance, 'ultra-fast' for prioritizing latency above all else

topic

The category of the search. This will determine which of our agents will be used for the search

time_range

The time range back from the current date to include in the search results

include_images

Include a list of query-related images in the response

include_image_descriptions

Include a list of query-related images and their descriptions in the response

include_raw_content

Include the cleaned and parsed HTML content of each search result

include_domains

A list of domains to specifically include in the search results, if the user asks to search on specific sites set this to the domain of the site

exclude_domains

List of domains to specifically exclude, if the user asks to exclude a domain set this to the domain of the site

country

Boost search results from a specific country. Must be a full country name (e.g., 'United States', 'Japan', 'Germany'). ISO country codes (e.g., 'us', 'jp') are not supported. Available only if topic is general. See https://docs.tavily.com/documentation/api-reference/search for the full list of supported countries.

include_favicon

Whether to include the favicon URL for each result

start_date

Will return all results after the specified start date. Required to be written in the format YYYY-MM-DD.

end_date

Will return all results before the specified end date. Required to be written in the format YYYY-MM-DD

exact_match

Only return results containing the exact phrase(s) in quotes in your query