OpenPageRank Bulk Checker
Pricing
$1.00 / 1,000 results
Go to Apify Store
OpenPageRank Bulk Checker
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
| Field | Type | Description | Default |
|---|---|---|---|
| urls | Array | One or more domain URLs to check. Supported formats: https://www.example.com, http://example.com, www.example.com, example.org | required |
| batchSize | Integer | Number of domains to process per API batch. Larger batches are faster. | 100 |
| sortBy | String | Sort output by pageRank or domain. | pageRank |
| minPageRank | Number | Minimum PageRank filter. Domains below this value are skipped. | 0 |
| maxPageRank | Number | Maximum PageRank filter. Domains above this value are skipped. | 10 |
| proxyType | String | Use 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
- Author: codescraper
- Contact: codescraper011@gmail.com
π·οΈ Tags
openpagerank Β· page-rank Β· domain-analysis Β· seo Β· automation Β· apify
