Python 微博爬虫 根据关键词搜索博主信息

环境:

win10
python3.6.1
pycharm2017
retrying=1.3.3
requests=2.22.0

socks代理 :pip install -U ‘requests[socks]’

抓包获取微博数据接口:

  • 搜索接口
https://**********?containerid=100103type%3D{
   
     chanenl}%26q%3D{
   
     

你可能感兴趣的:(爬虫案例合集,python,微博爬虫,微博关键词搜索,python微博爬虫,python微博关键词搜索)