Extended IP Pool
Evomi Residential Proxies offer an extended IP pool feature that dramatically expands the available IP address range for high-volume operations. This specialized feature provides 4-6x larger IP pool access but operates independently of all other expert filtering parameters.
⚠️
Exclusive Feature
Extended pool cannot be combined with any other expert parameters. Using
Extended pool cannot be combined with any other expert parameters. Using
_extended-1
disables all other filtering options including geographic targeting, device filters, and quality parameters.How Extended Pool Works
The standard residential proxy pool contains a curated selection of high-quality IPs that support advanced filtering capabilities. The extended pool adds 4-6 times more IP addresses by including additional residential endpoints that may not support all expert features but provide massive scale for operations requiring maximum IP diversity.
Pool Comparison
Pool Type | IP Count | Expert Features | Best For |
---|---|---|---|
Standard Pool | Baseline | All expert filters supported | Quality-focused operations |
Extended Pool | 4-6x larger | No expert filters available | Volume-focused operations |
Implementation
Append _extended-1
to your proxy password to access the extended IP pool:
http://testuser:[email protected]:1000
Examples
CURL:
curl -x http://testuser:[email protected]:1000 https://ip.evomi.com/s
# Note: Geographic targeting still works with extended pool
curl -x http://testuser:[email protected]:1000 https://ip.evomi.com/s
import requests
proxies = {
"http": "http://testuser:[email protected]:1000",
}
response = requests.get("https://ip.evomi.com/s", proxies=proxies)
print(response.text)
const fetch = require('node-fetch');
const proxyUrl = 'http://testuser:[email protected]:1000';
const url = 'https://ip.evomi.com/s';
fetch(url, { proxy: proxyUrl })
.then(res => res.text())
.then(body => console.log(body));
Common Use Cases
- Large-Scale Web Scraping: When you need maximum IP diversity over quality filtering
- High-Volume Data Collection: Operations requiring thousands of unique IPs
- Load Distribution: Spreading requests across the largest possible IP range
- Research Projects: Academic or commercial research requiring extensive IP coverage
- Bulk Operations: Mass data gathering where quantity trumps precision
- Competitive Intelligence: Large-scale monitoring across maximum geographic spread
Limitations and Considerations
- No Expert Filtering: Cannot use fraudscore, device, latency, ISP, ASN, or other expert parameters
- Quality Variance: Extended pool may include IPs with varying quality characteristics
- Support Differences: Some IPs may not support advanced features like HTTP3 or local DNS
- Geographic Targeting: Basic country/region targeting remains available
ℹ️
When to Use Extended Pool
Choose extended pool when IP quantity and diversity are more important than advanced filtering capabilities. Perfect for operations that need to spread load across maximum IP addresses rather than targeting specific quality metrics.
Choose extended pool when IP quantity and diversity are more important than advanced filtering capabilities. Perfect for operations that need to spread load across maximum IP addresses rather than targeting specific quality metrics.
⚠️
Note: The extended parameter is an extra feature. Using it will incur additional bandwidth consumption. You can see the exact extra usage history in the dashboard and in the Generator.
Optimization Strategy
For hybrid approaches, consider:
- Use standard pool with expert filters for critical operations
- Use extended pool for bulk data collection
- Combine both approaches in different parts of your workflow
- Monitor success rates and adjust pool selection accordingly