@@ -655,7 +655,7 @@ Similar to reCAPTCHA, geetest captcha details are submitted, ID is received and
655
655
>
656
656
> - user_agent = *** user agent goes here*** ``` - optional ```
657
657
>
658
- > - proxy = *** eg. 123.45.67.89:1234 or 12.34.56.78:1234 : username: password *** ``` - optional ```
658
+ > - proxy = *** eg. 123.45.67.89:1234 or 12.34.56.78:123 :username: password *** ``` - optional ```
659
659
>
660
660
> -------
661
661
> Username & password authentication
@@ -680,7 +680,7 @@ Similar to reCAPTCHA, geetest captcha details are submitted, ID is received and
680
680
>
681
681
> - user_agent = *** user agent goes here*** ``` - optional ```
682
682
>
683
- > - proxy = *** eg. 123.45.67.89:1234 or 12.34.56.78:1234 : username: password *** ``` - optional ```
683
+ > - proxy = *** eg. 123.45.67.89:1234 or 12.34.56.78:123 :username: password *** ``` - optional ```
684
684
685
685
** Response**
686
686
@@ -762,7 +762,7 @@ Use the 3 codes to bypass the geetest captcha.
762
762
> - action = ** UPLOADCAPTCHA**
763
763
> - affiliateid = *** affiliateID*** ``` - optional ```
764
764
> - user_agent = *** user agent goes here*** ``` - optional ```
765
- > - proxy = *** eg. 123.45.67.89:1234 or 12.34.56.78:1234 : username: password *** ``` - optional ```
765
+ > - proxy = *** eg. 123.45.67.89:1234 or 12.34.56.78:123 :username: password *** ``` - optional ```
766
766
>
767
767
>
768
768
@@ -774,7 +774,7 @@ Use the 3 codes to bypass the geetest captcha.
774
774
775
775
- ``` ERROR: AUTHENTICATION_FAILED ``` - Provided username and password and/or access key are invalid.
776
776
777
- - ``` ERROR: INVALID_CAPTCHA_DATA ``` - Keys expired or other reason for not being able to load geetest captcha on worker end
777
+ - ``` ERROR: INVALID_CAPTCHA_DATA ``` - Keys expired or other reason for not being able to load capy captcha on worker end
778
778
779
779
- ``` ERROR: LIMIT_EXCEED ``` - Server is overloaded
780
780
@@ -795,7 +795,7 @@ Use the 3 codes to bypass the geetest captcha.
795
795
> - action = ** UPLOADCAPTCHA**
796
796
> - affiliateid = *** affiliateID*** ``` - optional ```
797
797
> - user_agent = *** user agent goes here*** ``` - optional ```
798
- > - proxy = *** eg. 123.45.67.89:1234 or 12.34.56.78:1234 : username: password *** ``` - optional ```
798
+ > - proxy = *** eg. 123.45.67.89:1234 or 12.34.56.78:123 :username: password *** ``` - optional ```
799
799
>
800
800
>
801
801
@@ -807,7 +807,7 @@ Use the 3 codes to bypass the geetest captcha.
807
807
808
808
- ``` ERROR: AUTHENTICATION_FAILED ``` - Provided username and password and/or access key are invalid.
809
809
810
- - ``` ERROR: INVALID_CAPTCHA_DATA ``` - Keys expired or other reason for not being able to load geetest captcha on worker end
810
+ - ``` ERROR: INVALID_CAPTCHA_DATA ``` - Keys expired or other reason for not being able to load hcaptcha on worker end
811
811
812
812
- ``` ERROR: LIMIT_EXCEED ``` - Server is overloaded
813
813
@@ -828,7 +828,7 @@ Use the 3 codes to bypass the geetest captcha.
828
828
> - action = ** UPLOADCAPTCHA**
829
829
> - affiliateid = *** affiliateID*** ``` - optional ```
830
830
> - user_agent = *** user agent goes here*** ``` - optional ```
831
- > - proxy = *** eg. 123.45.67.89:1234 or 12.34.56.78:1234 : username: password *** ``` - optional ```
831
+ > - proxy = *** eg. 123.45.67.89:1234 or 12.34.56.78:123 :username: password *** ``` - optional ```
832
832
>
833
833
>
834
834
@@ -840,11 +840,44 @@ Use the 3 codes to bypass the geetest captcha.
840
840
841
841
- ``` ERROR: AUTHENTICATION_FAILED ``` - Provided username and password and/or access key are invalid.
842
842
843
- - ``` ERROR: INVALID_CAPTCHA_DATA ``` - Keys expired or other reason for not being able to load geetest captcha on worker end
843
+ - ``` ERROR: INVALID_CAPTCHA_DATA ``` - Keys expired or other reason for not being able to load tiktok captcha on worker end
844
844
845
845
- ``` ERROR: LIMIT_EXCEED ``` - Server is overloaded
846
846
847
- ##
847
+ ## FunCaptcha (Arkose Labs)
848
+
849
+ > Access token authentication (or user & password)
850
+
851
+ > ``` POST /captchaapi/UploadFunCaptcha.ashx ```
852
+
853
+ > ** Parameters**
854
+ >
855
+ > - token = *** your access token***
856
+ > - username = *** your username*** (token is preferred)
857
+ > - password = ** your password** (token is preferred)
858
+ > - captchatype = ** 13**
859
+ > - pageurl = ** the URL where you got the captcha**
860
+ > - sitekey = ** sitekey/publickey used in solving captcha (gathered from URL source code / DOM)**
861
+ > - s_url = ** API / source URL, specific for FunCaptcha**
862
+ > - action = ** UPLOADCAPTCHA**
863
+ > - data = ** extra parameters in JSON format, used when initializing captcha** ` - optional `
864
+ > - affiliateid = *** affiliateID*** ``` - optional ```
865
+ > - user_agent = *** user agent goes here*** ``` - optional ```
866
+ > - proxy = *** eg. 123.45.67.89:1234 or 12.34.56.78:123:username: password *** ``` - optional ```
867
+ >
868
+ >
869
+
870
+ ** Response**
871
+
872
+ ` captchaID ` is returned back, use it with response JSON endpoint to retrieve solution.
873
+
874
+ ** Errors**
875
+
876
+ - ``` ERROR: AUTHENTICATION_FAILED ``` - Provided username and password and/or access key are invalid.
877
+
878
+ - ``` ERROR: INVALID_CAPTCHA_DATA ``` - Keys expired or other reason for not being able to load funcaptcha captcha on worker end
879
+
880
+ - ``` ERROR: LIMIT_EXCEED ``` - Server is overloaded
848
881
849
882
## (NEW) Response JSON endpoint
850
883
0 commit comments