Sina Weibo is a Chinese microblogging website ,I am doing a scraping project which involve getting of blog post count of each users in this website,
url of website: http://blogus.sina.com/gb/hotbloger/#top
In this page you guys can see the list of all users , onclicking each, we will be redirected to corresponding blog page ,I would like to get number of post count(by checking date and time) of each user.
They are providing api to get details API: http://open.weibo.com/wiki/API%E6%96%87%E6%A1%A3/en
But i don't find any api calls to get these specified details. Is there any other way to get the details? or can we do direct scraping of website? Please help.