Back to demo

How It Works

Use one Deep Search request to return a company profile with fields and citations.

Why Exa

Company records become stale as headcount, funding, positioning, and recent news change. Exa searches current public sources and returns the requested fields and citations in one structured response.

The Pipeline

Overview

This demo is a single live request, not a scheduled backfill or monitoring system. A company name or domain goes to the local enrichment route, which makes one Exa Deep Search and maps the structured result into the company card.

Steps

1

Validate the company input

The server requires a non-empty company name or domain and turns it into a company-profile query.

2

Retrieve and extract company fields

POST /search runs with type deep, category company, numResults 5, a 24-hour content freshness target, and a schema for industry, revenue, employee count, ownership, funding, description, and recent news.

/search

3

Return the card and its sources

The route parses output.content, maps absent optional fields to null, and flattens output.grounding citations into the sources shown with the enrichment result.

Endnote

This demo stops after returning a sourced company card. CRM backfills, monitoring, and webhooks are possible follow-ons, but they are not part of this live request.