SEOpost/domain-overview

Domain rank and traffic overview

Competitors
Cost / request

$0.01

Response format

JSON

Protocol

REST

Description

One-call summary of a domain's organic footprint: domain rank, number of ranking keywords, estimated organic traffic and its value, split by position buckets. The cheap first call when qualifying a domain: run this before deciding whether a deeper ranked_keywords or backlinks pull is worth it.

Parameters

bodyRequest Bodyrequired

Content type: application/json

{
  "type": "object",
  "required": [
    "target"
  ],
  "properties": {
    "target": {
      "type": "string",
      "description": "Domain to summarize, no protocol."
    },
    "location_code": {
      "type": "integer",
      "description": "Geo target as a location code. Default 2840 (United States).",
      "default": 2840
    },
    "language_code": {
      "type": "string",
      "description": "Two-letter language code. Default 'en'.",
      "default": "en"
    }
  }
}

Responses

Domain metrics summary in `result[0].items`.

{
  "type": "object"
}

Agent / Developer Schema

Machine-readable formats for integrating this endpoint into AI agents and toolchains.

{
  "operationId": "domain_overview",
  "method": "post",
  "path": "/domain-overview",
  "summary": "Domain rank and traffic overview",
  "description": "One-call summary of a domain's organic footprint: domain rank, number of ranking keywords, estimated organic traffic and its value, split by position buckets. The cheap first call when qualifying a domain: run this before deciding whether a deeper ranked_keywords or backlinks pull is worth it.",
  "parameters": [],
  "requestBody": {
    "required": true,
    "content": {
      "application/json": {
        "schema": {
          "type": "object",
          "required": [
            "target"
          ],
          "properties": {
            "target": {
              "type": "string",
              "description": "Domain to summarize, no protocol."
            },
            "location_code": {
              "type": "integer",
              "description": "Geo target as a location code. Default 2840 (United States).",
              "default": 2840
            },
            "language_code": {
              "type": "string",
              "description": "Two-letter language code. Default 'en'.",
              "default": "en"
            }
          }
        },
        "example": {
          "target": "close.com"
        }
      }
    }
  },
  "responses": [
    {
      "statusCode": "200",
      "description": "Domain metrics summary in `result[0].items`.",
      "content": {
        "application/json": {
          "schema": {
            "type": "object"
          }
        }
      }
    },
    {
      "statusCode": "400",
      "description": "Bad request or upstream task error."
    },
    {
      "statusCode": "401",
      "description": "Unauthorized."
    },
    {
      "statusCode": "429",
      "description": "Too many requests."
    },
    {
      "statusCode": "5XX",
      "description": "Upstream error."
    }
  ]
}

Pricing

$0.01per successful request

Credits are deducted from your agntdata balance on each successful API call. Failed requests (4xx/5xx) are not charged.

Start using this endpoint

Generate your API key and make your first call in under a minute. Free tier available with transparent pricing.