Tavily-Search

Tavily-Search

Provider: Tavily
Category: Research & Search
Endpoint: POST /v1/search
Context window:
Served from:

Web search with crawl, extract, and URL mapping for fast, structured retrieval across pages and domains for downstream pipelines.

At a glance

FieldValue
Model idtavily-search-test
Input modalitiestext
Output modalitiestext
Context window
Region
Featuresweb_search, crawl, extract, map
NewNo
Native inferenceNo

Pricing

ChargeSpecRate
Search (Basic/Fast/Ultra-Fast)per search$0.0096
Search (Advanced)per search$0.019
Search (Advanced + Answer)per search$0.029
Extract (Basic)per 5 URLs$0.0096
Extract (Advanced)per 5 URLs$0.019
Crawl/Map (basic)per 10 pages$0.0096

Example request

$curl https://api.empiriolabs.ai/v1/search \
> -H 'Authorization: Bearer $EMPIRIOLABS_API_KEY' \
> -H 'Content-Type: application/json' \
> -d '{"model": "tavily-search-test", "query": "latest LLM benchmarks 2026"}'

Parameters

ParameterTypeRequiredDefaultDescription
querystringyesSearch query / URL / sitemap target depending on operation_mode.
operation_modeenumno"Search"Search: query the web. Crawl: spider a site. Extract: pull structured fields from one URL. Map: list URLs on a site. · Allowed: Search, Crawl, Extract, Map
search_depthenumno"basic"basic: cheapest. advanced: more sources. fast: latency-optimized. ultra-fast: minimum latency. · Allowed: basic, advanced, fast, ultra-fast
topicenumno"general"general: any source. news: news only. finance: financial sources only. · Allowed: general, news, finance
max_resultsnumberno5Sources to return. · Range: 1 – 20
search_chunks_per_sourcenumberno3Advanced depth only. Snippet count per source. · Range: 1 – 3
include_answerenumno"false"false: no LLM-summarized answer. basic: short. advanced: longer with citations. · Allowed: false, basic, advanced
include_raw_contentenumno"false"Return cleaned page contents. · Allowed: false, markdown, text
include_imagesbooleannofalseInclude image URLs.
include_image_descriptionsbooleannofalseAdd captions to image URLs.
include_faviconbooleannofalseInclude favicon URLs.
auto_parametersbooleannofalseLet Tavily auto-tune depth/topic/etc based on the query.
include_domainsstringnoComma-separated allowlist.
exclude_domainsstringnoComma-separated denylist.
time_rangeenumnoRestrict to results from the last N. · Allowed: none, day, week, month, year
start_datestringnoYYYY-MM-DD lower bound for publication date.
end_datestringnoYYYY-MM-DD upper bound for publication date.
daysnumbernoNews topic only. Recency window in days. · Range: 1 – 365
countrystringnoISO alpha-2 country bias (general topic only).
crawl_limitnumberno50Crawl mode. Total page cap. · Range: 1 – 100
crawl_max_depthnumberno1Crawl mode. Max click depth. · Range: 1 – 5
crawl_max_breadthnumberno20Crawl mode. Max links per page. · Range: 1 – 50
crawl_extract_depthenumno"basic"Crawl mode. basic: cleaned text. advanced: structured fields. · Allowed: basic, advanced
crawl_formatenumno"markdown"Crawl mode. Output format. · Allowed: markdown, text
crawl_instructionsstringnoCrawl mode. Free-form crawl instructions.
crawl_select_pathsstringnoCrawl mode. Comma-separated path patterns to include.
crawl_exclude_pathsstringnoCrawl mode. Comma-separated path patterns to skip.
crawl_timeoutnumberno30Crawl mode. Per-page fetch timeout in seconds. · Range: 10 – 150
extract_depthenumno"basic"Extract mode. basic: cleaned text. advanced: structured fields. · Allowed: basic, advanced
extract_formatenumno"markdown"Extract mode. Output format. · Allowed: markdown, text
extract_querystringnoExtract mode. Question/instruction to extract specific fields.
disable_formattingbooleannofalseReturn raw upstream response.

Live machine-readable schema is also available at GET https://api.empiriolabs.ai/v1/models/tavily-search-test.