Skip to content
Eden Engine

Company Match & Enrichment (by Website)

omnial/company-enrich

Matches a company by its website and returns a confidence-scored enrichment record: size, industry, HQ location, funding history, social profiles, and employee distribution by country.

activeper callv2
Provider
Web & Business Data Network
Category
firmographic
Provider price
$0.1365 per call
Latency p50 / p95
— / —
Success rate
Verified

Provider list price; Omnial MCP charges provider cost plus a platform markup on top.

Contract

input_schema.json
{
  "type": "object",
  "required": [
    "website"
  ],
  "properties": {
    "pretty": {
      "type": "boolean",
      "description": "Optional. If true, ask the provider to pretty-print nested response fields."
    },
    "website": {
      "type": "string",
      "minLength": 1,
      "description": "The company website or bare domain to match against (e.g. 'stripe.com'). Chosen as the required identifier -- see this file's header comment for why, over the upstream endpoint's other optional identifiers (name, profile URL, ticker, location)."
    },
    "titlecase": {
      "type": "boolean",
      "description": "Optional. If true, title-case free-text fields like company name in the response."
    },
    "min_likelihood": {
      "type": "integer",
      "maximum": 10,
      "minimum": 0,
      "description": "Optional minimum match-confidence score (0-10) the returned company must meet. Omit to accept the provider's own default confidence floor."
    },
    "include_if_matched": {
      "type": "boolean",
      "description": "Optional. If true, still return a partial record when a strict match isn't found but a weaker candidate exists, instead of returning no match."
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "required": [
    "display_name",
    "likelihood"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Lowercase/slug form of the matched company name."
    },
    "size": {
      "type": "string",
      "description": "Employee-count size bucket, e.g. '1001-5000'."
    },
    "tags": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "type": {
      "type": "string",
      "description": "e.g. 'private' or 'public'."
    },
    "status": {
      "type": "number",
      "description": "The upstream provider's own per-result HTTP-style status code, e.g. 200."
    },
    "founded": {
      "type": "number"
    },
    "summary": {
      "type": "string"
    },
    "website": {
      "type": "string"
    },
    "industry": {
      "type": "string"
    },
    "location": {
      "type": "object",
      "properties": {
        "name": {
          "type": "string"
        },
        "region": {
          "type": "string"
        },
        "country": {
          "type": "string"
        },
        "locality": {
          "type": "string"
        }
      },
      "additionalProperties": true
    },
    "likelihood": {
      "type": "number",
      "description": "The provider's own 0-10 match-confidence score for this result."
    },
    "display_name": {
      "type": "string"
    },
    "linkedin_url": {
      "type": "string"
    },
    "employee_count": {
      "type": "number"
    },
    "funding_stages": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Every funding stage this company has raised at, oldest to most recent."
    },
    "latest_funding_stage": {
      "type": "string"
    },
    "total_funding_raised": {
      "type": "number"
    },
    "number_funding_rounds": {
      "type": "number"
    },
    "employee_count_by_country": {
      "type": "object",
      "additionalProperties": {
        "type": "number"
      }
    }
  },
  "description": "The company enrichment record, as returned at routing.responseResultPath ($.output).",
  "additionalProperties": true
}

Pricing

Every real charge, itemised. A model that quietly omits one is a slow financial leak, so nothing here is rolled up, and a charge that only applies to some inputs says so rather than being added in.

Prices in this catalog are the provider's own list price, not your bill: Omnial MCP charges provider cost plus a platform markup on top, so what you are charged is higher than the figure shown. For the exact amount a specific call will cost, run omnial_execute with dry_run: true; that number includes the markup and is what we hold while the call runs. It is a quote, not a cap on the charge.

ChargeRate
Per call
Flat, regardless of what comes back
$0.1365
Cost basis
Not recorded

This tool's catalog entry does not record how its final bill is determined, so we will not tell you whether its cost is fixed before the call or reported by the provider afterwards. Either way what is held is a quote rather than a cap: you are charged what the call actually costs, bounded at 2x the quote.

Updated
Sep 8, 2026