web-search-advanced-financial-report

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Web Search Advanced - Financial Report Category

高级网页搜索 - 财务报告分类

Tool Restriction (Critical)

工具限制(重要)

ONLY use
web_search_advanced_exa
with
category: "financial report"
. Do NOT use other categories or tools.
仅可使用
web_search_advanced_exa
并设置
category: "financial report"
。请勿使用其他分类或工具。

Filter Restrictions (Critical)

筛选限制(重要)

The
financial report
category has one known restriction:
  • excludeText
    - NOT SUPPORTED (causes 400 error)
financial report
分类有一个已知限制:
  • excludeText
    - 不支持(会导致400错误)

Supported Parameters

支持的参数

Core

核心参数

  • query
    (required)
  • numResults
  • type
    ("auto", "fast", "deep", "neural")
  • query
    (必填)
  • numResults
  • type
    (可选值:"auto", "fast", "deep", "neural")

Domain filtering

域名筛选

  • includeDomains
    (e.g., ["sec.gov", "investor.apple.com"])
  • excludeDomains
  • includeDomains
    (示例:["sec.gov", "investor.apple.com"])
  • excludeDomains

Date filtering (ISO 8601) - Very useful for financial reports!

日期筛选(ISO 8601)- 对财务报告非常有用!

  • startPublishedDate
    /
    endPublishedDate
  • startCrawlDate
    /
    endCrawlDate
  • startPublishedDate
    /
    endPublishedDate
  • startCrawlDate
    /
    endCrawlDate

Text filtering

文本筛选

  • includeText
    (must contain ALL) - single-item arrays only; multi-item causes 400
  • excludeText
    - NOT SUPPORTED
  • includeText
    (必须包含所有指定内容)- 仅支持单元素数组;多元素会导致400错误
  • excludeText
    - 不支持

Content extraction

内容提取

  • textMaxCharacters
    /
    contextMaxCharacters
  • enableSummary
    /
    summaryQuery
  • enableHighlights
    /
    highlightsNumSentences
    /
    highlightsPerUrl
    /
    highlightsQuery
  • textMaxCharacters
    /
    contextMaxCharacters
  • enableSummary
    /
    summaryQuery
  • enableHighlights
    /
    highlightsNumSentences
    /
    highlightsPerUrl
    /
    highlightsQuery

Additional

附加参数

  • additionalQueries
  • livecrawl
    /
    livecrawlTimeout
  • subpages
    /
    subpageTarget
  • additionalQueries
  • livecrawl
    /
    livecrawlTimeout
  • subpages
    /
    subpageTarget

Token Isolation (Critical)

Token隔离(重要)

Never run Exa searches in main context. Always spawn Task agents:
  • Agent calls
    web_search_advanced_exa
    with
    category: "financial report"
  • Agent merges + deduplicates results before presenting
  • Agent returns distilled output (brief markdown or compact JSON)
  • Main context stays clean regardless of search volume
切勿在主上下文中运行Exa搜索。请始终生成Task代理:
  • 代理调用
    web_search_advanced_exa
    并设置
    category: "financial report"
  • 代理在呈现结果前合并并去重
  • 代理返回提炼后的输出(简洁的Markdown或紧凑JSON格式)
  • 无论搜索量多大,主上下文都保持整洁

When to Use

使用场景

Use this category when you need:
  • SEC filings (10-K, 10-Q, 8-K, S-1)
  • Quarterly earnings reports
  • Annual reports
  • Investor presentations
  • Financial statements
当你需要以下内容时,可使用此分类:
  • SEC申报文件(10-K、10-Q、8-K、S-1)
  • 季度收益报告
  • 年度报告
  • 投资者演示文稿
  • 财务报表

Examples

示例

SEC filings for a company:
web_search_advanced_exa {
  "query": "Anthropic SEC filing S-1",
  "category": "financial report",
  "numResults": 10,
  "type": "auto"
}
Recent earnings reports:
web_search_advanced_exa {
  "query": "Q4 2025 earnings report technology",
  "category": "financial report",
  "startPublishedDate": "2025-10-01",
  "numResults": 20,
  "type": "auto"
}
Specific filing type:
web_search_advanced_exa {
  "query": "10-K annual report AI companies",
  "category": "financial report",
  "includeDomains": ["sec.gov"],
  "startPublishedDate": "2025-01-01",
  "numResults": 15,
  "type": "deep"
}
Risk factors analysis:
web_search_advanced_exa {
  "query": "risk factors cybersecurity",
  "category": "financial report",
  "includeText": ["cybersecurity"],
  "numResults": 10,
  "enableHighlights": true,
  "highlightsQuery": "What are the main cybersecurity risks?"
}
某公司的SEC申报文件:
web_search_advanced_exa {
  "query": "Anthropic SEC filing S-1",
  "category": "financial report",
  "numResults": 10,
  "type": "auto"
}
近期收益报告:
web_search_advanced_exa {
  "query": "Q4 2025 earnings report technology",
  "category": "financial report",
  "startPublishedDate": "2025-10-01",
  "numResults": 20,
  "type": "auto"
}
特定申报文件类型:
web_search_advanced_exa {
  "query": "10-K annual report AI companies",
  "category": "financial report",
  "includeDomains": ["sec.gov"],
  "startPublishedDate": "2025-01-01",
  "numResults": 15,
  "type": "deep"
}
风险因素分析:
web_search_advanced_exa {
  "query": "risk factors cybersecurity",
  "category": "financial report",
  "includeText": ["cybersecurity"],
  "numResults": 10,
  "enableHighlights": true,
  "highlightsQuery": "What are the main cybersecurity risks?"
}

Output Format

输出格式

Return:
  1. Results (company name, filing type, date, key figures/highlights)
  2. Sources (Filing URLs)
  3. Notes (reporting period, any restatements, auditor notes)
返回内容:
  1. 结果(公司名称、申报文件类型、日期、关键数据/要点)
  2. 来源(申报文件URL)
  3. 说明(报告期、任何重述内容、审计师说明)