Apify Proxy Tester — Verify Connectivity, Speed & IP Rotation
Pricing
from $10.00 / 1,000 results
Apify Proxy Tester — Verify Connectivity, Speed & IP Rotation
Test and verify Apify proxy configurations. Check proxy connectivity, response times, and IP rotation for datacenter and residential proxy groups.
Pricing
from $10.00 / 1,000 results
Rating
0.0
(0)
Developer
Maged
Maintained by CommunityActor stats
0
Bookmarked
36
Total users
4
Monthly active users
15 days ago
Last modified
Categories
Share
What does Apify Proxy Tester do?
Apify Proxy Tester verifies your Apify proxy configuration — checking connectivity, response times, and IP rotation for datacenter and residential proxies. Use it to confirm your proxy setup is working before running a large scraping job.
This Actor runs on the Apify platform. Useful for debugging proxy issues, benchmarking proxy performance, and verifying IP rotation behavior.
Why use Apify Proxy Tester?
- Verify connectivity — confirm proxies are working before production scrapes
- Measure response times — benchmark proxy speed for different configurations
- Test IP rotation — verify that each request uses a different IP address
- Debug proxy issues — quickly identify misconfigured or blocked proxies
- Pre-flight checks — build proxy health checks into your Actor workflows
How to use
- Open the Actor and click Try for free
- Configure your proxy settings in the
proxyConfigurationfield - Set the number of test requests and target URL
- Click Start — test results appear in the Output tab
Input
{"proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"]},"testUrl": "https://api.ipify.org?format=json","requestCount": 5}
| Field | Type | Description | Default |
|---|---|---|---|
proxyConfiguration | object | Apify proxy configuration | required |
testUrl | string | URL to use for test requests | https://api.ipify.org |
requestCount | integer | Number of test requests | 5 |
Output
{"requestNumber": 1,"proxyUrl": "http://datacenter:...","resolvedIp": "203.0.113.45","statusCode": 200,"responseTimeMs": 342,"success": true}
Output fields
| Field | Type | Description |
|---|---|---|
requestNumber | number | Request sequence number |
resolvedIp | string | IP address used for this request |
statusCode | number | HTTP response status |
responseTimeMs | number | Response time in milliseconds |
success | boolean | Whether the request succeeded |
FAQ
Is this Actor maintained? Yes. Report bugs or feature requests in the Issues tab.
Need help or have questions? Open an issue in the Issues tab or reach out on Discord: maged03211


