OpenPageRank Bulk Checker avatar
OpenPageRank Bulk Checker

Pricing

$1.00 / 1,000 results

Go to Apify Store
OpenPageRank Bulk Checker

OpenPageRank Bulk Checker

Developed by

CodeScraper

CodeScraper

Maintained by Community

Instantly check OpenPageRank (OPR) scores for thousands or even millions of domains at once. This is your fast, highly affordable solution for large-scale SEO and domain analysis. Paste upto 5k, 6k, 7k, 8k, 9k, 10k, 11k, 12k domains at once

5.0 (3)

Pricing

$1.00 / 1,000 results

0

5

3

Last modified

4 days ago

🌐 OpenPageRank Bulk Checker – Fetch Domain PageRank Automatically

This Apify actor retrieves PageRank values for multiple domains in bulk using the OpenPageRank API.
It supports large batches, API key rotation, optional proxies, and outputs results in range of 0–10.


πŸš€ What It Does

The actor processes each domain URL and returns:

  • πŸ“Š PageRank value (0–10)
  • 🌐 Original input URL

It handles:

  • βœ… Large batches efficiently
  • πŸ”„ Automatic API key rotation to avoid rate limits (10,000 calls/hour per key)
  • πŸ›‘οΈ Optional proxy usage to prevent IP bans

βš™οΈ Input Configuration

FieldTypeDescriptionDefault
urlsArrayOne or more domain URLs to check. Supported formats: https://www.example.com, http://example.com, www.example.com, example.orgrequired
batchSizeIntegerNumber of domains to process per API batch. Larger batches are faster.100
sortByStringSort output by pageRank or domain.pageRank
minPageRankNumberMinimum PageRank filter. Domains below this value are skipped.0
maxPageRankNumberMaximum PageRank filter. Domains above this value are skipped.10
proxyTypeStringUse proxy: None, Apify Proxy.None

🧩 Example Input

{
"urls": ["https://www.google.com", "example.org", "https://github.com"],
"batchSize": 50,
"sortBy": "pageRank",
"minPageRank": 3,
"maxPageRank": 10,
"proxyType": "No Proxy",
}

πŸ“Š Example Output

[
{ "inputUrl": "https://www.google.com", "pageRank": 10 },
{ "inputUrl": "https://github.com", "pageRank": 9 }
]

🧠 Features

  • 🌍 Fetch PageRank for multiple domains in bulk
  • πŸ”„ Automatic API key rotation to respect rate limits
  • πŸ›‘οΈ Proxy support for uninterrupted large-scale scraping
  • πŸ“Š Clean JSON/CSV output ready for Excel or BI tools
  • βš™οΈ Batch processing for faster results

πŸ’‘ Use Cases

  • Build SEO or domain authority databases
  • Competitor analysis and market research
  • Lead generation based on domain authority
  • Track domain PageRank trends over time


πŸ§‘β€πŸ’» Developer Info


🏷️ Tags

openpagerank Β· page-rank Β· domain-analysis Β· seo Β· automation Β· apify