Skip to content
Eden Engine

Company Industry Classification by Domain

omnial/enrichment-company-industry

Given a company's website domain, returns the industry classification Omnial's data partner assigns to that company, e.g. 'Technology, Information and Internet'. A domain the provider cannot resolve to a known company comes back with an error explaining why rather than a classification.

activeper callv1
Provider
Web & Business Data Network
Category
company-enrichment
Provider price
$0.07371 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": [
    "CompanyDomain"
  ],
  "properties": {
    "CompanyName": {
      "type": "string",
      "minLength": 1,
      "description": "The company's name (optional disambiguation aid)."
    },
    "CompanyDomain": {
      "type": "string",
      "minLength": 1,
      "description": "The company's website domain, e.g. 'stripe.com'. Resolve a bare company name with a company-domain lookup first."
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "Internal record id for this lookup; matches the call's own runId."
          },
          "error": {
            "type": "object",
            "properties": {
              "message": {
                "type": "string",
                "description": "Human-readable failure reason, e.g. an invalid-DNS message naming the queried domain."
              }
            },
            "description": "Present only when the domain could not be classified (absent on the successful capture). Observed on a domain the provider could not resolve via DNS.",
            "additionalProperties": true
          },
          "result": {
            "type": "object",
            "properties": {
              "Industry": {
                "type": "string",
                "description": "The industry classification, e.g. 'Technology, Information and Internet'."
              }
            },
            "description": "Present only on a successfully classified domain (absent on the failed capture, see `error` below instead).",
            "additionalProperties": true
          },
          "status": {
            "type": "string",
            "description": "'complete' on the successfully classified capture, 'failed' on the capture whose domain could not be resolved."
          }
        },
        "additionalProperties": true
      },
      "description": "One entry per submitted domain (always 1-length on both captures observed)."
    },
    "total": {
      "type": "number",
      "description": "Number of domains submitted in this call (1 on both captures observed)."
    },
    "status": {
      "type": "string",
      "description": "'complete' on both real captures observed."
    },
    "finished": {
      "type": "number",
      "description": "Number of domains finished processing (1 on both captures observed)."
    },
    "routine_run_id": {
      "type": "string",
      "description": "The vendor's own internal execution id for this lookup."
    }
  },
  "description": "The industry-classification run's settled envelope, 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.07371
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 23, 2026