Poor Backlinks
Parameters
your website url
your Vebapi api key
Example Request
curl -X GET "https://vebapi.com/api/seo/poorbacklinks?website=codeconia.com" \
-H "X-API-KEY: YOUR_API_KEY" \
-H "Content-Type: application/json"
Response
null
๐ซ Poor Backlinks API – VebAPI
Identify low-quality backlinks pointing to your website, including link source, anchor text, domain authority, and spam indicators.
๐ Description
The Poor Backlinks API helps you detect toxic or low-authority links that may negatively affect your website's SEO. It lists backlinks with poor inlink scores and low domain authority, allowing you to audit and disavow them as needed.
This API is useful for SEO health checks, backlink cleanup strategies, Google penalty prevention, and link spam detection.
๐ฏ Key Benefits
-
โ ๏ธ Discover backlinks from spammy or low-authority domains
-
๐งผ Clean up poor-quality links that harm your SEO rankings
-
๐ง Evaluate backlink toxicity with inlink/domain rank scores
-
๐ Track suspicious anchors or irrelevant image links
-
๐งฐ Perfect for SEO audit tools, backlink disavow systems, and link hygiene reports
๐ Base URL
https://vebapi.com/api/seo/poorbacklinks
๐ฅ Input Parameters
Parameter | Type | Required | Description |
---|---|---|---|
website |
string | โ Yes | Domain name to analyze (e.g., codeconia.com ) |
Headers Required:
X-API-KEY: YOUR_API_KEY
Content-Type: application/json
๐ค Output Response
The API returns a JSON array of backlinks flagged as low-quality.
backlinks
(Array of Poor Backlink Objects)
Field | Type | Description |
---|---|---|
url_from |
string | Source URL of the backlink |
url_to |
string | Target URL on your domain |
title |
string | Title of the referring page |
anchor |
string | Anchor text used in the link |
alt |
string | ALT text for image-based links |
nofollow |
boolean | Whether the backlink is marked as nofollow |
image |
boolean | Indicates if the link is an image |
image_source |
string | Image URL (if applicable) |
inlink_rank |
int | Page-level inlink authority score (typically 0 for poor links) |
domain_inlink_rank |
int | Domain authority score (0–100) |
first_seen |
string | Date the backlink was first detected |
last_visited |
string | Date the backlink was last confirmed active |