Store Link Auditor & Dofollow Checker API
Pricing
Pay per usage
Store Link Auditor & Dofollow Checker API
Backlink and dofollow checker API for store, marketplace, directory and profile pages. Audit target-domain links, nofollow, ugc, sponsored and noindex signals.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Tugelbay Konabayev
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share



Audit store, marketplace, directory and profile pages for target-domain links. The actor checks whether a page links to your domain and flags the signals that usually weaken backlink value: nofollow, ugc, sponsored, and page-level noindex.
Use it when you submit products to directories, launch tools on marketplaces, monitor partner pages, or build a repeatable backlink evidence report instead of checking HTML by hand.
What you get
- Final URL and HTTP status after redirects
- Page title and robots meta content
- Whether the page has
noindex - All matching links to your target domains
relvalues for each matching link- A clean follow-like verdict when a matching link has no
nofollow,ugc, orsponsored - A weakened verdict when the page/link is present but likely discounted
Input
| Field | Type | Description |
|---|---|---|
startUrls | Array | Store, directory, marketplace or profile pages to audit |
targetDomains | Array | Domains you expect those pages to link to |
maxItems | Integer | Maximum pages to audit |
requestTimeoutSecs | Integer | Per-page request timeout |
Example input
{"startUrls": [{ "url": "https://konabayev.com/" }],"targetDomains": ["konabayev.com"],"maxItems": 20,"requestTimeoutSecs": 30}
Example output
{"url": "https://konabayev.com/","finalUrl": "https://konabayev.com/","statusCode": 200,"targetDomains": ["konabayev.com"],"checkedAt": "2026-04-30T04:00:00+00:00","pageTitle": "Tugelbay Konabayev","robots": null,"noindex": false,"matchingLinks": [{"href": "https://konabayev.com/tools/","text": "Tools","rel": "","domain": "konabayev.com","followLike": true,"riskRel": []}],"matchingLinkCount": 1,"cleanFollowLinkFound": true,"verdict": "follow-like-found"}
Verdicts
| Verdict | Meaning |
|---|---|
follow-like-found | A matching link exists, the page is indexable, and rel is clean |
target-link-present-but-weakened | A matching link exists but rel contains nofollow, ugc, or sponsored |
target-link-present-but-page-noindex | A matching clean link exists, but the page has a noindex signal |
target-link-missing | No matching link to the target domain was found |
timeout | The page did not respond before the timeout |
http-error | The request failed before HTML could be analyzed |
Notes
This actor reports HTML evidence. It does not guarantee ranking impact. Search engines can discount links for many reasons even when the link is technically follow-like.