本人最近在特运通的电脑客户端内发现了感兴趣的信息,我现在想把里面的数据信息通过爬虫的形式获取下来,我想问下可以通过什么样的思路实现?
现在的基本思路是,通过fiddle或者Wireshark抓包,通过抓包的信息查看数据原链接,然后找规律去用python爬取,但是抓包的数据不知道如何使用,所以求大神指教~~
下图是抓包数据
认证高级PHP讲师
Still no answer~~~~
Just bring the parameters to the request, generate the url, and get the content of the url. Look at your screenshot, the returned json data, this is easy to parse. I don’t know which step you are having trouble with right now.
Still no answer~~~~
Just bring the parameters to the request, generate the url, and get the content of the url.
Look at your screenshot, the returned json data, this is easy to parse. I don’t know which step you are having trouble with right now.