google_ai_search
Fetches Google search results with AI Overview summaries, organic listings, and related searches to uncover consumer voice and external demand for product research.
Instructions
[Google SERP + AI Overview 抓取] 抓 Google 搜索结果,含顶部 AI Overview 摘要、organic 自然位、相关搜索词。两种模式:overview(标准 SERP)/ ai_mode(沉浸式对话,支持多轮追问)。 Use when: 用户说"Google 搜一下""外部需求""市场上人们怎么说 X""Reddit/Quora 上的痛点""AI 搜索时代我的内容能被引用吗""为某关键词找用户原声";选品 SOP 里的"消费者原声"步骤;判断新品概念在 Amazon 站外是否有真实需求。 Don't use: 想在 Amazon 站内搜(用 search_amazon);只要趋势曲线(用 google_trends,更便宜更聚焦)。 Returns: data.{ results_num, ai_overview, json.items[ { type:'ai_overview', items:[{content:[...], references:[{title,url,domain}]}] }, { type:'organic', items:[{title,url,text}] }, { type:'related_searches', items:[...] } ], screenshot, taskId }。 Pair with: ↑ query 由用户提问推导;mode='ai_mode' 时传 followups[1..5] 做多轮追问;↓ ai_overview.references[].url 可作外部权威源,organic 结果可喂下游做内容竞争分析。 Cost: ~2 积点/次, ~30s(慢——这是 Google AI 渲染时间)。 Tips: 单次查询用 overview 更经济;只有要"拆解复杂问题 + 连续追问"时才上 ai_mode。followups 超 5 条响应明显变慢。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | 搜索关键词或问题。Examples: 'wireless earbuds reviews' (单点查询) / 'how does noise cancellation work' (问句) / 'what do people complain about Stanley Quencher' (用户痛点)。 | |
| mode | No | 搜索模式:'overview'(默认)= 标准 Google SERP + 顶部 AI Overview 摘要,适合一次性查询;'ai_mode' = Google AI Mode 沉浸式搜索(udm=50),适合复杂问题拆解和多轮追问。 | overview |
| followups | No | 多轮追问列表(仅 mode='ai_mode' 时生效)。每条是基于前一轮答案的追问。**超过 5 条响应效率显著下降**。 | |
| screenshot | No | 是否返回搜索页截图 URL。默认 false。 |