📵px2

Bypass the captcha of Press & Hold Captcha provided by Perimeterx company and generate a cookie named _px2.

Price Plan

Pay Per Use

(One request)

$0.06

Billed Monthly

$1000

Billed Monthly

$3500

Request URL

http://api.clearcaptcha.com/captcha/px_global

Method

POST Content-Type: application/json

Request Parameter

#KeyTypeRequiredRemarkEg.

1

token

String

yes

Authorize After Purchase

test

2

tag

String

yes

v8.6.6

3

referer

String

yes

URL that triggers perimeterx risk control

https://www.walmart.com/

4

proxy

String

yes

Only supports http proxy

104.123.83.10:5442:10sfsaxxgve:rb0xwerfsniu7rlsfdswemcsafw

5

pxAppId

String

yes

6

captcha_pload

Object

no

Trigger an API of perimeterx risk control to directly respond to this parameter

7

user_agent

String

no

8

cookies

String

no

Cookies that display the click & press verification code page

9

risk_level

String

no

Risk control level

1

Request eg.


{
    "token": "test",
    "tag": "v8.6.6",
    "referer": "https://www.walmart.com/",
    "proxy": "104.123.83.10:5442:10sfsaxxgve:rb0xwerfsniu7rlsfdswemcsafw"
}

captcha_pload eg.

{
    "appId": "PXu6b0qd2S",
    "jsClientSrc": "/PXu6b0qd2S/init.js",
    "firstPartyEnabled": true,
    "uuid": "43f87b60-0c36-11ef-8c34-2f0a55accc57",
    "hostUrl": "/PXu6b0qd2S/xhr",
    "blockScript": "/PXu6b0qd2S/captcha/captcha.js?a=c&u=460a01d2-0c36-11ef-bdaa-bde817cbfea4&v=&m=0",
    "altBlockScript": "https://captcha.px-cloud.net/PXu6b0qd2S/captcha.js?a=c&u=460a01d2-0c36-11ef-bdaa-bde817cbfea4&v=&m=0",
    "customLogo": ""
}

Response Parameter

#KeyTypeRemark

1

success

Boolean

2

message

String

3

data

Object

4

data[cookie]

String

Response eg.

{
    "success": true, 
    "message": "success", 
    "data": 
    {
       "cookie": {
           "_px3": "8c645fa05d32d02db7daa898c09845a9eb653954090c1fc14d2bac5cde5f550a:Xg2/8hZQc1mx9KNzjZFtsAcAKi5RL8GTH/fOClSikc/H6QCastrgbDJrjCke/yWBcWnOUI9hc9H9LKie5IxlLQ==:1000:7TAPHuS7Tkhk7cITGtl8aee/bfB8JUDTBo716fSdTbRKsnWy/fWa8Xopw+X2e8IdXMy+5hpwZdI5K9nhXWpACYx0puuM/uqAFxHNlc41LYvdqPJSmbxGU6nYYeLCDDQZJmdPpVmjY+HEvIAqYo5aN4wtd6TibQxR9zdTpw5uomAzFdBOdKOv4yLX8QI3jrVJ859pHN9eZwxvtp24mjnUNEav9u/jWfnTQXKB2v5OthE=",
           "_pxvid": "438a5ffd-0c36-11ef-aa6c-460ef977f6b9",
           "pxcts": "460a01d2-0c36-11ef-bdaa-bde817cbfea4",
           "_pxde": "0110386089a7c25589f7d8519cbce4268bc140537426b9ca7c2d8d3cb12e97ec:eyJ0aW1lc3RhbXAiOjE3MTUwNjEyNzM0ODF9"
       }
     }
    
}

Last updated