js-crawler icon indicating copy to clipboard operation
js-crawler copied to clipboard

Web crawler for Node.JS

Results 21 js-crawler issues
Sort by recently updated
recently updated
newest added

for example: ``` crawler.crawl({ url: "http://localhost:8080/locations/", selector: ".main-content" ``` would only follow the links found inside `.main-content` this way i don't have to keep crawling the header, footer, sidebars, etc...

enhancement