Search

Ask any question across ChatGPT, Claude, Perplexity, Gemini, and Google AI Overviews and get each answer plus the sources it cited, straight from your agent.

Overview

The workhorse tool. Your agent passes a question and gets back every model’s prose answer with the sources each cited, in one structured result, so it can reason over what AI search actually says, not just one model’s take.

Example

Ask your agent in plain English and it calls the tool for you:

# you say
best startup CRM

The tool returns structured JSON to your agent (you never see this directly):

{
  "query": "best startup CRM",
  "results": [
    { "model": "chatgpt", "answer": "Several tools stand out…", "citations": ["…"] }
    // …one entry per model queried
  ],
  "billing": { "cost": { "usd": "0.20" } }
}

Your agent reads that JSON and answers you in plain English. That reply is written by your own AI; the JSON is just what it reasons over:

# your AI replies
Across the selected models, the names that keep coming up are Acme CRM, Rival CRM, and Legacy CRM.
ChatGPT and Claude both lead with Acme CRM; Perplexity leans on independent reviews and cites 3 sources the others don’t.

Full input and output schema: POST /v1/search. For AI-model tools, pass an optional models list to narrow which models run (see per-model pricing).