网站结构发生变化如何将数据从网站抓取到 google 张?
The website structure is change how can I scrape data from website to google sheets?
以前这个网站:
https://fund.fipiran.ir/mf/compare/1
很容易被 =importhtml("https://fund.fipiran.ir/mf/compare/1","table",0)
但是现在网站结构变了,这个公式不行了,怎么办?
如评论中所述,无法抓取由脚本生成的网站:
该站点上的内容现在由脚本生成,而不是作为 HTML 发布。所以 Google 表格无法访问数据。
以前这个网站: https://fund.fipiran.ir/mf/compare/1
很容易被 =importhtml("https://fund.fipiran.ir/mf/compare/1","table",0)
但是现在网站结构变了,这个公式不行了,怎么办?
如评论中所述,无法抓取由脚本生成的网站:
该站点上的内容现在由脚本生成,而不是作为 HTML 发布。所以 Google 表格无法访问数据。