Open PageRank API
Pricing
Pay per usage
Go to Apify Store

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.
Maintained by CommunityActor stats
1
Bookmarked
11
Total users
1
Monthly active users
6 months ago
Last modified
Categories
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}
| Field | Type | Required | Description |
|---|---|---|---|
urls | string[] | β | List of URLs or domains. The Actor normalizes domains automatically. |
batchSize | number | β | Domains per API request (50β100, default 100). |
π¦ Output
Dataset items
{ "inputUrl": "https://www.apple.com", "pageRank": 76.3 }
pageRankequalspage_rank_decimal * 10from 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.


