尝试将 xml 导入 Google Sheet 但不提取任何数据

Trying to import xml into Google Sheet but not pulling any data

我正在尝试使用 importxml 函数将此页面 https://www.kickstarter.com/projects/two19/kingless 中的 "followers" 拉入 google sheet。

这不会拉回任何数据:

=importxml("https://www.kickstarter.com/projects/two19/kingless", "//span[@class='type-14 block text-center text-left-md']")

我是不是漏掉了什么?

所提供的 link https://www.kickstarter.com/projects/two19/kingless 最初并未在开始时加载 "follower" 详细信息,因此您无法通过importxml 函数。

很遗憾,无法被刮掉。你所能得到的是:

=ARRAY_CONSTRAIN(IMPORTDATA("https://www.kickstarter.com/projects/two19/kingless"); 5000; 20)