capmonster-python docs

class FunCaptchaTask

class FunCaptchaTask

Constructor

ParameterTypeRequiredDefault valuePurpose
client_keyStringYes-Your unique key to solve captchas

Methods

create_task

ParameterTypeRequiredDefault valuePurpose
website_urlStringYes-Address of a webpage with FunCaptcha
website_public_keyStringYes-FunCaptcha website key

(div id="funcaptcha" data-pkey="THAT_ONE")
api_js_subdomainStringNo-A special subdomain of funcaptcha.com, from which the JS captcha widget should be loaded. Most FunCaptcha installations work from shared domains, so this option is only needed in certain rare cases.
data_blobStringNo-Additional parameter that may be required by Funcaptcha implementation.

Use this property to send "blob" value as a stringified array. See example how it may look like.
{"\blob\":\"HERE_COMES_THE_blob_VALUE\"}
cookiesDict, List, StringNo-Additional cookies which we must use during interaction with target page or Google

If you are pass the cookies as string, here is the format: cookiename1=cookievalue1; cookiename2=cookievalue2
no_cacheBooleanNo-You receive a token, send it to the site, but the site rejects it. Moreover, sometimes the site can accept a token, e.g. in one case out of 10 (the percentage of success in your case may be different)

Inherited methods

  • See Capmonster class for inherited methods.
  • See Proxy class for inherited methods.
  • See UserAgent class for inherited methods.
Edit this page on GitHub