π Backlink Lists API – VebAPI
Retrieve detailed backlink data for any domain, including link source, anchor text, link type (dofollow/nofollow), domain authority, and more.
π Description
The Backlink Lists API provides powerful insights into the backlink profile of a domain. It includes backlink sources, anchor texts, link types, domain and page authority metrics, and timestamps of when the links were first and last seen.
This API is ideal for SEO tools, backlink monitoring systems, and domain authority analysis dashboards.
π― Key Benefits
-
π Track how many backlinks and referring domains point to a website
-
π Identify link types (dofollow/nofollow), homepage links, and anchor usage
-
π§ Evaluate quality using inlink rank and domain authority scores
-
π§° Useful for backlink audits, link building, and competitor research
-
π Monitor changes with first-seen and last-visited timestamps
π Base URL
https://vebapi.com/api/seo/backlinkdata
π₯ Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
website |
string | β Yes | The domain name to analyze (e.g., codeconia.com) |
Headers Required:
X-API-KEY: YOUR_API_KEY
Content-Type: application/json
π€ Output Response
The response contains two main parts: backlink summary stats (counts) and the list of actual backlinks (backlinks).
π’ counts (Backlink Summary)
| Field | Type | Description |
|---|---|---|
backlinks.total |
int | Total number of backlinks |
backlinks.doFollow |
int | Number of dofollow backlinks |
backlinks.fromHomePage |
int | Links originating from homepage |
backlinks.toHomePage |
int | Links pointing to homepage |
domains.total |
int | Number of unique referring domains |
domains.doFollow |
int | Referring domains with dofollow links |
ips / cBlocks |
null | Reserved for future IP-class breakdowns |
anchors, anchorUrls |
null | Reserved for anchor analytics (future use) |
π backlinks (Detailed List)
Each backlink object contains:
| Field | Type | Description |
|---|---|---|
url_from |
string | The source URL where the backlink is located |
url_to |
string | The target URL being linked to |
title |
string | Title of the source page |
anchor |
string | Anchor text used in the backlink |
nofollow |
boolean | Indicates whether the link is nofollow |
image |
boolean | Whether the link is image-based |
image_source |
string | Source URL of the image, if any |
inlink_rank |
int | Page-level authority score (0–100) |
domain_inlink_rank |
int | Domain-level authority score (0–100) |
first_seen |
string | Date when the link was first detected |
last_visited |
string | Date when the link was last confirmed alive |