Company enrichment by domain

Availability: enrich/company is a catalog-tier route and returns 503 by 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

  1. Strip protocol and path from URLs (https://acme.com/aboutacme.com).
  2. Call with domain alone first — narrowest input.
  3. If matched: false, ask the user for city/state or try enrich_websearch for public listings.