Search the live web for any current information — general lookups, research, fact-checks, or the latest news and headlines — returning relevant snippets with source links, structured for direct use by agents and RAG pipelines. Refine results with time range or exact dates, country boosting, domain include/exclude filters, result count, search depth, and optional raw page content or related images.
by Faro
Searches the live web for a query and returns relevant snippets with source URLs, structured and chunked so an agent or RAG pipeline can use the output directly. Results can be refined with time range, date filters, country targeting, domain include and exclude lists, result count, and faster or deeper search modes.
Tavily is built specifically for agent and RAG workloads, with p50 latency around 180ms, content that is pre-chunked for model consumption, and safeguards that block PII leakage, prompt injection, and known malicious sources. The domain include and exclude lists are particularly useful for keeping retrieval scoped to authoritative sites, and the deeper search mode trades latency for broader coverage when accuracy matters more than speed.
Time range and explicit date filters control freshness, country targeting localizes results, and the search mode parameter lets callers pick between fast lookups and more thorough multi-source passes. Domain include and exclude lists compose, which makes it easy to lock retrieval to a known good corpus.
Search query
The category of the search. This will determine which of our agents will be used for the search
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.
Will return all results before the specified end date. Required to be written in the format YYYY-MM-DD
Will return all results after the specified start date. Required to be written in the format YYYY-MM-DD.
The time range back from the current date to include in the search results
Only return results containing the exact phrase(s) in quotes in your query
The maximum number of search results to return
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
Include a list of query-related images in the response
List of domains to specifically exclude, if the user asks to exclude a domain set this to the domain of the site
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
Whether to include the favicon URL for each result
Include the cleaned and parsed HTML content of each search result
Include a list of query-related images and their descriptions in the response