有没有爬虫大佬帮看一下

查看 74|回复 2
作者:stuazt   
   
想爬汇丰的汇率,就一个普通的动态页面,不需要登录:https://www.hsbc.com.hk/zh-hk/investments/products/foreign-exchange/currency-rate/
用selenium的java库+chromedriver爬,死活爬不到。
有没有爬虫大佬试试,是不是汇丰搞了什么识别
尝试过等待class以及命中element计数,然后去看"//div[contains(@class,'exchangeRatesTable')]/child::table/child::tbody/child::tr"定位到的elements,没有内容

大佬, 爬虫, 汇丰

sujiax   
https://rbwm-api.hsbc.com.hk/digital-pws-tools-investments-eapi-prod-proxy/v1/investments/exchange-rate?locale=zh_HK
这个链接就可以获取到数据
xuanbainiu5   
https://rbwm-api.hsbc.com.hk/digital-pws-tools-investments-eapi-prod-proxy/v1/investments/exchange-rate?locale=zh_HK
您需要登录后才可以回帖 登录 | 立即注册

返回顶部