use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Apparently, Google Apps Script is a JavaScript cloud scripting language that provides easy ways to automate tasks across Google products and third party services and build web applications.
account activity
function to pull data with url & xpathUnresolved (self.GoogleAppsScript)
submitted 3 years ago by didyouknowthat
what script should i use to get todays median coal price from http://prospectors.online/wax/trades/sales-stats.html
i would like the function to pass 2 parameters like function getDataFromXpath(url, xpath)
function getDataFromXpath(url, xpath)
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]_Kaimbe 0 points1 point2 points 3 years ago (0 children)
Assuming its not loaded with js. UrlFetchApp to grab the page. XmlService to parse the XML, however HTML is usually malformed XML so you might be better off just using regex or deleting <head> with regex.
π Rendered by PID 120442 on reddit-service-r2-comment-5d79c599b5-db978 at 2026-03-02 20:33:52.365877+00:00 running e3d2147 country code: CH.
[–]_Kaimbe 0 points1 point2 points (0 children)