Skip to main content
GET
/
domain-research
/
overview
/
backlinks
Get recent link building backlinks
curl --request GET \
  --url https://api.beeze.io/v1/domain-research/overview/backlinks \
  --header 'x-api-key: <api-key>'
[
  {
    "responsiblePerson": "<string>",
    "finalPrice": 123,
    "project": "<string>",
    "dateReceived": "<string>",
    "metrics": {
      "domainTraffic": 123,
      "domainRating": 123
    },
    "links": {
      "domain": "<string>",
      "article": "<string>"
    }
  }
]

Authorizations

x-api-key
string
header
required

API key for external Beeze API access

Query Parameters

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

from
string<date>

Start date in YYYY-MM-DD format

to
string<date>

End date in YYYY-MM-DD format

limit
integer

Positive result limit

Required range: x >= 1

Response

Recent backlink entries or grouped project backlink counts

responsiblePerson
string
required
finalPrice
number
required
project
string
required
dateReceived
string
required
metrics
object
required