From query to structured funding data.

Deep search across press releases, TechCrunch, Business Wire, and investor announcements — returned as clean JSON.

Input

Query & output schema

Deep search
const response = await exa.search(
  `Find the most recent funding round for Exa.
  Search press releases, TechCrunch, Crunchbase,
  Business Wire, and investor announcements.`,
  {
    type: "deep",
    numResults: 10,
    contents: { highlights: true },
    outputSchema: {
      most_recent_funding_date: "YYYY-MM-DD",
      most_recent_funding_label: "string",
      most_recent_funding_amount: "string",
      total_amount_raised_to_date: "string",
      evidence_snippet: "string",
      source_quality: "primary | reputable_secondary | ...",
      confidence: "high | medium | low",
      notes: "string",
    },
  }
);

Output schema fields

company_name
most_recent_funding_date
most_recent_funding_label
most_recent_funding_amount
total_amount_raised_to_date
evidence_snippet
source_quality
confidence
notes

Output

Structured results

No data returned.
querydeep searchstructured JSON