Answer the question
In order to leave comments, you need to log in
Web scraping of statistics from wordstat.yandex. How to log in?
Good afternoon! The task is to get view statistics for a certain keyword from wordstat.yandex.ru. I use jsoup for this. The code is as follows
Document doc= Jsoup.connect(" https://passport.yandex.ru/passport?mode=auth&from... "+URLEncoder.encode(" https://wordstat.yandex.ru/#!/history " ,"UTF-8")+"&twoweeks=yes")
.data("passwd","passwd")
.data("login","login")
.post();
In response, I get html that does not meet expectations (part of the document)
Attention
Automatic redirection to the site
is not possible.
This means that you cannot automatically redirect your browser to this site for one of two reasons:
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question