blockrun_search
Search live web and news with AI-summarized results and citations. Control spending by adjusting max_results.
Instructions
Grok Live Search — real-time web + news with AI-summarized results and citations. PRICED PER SOURCE and expensive by default: $0.025 × max_results, +5% gateway buffer — default max_results=10 settles ~$0.26 (max_results=50 → $1.31). Pass a smaller max_results to cap spend; for a plain fact, 3 sources ($0.08) is usually enough.
Common shape:
body: { query: "...", sources: ["web","news"], max_results: 10, from_date: "YYYY-MM-DD", to_date: "YYYY-MM-DD" }
sources accepts any subset of ["web","news"] (default ["web"] — pass both for news coverage). There is no X/Twitter source (removed upstream 2026-07-05; asking for it is refused before payment). max_results is 1–50 (default 10) and drives the price — pass a smaller value if you want to cap spend.
Full request shape + worked examples in the search skill (skills/search/SKILL.md).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Request body. At minimum { query: '...' }. Sent as POST. | |
| path | No | Endpoint sub-path under /v1/search/ (default empty = root /v1/search). Reserved for future surfaces. | |
| agent_id | No | Agent identifier for budget tracking and enforcement. |