활성 프록시 검색
이 API 엔드포인트를 최대한 활용하려면 네트워크 내에 구현된 프록시 유형을 명확하게 이해해야 합니다. 필터링 옵션을 활용하여 정확하고 의미 있는 프록시 데이터를 검색하세요.
이 API 구현에 대한 자세한 내용은 데이터 검색을 맞춤 설정하는 데 사용할 수 있는 샘플 요청, 응답 형식 및 추가 매개변수를 제공하는 API 설명서를 참조하세요.
엔드포인트
GEThttps://proxy-seller.com/personal/api/v1/{YourApiKey}/proxy/list/{type}
경로 매개변수
이름 | 가치 | 설명 |
|---|---|---|
권한 부여 |
| 개인 API 키(얻는 방법) |
프록시 유형(선택 사항) |
| 검색하려는 프록시 유형 |
프록시 유형을 지정하지 않으면 프로필에 사용 가능한 모든 유형이 반환된다는 점에 유의하세요.
매개변수 요청
이름 | 유형 | 설명 |
|---|---|---|
최신 | 문자열 | 예/아니요 - 마지막 주문의 반품 프록시 |
orderId | 문자열 | 특정 프록시에서 프록시를 반환합니다orderId또는baseOrderNumber |
국가 | 문자열 | 알파3 국가 이름(FRA 또는 미국 또는 ...) |
끝 | 문자열 | Y - 종료 프록시 목록 |
예
모든 유형의 프록시를 검색합니다:
https://proxy-seller.com/personal/api/v1/fj4948ffhg58gh843gh/proxy/list특정 유형(예: IPv4)의 프록시를 검색합니다:
https://proxy-seller.com/personal/api/v1/fj4948ffhg58gh843gh/proxy/list/ipv4응답
모든 유형의 프록시
{
"status": "success",
"data": {
"ipv4": [],
"ipv6": [],
"mobile": [],
"isp": [],
"mix": [],
"mix_isp": [],
"resident": [] //proxy lists
},
"errors": []
}한 가지 유형의 프록시
{
"status": "success",
"data": {
"items": [
{
"id": "0678564",
"order_id": "123456",
"order_number": "2000096_20240080",
"basket_id": "12345566",
"ip": "31.6.33.97",
"ip_only": "31.6.33.97",
"protocol": "HTTP",
"port_socks": 12345,
"port_http": 12345,
"login": "ruht5734hg",
"password": "gou5h437g",
"auth_ip": "",
"rotation": null,
"link_reboot": "#",
"country": "Belgium",
"country_alpha3": "BEL",
"status": "Active",
"status_type": "ACTIVE",
"can_prolong": true,
"date_start": "23.06.2024",
"date_end": "23.07.2024",
"comment": "",
"auto_renew": "N",
"auto_renew_period": ""
}
]
},
"errors": []
}잘못된 프록시 유형
{
"status": "error",
"data": null,
"errors": [
{
"message": "Could not find description of list{type} in CrmUserApiProxy",
"code": 22002,
"customData": null
}
]
}