Skip to content
EximAgent Docs

Company intelligence

Resolve a company, read its trade fingerprint, and map its customers, suppliers, competitors, and trajectory.

Before enriching a company from its website, see what the corpus already knows about it. That part is free and exact.

Resolve the entity

eximagent company resolve --name "Example Handels GmbH"
eximagent company verify --name "Example Handels GmbH"
eximagent company split --name "Example Group"

resolve maps a messy name to a canonical entity. verify confirms a match. split separates a name that has collapsed several distinct entities together — common with group structures and transliterated names.

Read the trade fingerprint

eximagent companies profile --name "Example Handels GmbH"
eximagent companies trajectory --name "Example Handels GmbH"

profile is the shape of what they trade. trajectory is the direction — growing, flat, or receding.

Map the relationships

eximagent companies customers --name "Example Handels GmbH"
eximagent companies suppliers --name "Example Handels GmbH"
eximagent companies competitors --name "Example Handels GmbH"

suppliers is the one that matters most for outreach: it tells you who they buy from today, and therefore who you would be displacing.

Their actual shipments

eximagent company shipments --name "Example Handels GmbH"
eximagent shipments get --id <recordId> --view detail
eximagent evidence show --id <recordId> --normalized

shipments get --view projects richer fields — detail, logistics, financials, parties, evidence — over the default 24-field summary. evidence show --normalized returns English-normalized semantic fields next to the raw source record.

Then enrich

Once the corpus picture justifies it, move to enrichment.