Skip to content
Eden Engine

Company Search & Lookup (by Name, Domain, LinkedIn, or Crunchbase)

omnial/company-search

Search for a company by name, website domain, LinkedIn company URL, or Crunchbase organization URL, and get back matching company records with a short business description, domain, and (for a name search) a relevance score.

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",
  "anyOf": [
    {
      "required": [
        "name"
      ]
    },
    {
      "required": [
        "domain"
      ]
    },
    {
      "required": [
        "linkedin"
      ]
    },
    {
      "required": [
        "crunchbase"
      ]
    }
  ],
  "properties": {
    "name": {
      "type": "string",
      "minLength": 1,
      "description": "Fuzzy company name search with relevance scoring."
    },
    "domain": {
      "type": "string",
      "minLength": 1,
      "description": "Website domain or full URL (e.g. 'stripe.com' or 'https://stripe.com'); URLs are parsed to the domain."
    },
    "linkedin": {
      "type": "string",
      "minLength": 1,
      "description": "LinkedIn company URL."
    },
    "crunchbase": {
      "type": "string",
      "minLength": 1,
      "description": "Crunchbase organization URL."
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "properties": {
    "data": {
      "type": "object",
      "properties": {
        "companies": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "name": {
                "type": "string",
                "description": "The matched company's business name, e.g. 'Stripe'."
              },
              "domain": {
                "type": "string",
                "description": "The company's website domain, e.g. 'stripe.com'."
              },
              "guru_permalink": {
                "type": "string",
                "description": "A stable, URL-safe slug identifying this company record internally, e.g. 'stripe'. Not always derived from the current company name (observed as 'rdmd' for a company whose returned name was 'AllStripes')."
              },
              "relevance_score": {
                "type": "number",
                "description": "How closely this result matched a name search, observed from 88 to 150 on a 10-result name search for 'Stripe' -- no documented fixed maximum, and its behavior for a domain/linkedin/crunchbase search (rather than a name search) is unconfirmed."
              },
              "short_description": {
                "type": "string",
                "description": "A one- to two-sentence summary of what the company does."
              }
            },
            "additionalProperties": true
          },
          "description": "Empty array on a no-match search; one entry per matching company otherwise."
        }
      },
      "additionalProperties": true
    },
    "meta": {
      "type": "object",
      "properties": {
        "page": {
          "type": "number",
          "description": "Observed as 0 on both real captures."
        },
        "page_size": {
          "type": "number",
          "description": "Observed as the fractional value 0.1 on both real captures regardless of how many companies were returned -- does not appear to be an actual page size and its real meaning is unconfirmed; do not assume it is a usable pagination control."
        },
        "total_count": {
          "type": "number",
          "description": "10 on a 10-result name-search match, 0 on a no-match search."
        }
      },
      "additionalProperties": true
    },
    "message": {
      "type": "string",
      "description": "A human-readable status string. Only observed when the search matched zero companies (e.g. 'No companies found matching your search'); absent from the response entirely when at least one company is returned."
    },
    "success": {
      "type": "boolean",
      "description": "true on both a match and a no-match search."
    }
  },
  "description": "The search result, 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.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 8, 2026