Store Link Auditor & Dofollow Checker API avatar

Store Link Auditor & Dofollow Checker API

Pricing

Pay per usage

Go to Apify Store
Store Link Auditor & Dofollow Checker API

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

Tugelbay Konabayev

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Store Link Auditor hero

Store Link Auditor input and output

Store Link Auditor dataset preview

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
  • rel values for each matching link
  • A clean follow-like verdict when a matching link has no nofollow, ugc, or sponsored
  • A weakened verdict when the page/link is present but likely discounted

Input

FieldTypeDescription
startUrlsArrayStore, directory, marketplace or profile pages to audit
targetDomainsArrayDomains you expect those pages to link to
maxItemsIntegerMaximum pages to audit
requestTimeoutSecsIntegerPer-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

VerdictMeaning
follow-like-foundA matching link exists, the page is indexable, and rel is clean
target-link-present-but-weakenedA matching link exists but rel contains nofollow, ugc, or sponsored
target-link-present-but-page-noindexA matching clean link exists, but the page has a noindex signal
target-link-missingNo matching link to the target domain was found
timeoutThe page did not respond before the timeout
http-errorThe 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.