开发者

How to extract data from web 2.0 graphs using a scraper

开发者 https://www.devze.com 2023-01-20 20:45 出处:网络
I have recently come across a web page开发者_如何学Go containing a graph object that displays the (x, y) values on the object as the mouse is rolled across it.Is there any way to automate the extracti

I have recently come across a web page开发者_如何学Go containing a graph object that displays the (x, y) values on the object as the mouse is rolled across it. Is there any way to automate the extraction of this data?


How is the graph data loaded? If embedded in the page source then you can extract it with xpath or regex. Else use Firebug to see how it is loaded.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号