Skip to main content
GET
/
domain-research
/
overview
/
stats
Get link building overview stats
curl --request GET \
  --url https://api.beeze.io/v1/domain-research/overview/stats \
  --header 'x-api-key: <api-key>'
{
  "summary": {
    "spendings": {
      "current": 123,
      "previous": 123,
      "percentageChange": 123
    },
    "backlinks": {
      "current": 123,
      "previous": 123,
      "percentageChange": 123
    },
    "traffic": {
      "current": 123,
      "previous": 123,
      "percentageChange": 123
    },
    "domainRating": {
      "current": 123,
      "previous": 123,
      "percentageChange": 123
    },
    "pricePerBacklink": {
      "current": 123,
      "previous": 123,
      "percentageChange": 123
    }
  },
  "details": {
    "current": [
      {
        "responsiblePerson": "<string>",
        "finalPrice": 123,
        "project": "<string>",
        "dateReceived": "<string>",
        "metrics": {
          "domainTraffic": 123,
          "domainRating": 123
        },
        "links": {
          "domain": "<string>",
          "article": "<string>"
        }
      }
    ],
    "previous": [
      {
        "responsiblePerson": "<string>",
        "finalPrice": 123,
        "project": "<string>",
        "dateReceived": "<string>",
        "metrics": {
          "domainTraffic": 123,
          "domainRating": 123
        },
        "links": {
          "domain": "<string>",
          "article": "<string>"
        }
      }
    ]
  },
  "timeRanges": {
    "current": {
      "from": "2023-12-25",
      "to": "2023-12-25"
    },
    "previous": {
      "from": "2023-12-25",
      "to": "2023-12-25"
    }
  }
}

Authorizations

x-api-key
string
header
required

API key for external Beeze API access

Query Parameters

from
string<date>

Start date in YYYY-MM-DD format

to
string<date>

End date in YYYY-MM-DD format

project
string

Project identifier. Accepts project ID, slug, or name within the active workspace. If the project name is ambiguous in that workspace, use the project slug or project ID. Public project-scoped routes also require globally unique project names across workspaces.

Minimum string length: 1
owner
string

Filter by responsible person

locale
string

Filter by locale or market code

type
enum<string>

Metric type for detailed stats or trends

Available options:
spendings,
backlinks,
traffic,
dr,
pricePerBacklink

Response

Summary metrics or detailed metric-specific stats

summary
object
required
details
object
required
timeRanges
object
required