Skip to content

Instantly share code, notes, and snippets.

@chrisle
Created April 6, 2012 13:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisle/2319730 to your computer and use it in GitHub Desktop.
Save chrisle/2319730 to your computer and use it in GitHub Desktop.
function myFunction() {
var response = UrlFetchApp.fetch("http://www.google.com/search?q=law%20firm%20boston,%20ma&num=10").getContentText();
Logger.log(response);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment