Skip to content

Instantly share code, notes, and snippets.

@cacheflow
Last active February 13, 2016 02:26
Show Gist options
  • Save cacheflow/13121c918605c1bda5b9 to your computer and use it in GitHub Desktop.
Save cacheflow/13121c918605c1bda5b9 to your computer and use it in GitHub Desktop.
noodle.query({
url: 'http://losangeles.craigslist.org/search/hhh',
type: 'html',
selector: 'span.pl a',
extract: 'href',
}).then(function(response) {
links = response.results[0].results
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment