
Proxy Test
Pricing
Pay per usage
Go to Store

Proxy Test
This actor simply tests given array of URLs against selected proxy URLs or Apify proxy groups.
4.7 (3)
Pricing
Pay per usage
4
Total users
436
Monthly users
10
Runs succeeded
89%
Last modified
a year ago
You can access the Proxy Test programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
$echo '{< "testUrls": [< {< "url": "https://example.com"< }< ],< "proxy": {< "useApifyProxy": true< }<}' |<apify call apify/proxy-test --silent --output-dataset
Proxy Test API through CLI
The Apify CLI is the official tool that allows you to use Proxy Test locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
$npm i -g apify-cli$apify login
Other API clients include: