东方财富的上市公司资料该怎么采?
比如我要采这个页面里的“雇员人数”这一项http://emweb.securities.eastmoney.com/f10_v2/CompanySurvey.aspx?type=web&code=sz300059
查看源代码发现是这样的:
<th class="tips-fieldnameL">
雇员人数
</th>
<td class="tips-dataL">
{{jbzl.gyrs}}
</td>
但是如果是Chrome右键“检查”,结果是有数字的:
<tr>
<th class="tips-fieldnameL">
雇员人数
</th>
<td class="tips-dataL">
4287
</td>
<th class="tips-fieldnameL">
管理人员人数
</th>
<td class="tips-dataL">
11
</td>
</tr>
请问怎么才能采到“4287”这个数字而不是{{jbzl.gyrs}}这个代码?
用fiddler工具抓包找下真实链接 leweizxl 发表于 2018-10-8 09:16
用fiddler工具抓包找下真实链接
非常感谢!,不过又遇到新问题了
我要抓的是这里的数据:
http://basic.10jqka.com.cn/600532/finance.html#stockpage
切换“财务指标”里的“按报告期”“按年度”“按单季度”标签,地址是不变的,用fiddler抓包也都是get请求,而且找不到真实网址,该怎么办?谢谢
http://bbs.locoy.com/spider-189296-1-1.html这个网址也是你发的吧,看我的回复
页:
[1]