Function
Obtains available residential proxy resources for the current account, including IP, port, username and password, IP validity, and other information. The Traffic Plan supports filtering by country/region.Applicable Scenarios
Bulk extraction of proxy IPs for businesses such as web crawling and multi-account login.Call Information
- Request URL:
https://api.xxx.com/proxies/list - Request Method:
GET - Request Header:
Authorization: Bearer [Your API Key]
Parameter Description (Optional Parameters, Add as Needed)
| Parameter Name | Type | Description | Applicable Plan |
|---|---|---|---|
region | String | Country/region code (e.g., US = United States, BR = Brazil, CN = China). Multiple codes separated by commas. | Traffic Plan Only |
count | Integer | Number of proxies obtained per call (default: 10, maximum: 50). | All Plans |
Example (Traffic Plan: Obtain 10 US IPs)
- Request URL:
https://api.xxx.com/proxies/list?region=US&count=10
