blockrun_search
Deliver real-time search across web, X/Twitter, and news with AI-summarized results and citations. Pay per call with no API keys required.
Instructions
Grok Live Search — real-time web + X/Twitter + news with AI-summarized results and citations. $0.025 per returned source (max_results × $0.025; default max_results=10 → $0.25).
Common shape:
body: { query: "...", sources: ["web","x","news"], max_results: 10, from_date: "YYYY-MM-DD", to_date: "YYYY-MM-DD" }
sources accepts any subset of ["web","x","news"] (defaults to all three). For tweet-only searches, use ["x"]. 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 |
|---|---|---|---|
| path | No | Endpoint sub-path under /v1/search/ (default empty = root /v1/search). Reserved for future surfaces. | |
| body | No | Request body. At minimum { query: '...' }. Sent as POST. | |
| agent_id | No | Agent identifier for budget tracking and enforcement. |