web-search-advanced-financial-report
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseWeb Search Advanced - Financial Report Category
高级网页搜索 - 财务报告分类
Tool Restriction (Critical)
工具限制(重要)
ONLY use with . Do NOT use other categories or tools.
web_search_advanced_exacategory: "financial report"仅可使用并设置。请勿使用其他分类或工具。
web_search_advanced_exacategory: "financial report"Filter Restrictions (Critical)
筛选限制(重要)
The category has one known restriction:
financial report- - NOT SUPPORTED (causes 400 error)
excludeText
financial report- - 不支持(会导致400错误)
excludeText
Supported Parameters
支持的参数
Core
核心参数
- (required)
query numResults- ("auto", "fast", "deep", "neural")
type
- (必填)
query numResults- (可选值:"auto", "fast", "deep", "neural")
type
Domain filtering
域名筛选
- (e.g., ["sec.gov", "investor.apple.com"])
includeDomains excludeDomains
- (示例:["sec.gov", "investor.apple.com"])
includeDomains excludeDomains
Date filtering (ISO 8601) - Very useful for financial reports!
日期筛选(ISO 8601)- 对财务报告非常有用!
- /
startPublishedDateendPublishedDate - /
startCrawlDateendCrawlDate
- /
startPublishedDateendPublishedDate - /
startCrawlDateendCrawlDate
Text filtering
文本筛选
- (must contain ALL) - single-item arrays only; multi-item causes 400
includeText - NOT SUPPORTEDexcludeText
- (必须包含所有指定内容)- 仅支持单元素数组;多元素会导致400错误
includeText - 不支持excludeText
Content extraction
内容提取
- /
textMaxCharacterscontextMaxCharacters - /
enableSummarysummaryQuery - /
enableHighlights/highlightsNumSentences/highlightsPerUrlhighlightsQuery
- /
textMaxCharacterscontextMaxCharacters - /
enableSummarysummaryQuery - /
enableHighlights/highlightsNumSentences/highlightsPerUrlhighlightsQuery
Additional
附加参数
additionalQueries- /
livecrawllivecrawlTimeout - /
subpagessubpageTarget
additionalQueries- /
livecrawllivecrawlTimeout - /
subpagessubpageTarget
Token Isolation (Critical)
Token隔离(重要)
Never run Exa searches in main context. Always spawn Task agents:
- Agent calls with
web_search_advanced_exacategory: "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_exacategory: "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:
- Results (company name, filing type, date, key figures/highlights)
- Sources (Filing URLs)
- Notes (reporting period, any restatements, auditor notes)
返回内容:
- 结果(公司名称、申报文件类型、日期、关键数据/要点)
- 来源(申报文件URL)
- 说明(报告期、任何重述内容、审计师说明)