funcaptcha

O que é FunCaptcha

FunCaptcha presents users with an interactive game instead of the traditional checkbox or image grid. The user needs to pass the game (such as rotating an object to a correct position) to prove they're not a bot.

FunCaptcha Demo

Melhor FunCaptcha Solver

Capsolver é o solucionador FunCaptcha mais barato e rápido para ignorar o FunCaptcha.

O Capsolver usa algoritmos de resolução Captcha baseados em IA, que resultam em velocidade de resolução mais rápida e custos significativamente reduzidos, proporcionando uma excelente experiência de desenvolvedor.

Altamente Confiável

Temos a velocidade de atualização mais rápida entre provedores semelhantes.

Sem Riscos

Só pagas por captchas resolvidas. Uma revisão rigorosa da cooperação proibirá quaisquer atividades ilegais.

Alimentado por IA

Usamos IA para resolução de captcha totalmente automatizada.

Compatibilidade

O Capsolver trabalha com APIs de serviços populares de reconhecimento manual captcha.

Soluções Diversas

Capsolver fornece serviço de API e extensão no Chrome.

Confiável

Mais de 1000 plataformas integraram nossa API.

O método de resolver problemas de captcha com Capsolver é o seguinte:

Depois de usar o serviço Capsolver, quando os usuários encontram problemas com captcha, eles enviam solicitações para o Capsolver. Ao receber a solicitação para o problema do captcha correspondente, o Capsolver resolve o problema do captcha de forma eficiente e rápida para os usuários.

</> API do solucionadorFunCaptcha:

(Mais bibliotecas de terceiros no github)
SoluçõesPreços
FunCaptcha

FunCaptchaTaskProxyLess

$1.6/1000 requests
$0.6/1000 images

Como contornar FunCaptcha-API Guia

Capsolver auto captcha solving service can easily solve FunCaptcha. Capsolver provides two Captcha solving services that help you to solve FunCaptcha.

Um dos serviços é usar Capsolver's API , o outro é baixar o extensão em Chrome.

Registo para CapSolver e obter nossos serviços captcha.

Step 1 : Creating a Task

To solve FunCaptcha, the first step involves creating a task with the createTask method. This requires you to provide certain details like the type of task, the URL of the website using FunCaptcha, the public domain key, and more. Here's an overview of the task object structure:

{
  "type": "FunCaptchaTask",
  "websiteURL": "URL of the website using FunCaptcha",
  "websitePublicKey": "Public domain key",
  "funcaptchaApiJSSubdomain": "A special subdomain of funcaptcha.com",
  "data": "Additional parameter that may be required by FunCaptcha",
  "proxy": "Proxy details",
  "userAgent": "Browser's User-Agent used in emulation"
}

You can send a POST request to create a task using the Capsolver API like this:

{
  "clientKey": "YOUR_API_KEY",
  "task": {
    "type": "FunCaptchaTask",
    "websiteURL": "https://funcaptcha.com/",
    "websitePublicKey": "00000000-0000-0000-0000-000000000000",
    "proxy": "Your_own_proxy"
  }
}

Once you've submitted the task, you should receive a 'Task ID' in the response if it's successful.

Step 2 : Getting Results

After you've created the task, you can retrieve the result using the getTaskResult method. Depending on the system load, the results can be obtained within an interval of 1 to 20 seconds.

Here's an example of a POST request to get the task result:

POST https://api.capsolver.com/getTaskResult
Host: api.capsolver.com
Content-Type: application/json

{
  "clientKey": "YOUR_API_KEY",
  "taskId": "Task ID received from the createTask method"
}

Once the task status is ready, you should receive the result of the FunCaptcha challenge in the response.

Resolver FunCaptcha utilizando Capsolver SDK:

Captchas populares suportadas

Use facilmente o Capsolver para resolver CAPTCHAs

Garantimos que a integração de nossos produtos em sua infraestrutura seja o mais fácil possível. Com suporte a vários idiomas e exemplos de código prontos para usar, um início rápido e fácil do seu projeto web é uma garantia.

Documentação para Desenvolvedores

# pip install --upgrade capsolver
# export CAPSOLVER_API_KEY='...'

import capsolver

# capsolver.api_key = "..."
solution = capsolver.solve({
    "type": "FunCaptchaTaskProxyLess",
    "websitePublicKey": "",
    "websiteURL": "",
})
package main

import (
    "fmt"
    capsolver_go "github.com/capsolver/capsolver-go"
    "log"
)

func main() {
    // first you need to install sdk
    //go get github.com/capsolver/capsolver-go
    //export CAPSOLVER_API_KEY='...' or
    //capSolver := CapSolver{ApiKey:"..."}

    capSolver := capsolver_go.CapSolver{}
    solution, err := capSolver.Solve(map[string]any{
        "type":             "FunCaptchaTaskProxyLess",
        "websitePublicKey": "xxxx-xxxx-xxxx",
        "websiteURL":       "xxxx-xxxx-xxxx",
        "proxy":            "ip:port:username:password",
    })
    if err != nil {
        log.Fatal(err)
        return
    }
    fmt.Println(solution)
}

Como contornarFunCaptcha-Solve Extensão

Captcha Solving Extension supported in Chrome and Firefox browsers
Nossa extensão de navegador permite que você resolva automaticamente o reconhecimento de imagem ou Reconhecimento Óptico de Caracteres (OCR).

Incluindo reCAPTCHA v2, v3, hCaptcha, FunCaptcha, Cloudflare Turnstile, AWS WAF e outros tipos.

hCaptcha
reCAPTCHA
FunCaptcha
Cloudflare
Aws
More types

Teste Gratuito

Reconhecer mais de 15 outros tipos de captcha
I'M NOT A ROBOT