怎么采集淘宝搜索页的商品数据

WBOY
Release: 2016-06-23 13:40:56
Original
862 people have browsed it


想采集淘宝搜索页如图上所示的中间的商品数据,用file_get_contents的时候找不到,用fiddler也找不到,也不知道淘宝用了什么技术,有知道的原因的高人吗。
要采集网址是:http://s.taobao.com/search?q=%D7%E3%C7%F2&commend=all&ssid=s5-e&search_type=item&sourceId=tb.index&spm=1.7274553.1997520841.1&initiative_id=tbindexz_20150123
感兴趣的朋友试下哈


回复讨论(解决方案)

采集最好是直接用浏览器查看源代码搞,都是JSON格式啊

采集最好是直接用浏览器查看源代码搞,都是JSON格式啊


查看源代码没有那段商品的html代码.如果能查看到我就不会在这边问了


采集最好是直接用浏览器查看源代码搞,都是JSON格式啊


查看源代码没有那段商品的html代码.如果能查看到我就不会在这边问了

都说了,貌似是JSON格式输出的,所有的中文都被转码了,你自己看下
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template