$ apify call bulk-domain-rating-checker

Bulk Domain Rating Checker

Check Domain Rating by Ahrefs for up to 10,000 domains or URLs with clean three-field results, resilient retries, and transparent per-result pricing.

platform

Apify

status

Public

pricing

$0.50 / 1,000 delivered results

outputs

Domain Rating, Domain, JSON, CSV, Excel

SEO tools
-> Open on Apify

What it does

Check Domain Rating by Ahrefs for up to 10,000 domains or URLs with clean three-field results, resilient retries, and transparent per-result pricing.

Key capabilities

  • Configure the run from the Apify form or API.
  • Receive structured Domain Rating, Domain, JSON data.
  • Export the default Dataset or connect it to an automation.

Use cases

  • Prioritize domains for link building.
  • Enrich competitor lists.
  • Audit domain authority in bulk.

Main inputs

  • Domains or URLs, up to 10,000 targets.
  • Normalization and deduplication options.
  • A result limit to control scope.

API example

This is a minimal illustrative payload. Check the Actor input form in Apify for every supported option.

Example input (input.json)

{
  "targets": [
    "ahrefs.com",
    "https://apify.com"
  ],
  "maxConcurrency": 5,
  "requestTimeoutSecs": 30,
  "maxRetries": 4
}
curl -X POST "https://api.apify.com/v2/acts/datascraperes~bulk-domain-rating-checker/runs?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  --data-binary @input.json

The run stores its successful items in the default Dataset. A representative item looks like this:

Example result

{
  "target": "ahrefs.com",
  "domainRating": 91,
  "fetchedAt": "2026-07-10T12:00:00Z"
}

Data you get

Each successful item is saved in the default Apify Dataset, ready to export or connect to a workflow.

  • Domain Rating
  • Domain
  • JSON
  • CSV
  • Excel

Try it free

The Apify Free plan includes $5 in monthly credits, with no credit card required. Use them to try this Actor; credits do not roll over and renew at the start of each billing cycle.

Pricing

Apify charges $0.50 / 1,000 delivered results. Only the public billing event domain-rating-result is charged when Apify records a successful result.

Scope

The Actor works with publicly available data. Coverage and available fields can vary by target, country, and the source page at the time of the run.

How to use it

  1. Open the Actor in Apify.
  2. Add the targets or filters required by the input form.
  3. Start the run and export the default Dataset as JSON, CSV, or Excel.

// related