Proxy-seller

アクティブなプロキシの取得

このAPIエンドポイントを最大限に活用するには、ネットワーク内で実装されているプロキシのタイプを明確に理解していることを確認する。フィルタリングオプションを活用して、正確で意味のあるプロキシデータを取得しましょう。

このAPIの実装の詳細については、APIドキュメントを参照してください。このドキュメントには、サンプルリクエスト、レスポンスフォーマット、およびデータ検索を調整するために使用できる追加パラメータが記載されています。

エンドポイント

GEThttps://proxy-seller.com/personal/api/v1/{YourApiKey}/proxy/list/{type}

経路パラメータ

名称

価値

説明

認可

<Your_API_Key>

あなたの個人APIキー(入手方法)

プロキシ・タイプ(オプション)

ipv4

ipv6

mobile

isp

mix

mix_isp

取得したいプロキシのタイプ

プロキシ・タイプが指定されていない場合、利用可能なすべてのタイプがプロファイルに対して返されることに注意してください。

リクエストパラメータ

名称

タイプ

説明

最新

ストリング

Y/N - 前回注文時のプロキシを戻す

オーダーID

ストリング

特定のオーダーIDまたはベースオーダー番号

カントリー

ストリング

アルファ3の国名(FRAまたはUSAまたは...)

終了

ストリング

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
        }
    ]
}

On this page