Skip to content
Eden Engine

Domain SEO & Paid Search Snapshot

omnial/domain-rank

Returns a one-line SEO and paid-search snapshot for a domain in one regional search database: organic keyword count, organic traffic, paid keyword count, paid traffic, and estimated monthly cost of that traffic if bought as ads.

activeper callv2
Provider
Web & Business Data Network
Category
seo_domain
Provider price
$0.00273 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": [
    "domain"
  ],
  "properties": {
    "domain": {
      "type": "string",
      "minLength": 1,
      "description": "Root domain to analyze, e.g. 'apple.com' (no scheme)."
    },
    "database": {
      "type": "string",
      "default": "us",
      "minLength": 2,
      "description": "Regional search database (Google region), e.g. 'us', 'uk', 'de', 'fr'. Mobile ('mobile-us') and extended ('us-ext') variants are also accepted. Defaults to 'us'."
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "properties": {
    "rows": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "domain": {
            "type": "string"
          },
          "adwordsCost": {
            "type": "string",
            "description": "Estimated monthly USD spend implied by paid traffic."
          },
          "organicCost": {
            "type": "string",
            "description": "Estimated monthly USD to buy organicTraffic as ads."
          },
          "adwordsTraffic": {
            "type": "string"
          },
          "organicTraffic": {
            "type": "string"
          },
          "adwordsKeywords": {
            "type": "string"
          },
          "organicKeywords": {
            "type": "string"
          },
          "visibility_rank": {
            "type": "string",
            "description": "Global traffic-rank position, as a string. Renamed from the real response's literal field name (see verification.notes) by providers/omnial/hooks.ts's shapeResponse hook before this reaches a caller -- the raw wire name embedded the upstream vendor's brand string, which must never be customer-visible."
          }
        },
        "additionalProperties": true
      }
    },
    "database": {
      "type": "string"
    }
  },
  "description": "The domain's SEO/paid-search snapshot, 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.00273
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