Company Identity Resolution
free skill · identity-enrichment
Resolve a messy company name to the right domain and canonical record, and say how confident the match is.
/plugin marketplace add mambalabsdev/mamba-labs-skillsWhat it does
Every enrichment downstream is only as good as the identity it was run on, and company names collide constantly across markets, subsidiaries and rebrands. This skill resolves name to domain with a stated confidence, and refuses a low confidence match rather than guessing, because a wrong match silently poisons every column after it.
When to use it
- I have company names but no domains
- the enrichment matched the wrong company
- resolve these company names
- which domain is this company
- ambiguous company names
What it needs from you
- names: the company names as they appear
- hints: any extra context: country, industry, a person who works there
- threshold: the confidence below which you would rather have nothing
Live data it reads
Resolution takes a name, a domain, or a profile URL and returns the canonical record with the others filled in. - company-identity-resolver: name, domain and profile URL reconciled into one canonical company record Store page: https://apify.com/mambalabs/company-identity-resolver Runnable example input:
How it works
- Normalize the input names first: strip legal suffixes, punctuation and trailing descriptors, because those are the main source of false misses.
- Resolve with whatever identifier is strongest. A profile URL beats a domain, a domain beats a name, and a name alone is the weakest input there is.
- Return a confidence per match and set a floor. Below the floor, return nothing rather than a guess, and mark the row for human review.
- Watch for the three collision types: same name different company, parent versus subsidiary, and pre rebrand versus post rebrand. Each needs a different tiebreak.
- Use the hints as tiebreaks, not as filters, so a wrong hint does not eliminate the right answer.
- Report the resolution rate for the batch, because that number decides whether the list is usable at all.
What you get back
The resolved table with input, resolved domain, canonical name, confidence and method; the unresolved rows flagged for review; and the batch resolution rate.
The quality bar
- Low confidence matches return nothing rather than a guess
- The confidence floor is stated as a number
- Parent and subsidiary collisions are handled explicitly
- The batch resolution rate is reported
Where it runs
- Claude Code
- Codex CLI
- Cursor
- MCP-compatible agents
Get the skill
We will email you the install command and a link to the skill. No account, no purchase.