Advertisement

python+request 京东商品信息爬取

阅读量:
复制代码
    ****
复制代码
    **def****'https://search.jd.com/Search?keyword={} &enc=utf-8&qrst=1&rt=1&stop=1&vt=2&page={}&click=0'**strstr**'utf8'****** 1**"lxml"**_#价格_ __**".gl-i-wrap strong i"**_#名称_ __**".p-name a em"**_#商品链接_ __**".p-name a"**_#评论数量_ __**".p-commit a"**_#图片_ __**'.p-img img[width="220"]'** print**for****in** zip**'goods_title'****'goods_price'****'goods_url'****'href'****'goods_comment'****'goods_img'****'src'****if****'src'****None else****'data-lazy-img'**
复制代码

全部评论 (0)

还没有任何评论哟~