Company enrichment by domain
Availability:
enrich/companyis a catalog-tier route and returns503by default (CATALOG_ROUTES_ENABLED=0). This recipe is kept for when the route is re-enabled.
Question: "What do we know about acme.com as a company?"
Tool
POST /api/v1/enrich/company or MCP enrich_company
Prefer domain when you have it:
{"domain": "acme.com"}
Optional company name for disambiguation:
{"company": "Acme Corp", "domain": "acme.com"}
Default price: $0.100 (bill-on-match).
Workflow
- Strip protocol and path from URLs (
https://acme.com/about→acme.com). - Call with
domainalone first — narrowest input. - If
matched: false, ask the user for city/state or tryenrich_websearchfor public listings.