使用= IMPORTXML和google工作表从Ebay API中提取数据

时间:2017-02-16 02:26:38

标签: xml xpath import google-sheets ebay-api

我无法找出xpath,使用ImportXML函数将this ebay xml中的几个特定数据段拉入google工作表。

我目前正在使用" / / / / "作为xpath,我能够从页面中提取所有数据。但我需要获得2条信息:convertedCurrentPrice和shippingServiceCost(如提供的屏幕截图所示)。

非常感谢任何帮助!

Screenshot: Desired Data Marked with Red

1 个答案:

答案 0 :(得分:0)

感谢那些回复的人。我实际上发现,由于它是原始XML数据,我需要使用带有XmlService.parse(),getChild()等的google apps脚本来提取数据并将其写入电子表格。

参考: https://developers.google.com/apps-script/reference/xml-service/