Open PageRank API avatar
Open PageRank API

Pricing

Pay per usage

Go to Apify Store
Open PageRank API

Open PageRank API

This is an unofficial Actor for Open PageRank by DomCop. The Open PageRank is a free SEO Page Rank alternative to SimilarWeb, Moz, Majestic and Ahrefs.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Luca S.

Luca S.

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

2

Monthly active users

23 days ago

Last modified

Share

This is an unofficial Actor for OpenPageRank by DomCop. The Open PageRank is a free alternative to SimilarWeb, Moz, Majestic and Ahrefs.


🚀 Quick overview

  • Purpose: Get PageRank values via the OpenPageRank API.
  • Input: List of URLs/domains + optional batch size.
  • Output: Dataset with { inputUrl, pageRank }.

🧩 Input

{
"urls": [
"https://www.apple.com",
"http://google.com/some/path",
"example.org"
],
"batchSize": 100
}
FieldTypeRequiredDescription
urlsstring[]List of URLs or domains. The Actor normalizes domains automatically.
batchSizenumberDomains per API request (50–100, default 100).

📦 Output

Dataset items

{ "inputUrl": "https://www.apple.com", "pageRank": 76.3 }
  • pageRank equals page_rank_decimal * 10 from the OpenPageRank API.
  • For duplicate inputs, one item per input is produced.

OUTPUT (Key-Value Store)

{
"totalItems": 3,
"sample": [
{ "inputUrl": "https://www.apple.com", "pageRank": 76.3 }
]
}

💡 Typical use cases

  • SEO analysis for domain lists
  • Competitive website comparisons
  • Lead qualification by domain strength
  • Outreach research

⚠️ Notes & limits

  • Batch limit: OpenPageRank allows a maximum of 100 domains per request. Please respect it.
  • Invalid URLs: Skipped and logged.