Skip to content
Eden Engine

Total Company Count by Filter

omnial/count-companies

Returns the total number of companies in the vendor's company database, optionally narrowed by a filter query (for example, by industry). One call returns a single count, not a list of companies -- useful for sizing a market segment before running a more detailed lookup. A filter that matches no companies returns an empty result rather than a count of zero.

activeper callv1
Provider
Web & Business Data Network
Category
company-enrichment
Provider price
$0.01365 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": [
    "query"
  ],
  "properties": {
    "query": {
      "type": "string",
      "description": "Filter query as a JSON array string. Required on every call -- pass '[]' explicitly for an unfiltered count of the whole database."
    },
    "api_key": {
      "type": "string",
      "description": "API key for authentication."
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "properties": {
    "data": {
      "type": "object",
      "properties": {
        "count": {
          "type": "integer",
          "description": "The total number of companies matching the filter (or the whole database when no filter is supplied). Observed as 49,944,945 on the one real unfiltered call."
        }
      },
      "description": "Absent entirely on the zero-match/empty-result case.",
      "additionalProperties": true
    },
    "status": {
      "type": "string",
      "description": "'success' on the one populated real call observed."
    }
  },
  "description": "The company-count record, as returned at the endpoint's result path. Only one populated real call was captured (an unfiltered count) -- a filter matching no companies shapes to `{}` instead (see examples/nonexistent-industry-zero.json).",
  "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.01365
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