Solve "I am not a robot" from google search

  • ステータス: Closed
  • 賞金: €50
  • 受け取ったエントリー: 4

コンテスト概要

I need to solve the "I am not a robot" captcha from google search.
I have a java program who use JSOUP class and need to connect a lot of google search page.
Sometime google detect my bot and give a 504 error.

I want you to add a process to my script to solve the captcha when it hapen.

for(int i = 1; i <= 1000; i++)
{
doc = Jsoup.connect("page to open").userAgent(USER_AGENT).get();
// if 504 then solve captcha
...
}

The solution could be free or not (DeathByCaptcha , antigate.com, etc.)

推奨スキル

このコンテストのトップエントリー

エントリーをもっと表示

公開説明ボード

メッセージはありません。

コンテストの開始方法

  • あなたのコンテストを投稿

    あなたのコンテストを投稿 速くて簡単

  • たくさんのエントリーを集めましょう

    たくさんのエントリーを集めましょう 世界中から

  • ベストエントリーをアワード

    ベストエントリーをアワード ファイルをダウンロード - 簡単!

コンテストを今すぐ投稿 または本日参加!