Apify Proxy Tester — Verify Connectivity, Speed & IP Rotation avatar

Apify Proxy Tester — Verify Connectivity, Speed & IP Rotation

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Apify Proxy Tester — Verify Connectivity, Speed & IP Rotation

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

Maged

Maintained by Community

Actor stats

0

Bookmarked

36

Total users

4

Monthly active users

15 days ago

Last modified

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

  1. Open the Actor and click Try for free
  2. Configure your proxy settings in the proxyConfiguration field
  3. Set the number of test requests and target URL
  4. Click Start — test results appear in the Output tab

Input

{
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
},
"testUrl": "https://api.ipify.org?format=json",
"requestCount": 5
}
FieldTypeDescriptionDefault
proxyConfigurationobjectApify proxy configurationrequired
testUrlstringURL to use for test requestshttps://api.ipify.org
requestCountintegerNumber of test requests5

Output

{
"requestNumber": 1,
"proxyUrl": "http://datacenter:...",
"resolvedIp": "203.0.113.45",
"statusCode": 200,
"responseTimeMs": 342,
"success": true
}

Output fields

FieldTypeDescription
requestNumbernumberRequest sequence number
resolvedIpstringIP address used for this request
statusCodenumberHTTP response status
responseTimeMsnumberResponse time in milliseconds
successbooleanWhether 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