Created
November 23, 2012 23:47
-
-
Save kenmickles/4137740 to your computer and use it in GitHub Desktop.
Import current eBay auction price into Google Doc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# For an active auction, use: | |
=IMPORTXML("http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=140888284446", "//span[@itemprop='price']") | |
# For a completed auction, use: | |
=IMPORTXML("http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=140888284446", "//span[@class='vi-VR-cvipPrice']") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Note that URLs with a #hash will fail to import for some reason.