π New Backlinks API – VebAPI
Track recently discovered backlinks to a website along with key quality metrics like domain authority, link type, and anchor information.
π Description
The New Backlinks API provides a list of freshly detected backlinks pointing to your domain. It includes details such as link origin, anchor text, dofollow/nofollow status, link type (text/image), and inlink ranks. This is ideal for monitoring link-building efforts and spotting new link opportunities or spam.
π― Key Benefits
-
π‘ Detect newly acquired backlinks in near real-time
-
π΅οΈβοΈ Analyze quality using inlink and domain authority metrics
-
π Track backlink sources, anchor text, and images
-
βοΈ Know whether new links are dofollow or nofollow
-
π§° Great for SEO agencies, backlink monitoring, and outreach tools
π Base URL
https://vebapi.com/api/seo/newbacklinks
π₯ Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
website |
string | β Yes | The domain name to check for new backlinks (e.g., codeconia.com) |
Headers Required:
X-API-KEY: YOUR_API_KEY
Content-Type: application/json
π€ Output Response
The response returns a JSON object with a list of newly discovered backlinks.
backlinks (Array of Objects)
| Field | Type | Description |
|---|---|---|
url_from |
string | Source URL where the backlink is located |
url_to |
string | Target URL on your domain |
title |
string | Title of the referring page |
anchor |
string | Anchor text used in the backlink |
alt |
string | Alternative text (for image links) |
nofollow |
boolean | Indicates if the link is nofollow |
image |
boolean | Whether the backlink is from an image |
image_source |
string | URL of the image used (if any) |
inlink_rank |
int | Page-level inlink authority score (0–100) |
domain_inlink_rank |
int | Domain-level authority score (0–100) |
first_seen |
string | Date when the backlink was first detected |
last_visited |
string | Date when the backlink was last verified active |