从Google表格中的Etsy网站导入Importxml

时间:2019-02-28 10:17:14

标签: google-sheets google-sheets-importxml

我想使用importxml

从此链接中提取销售信息

link sale info

我的公式:

substitute(substitute(to_text(index(IMPORTXML(strong textLINK;"//div['before-sticky-nav']//div['trust-signals col-group content   no-banner']//div['show-lg show-xl show-tv shop-info col-lg-7 pl-lg-3']//p['trust-signal-row text-gray-lighter']/span[3]");1));" Sales";"");" Sale";"")

该公式已经运行了1个月,昨天它无效了。我尝试了xpath的许多变体,但还是没有运气。 有什么想法吗?

1 个答案:

答案 0 :(得分:0)

=VALUE(REGEXREPLACE(REGEXEXTRACT(QUERY({ARRAY_CONSTRAIN(IMPORTDATA(
 "https://www.etsy.com/shop/1000Lightyear"), 4000, 1)},
 "WHERE Col1 CONTAINS 'mr-xs-2 pr-xs-2 br-xs-1"">'"), 
 "\>([0-9 A-Za-z]+)\<"),
 " Sales| Sale", ""))

0