Home  >  Q&A  >  body text

python - 如何采集客户端或者APP内的数据信息

本人最近在特运通的电脑客户端内发现了感兴趣的信息,我现在想把里面的数据信息通过爬虫的形式获取下来,我想问下可以通过什么样的思路实现?

现在的基本思路是,通过fiddle或者Wireshark抓包,通过抓包的信息查看数据原链接,然后找规律去用python爬取,但是抓包的数据不知道如何使用,所以求大神指教~~

下图是抓包数据

PHP中文网PHP中文网2741 days ago494

reply all(2)I'll reply

  • 大家讲道理

    大家讲道理2017-04-18 09:59:43

    Still no answer~~~~

    reply
    0
  • 阿神

    阿神2017-04-18 09:59:43

    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.

    reply
    0
  • Cancelreply