blockrun_exa
Search the web by meaning, not just keywords. Get answers, fetch page contents, or find similar pages using neural search.
Instructions
Neural web search via Exa — understands meaning, not just keywords. Great for research.
Common paths (all POST, body shapes documented in the exa-research skill):
search — body: { query, numResults?, category?, includeDomains?, excludeDomains? } ($0.012/call charged)
answer — body: { query } ($0.012/call charged)
contents — body: { urls: [...] } ($0.002/URL + $0.002 fee, up to 100)
find-similar — body: { url, numResults? } ($0.012/call charged)
Categories for search: "news", "research paper", "company", "tweet", "github", "pdf".
Full request/response shapes + worked research workflows in the exa-research skill.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON body for the call. Sent as POST. Required for all four endpoints. | |
| path | Yes | Endpoint name under /v1/exa/, e.g. 'search', 'answer', 'contents', 'find-similar' | |
| agent_id | No | Agent identifier for budget tracking and enforcement. |