$ curl -fsSL https://search.prim.sh/install.sh | sh
Agents need current facts. search.sh returns clean, structured results — no HTML parsing, no ad noise, no rate-limit negotiation.
Market agents, alert systems, and news digests query the news endpoint on a schedule. Get headlines and summaries, not raw HTML.
Feed URLs to the extract endpoint and get clean markdown back. Pipe into mem.sh for RAG, or directly into your prompt.
Search before answering. Retrieve sources before claiming. search.sh is the grounding layer for any agent that needs to verify facts.
POST /v1/search # Web search → structured results + snippets
POST /v1/search/news # News search → headlines + summaries
POST /v1/extract # URL → clean markdown
| Action | Cost | Notes |
|---|---|---|
| Web search | $0.005 | Tavily ($5/1K calls) |
| News search | $0.005 | Tavily ($5/1K calls) |
| URL extract | $0.005 | Tavily extract (at cost) |
Stateless. No resources stored per wallet. Each request is independent.