org.jsoup.HttpStatusException: HTTP error fetching URL. Status=503 (google scholar ban?)

你离开我真会死。 提交于 2019-12-06 08:08:04

You have already provided your own answers...

Have I to use proxy?

Of course. You should already have setup a bunch of proxies for your wrawling activity.

Random wait time beetween connections?

Yes. Use some random wait between 3000 and 5000 ms.

Alternatively, you could use an online captcha service resolving if you hit the URL https://ipv4.google.com/sorry/IndexRedirect.... Don't hit it too often or you'll get banned.

Happy coding :)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!