Last active
February 13, 2016 02:26
-
-
Save cacheflow/13121c918605c1bda5b9 to your computer and use it in GitHub Desktop.
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
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