semantic-crawler

0.0.2 • Public • Published

semantic-crawler

A nodejs module to extract links from Google, Bing etc..

logo

version downloads node status

Installation

npm install semantic-crawler

Usage

Crawl

const swc = require('semantic-crawler');
 
swc.crawl("http://science.sciencemag.org/").then(function(result){
    console.log(result);
});
 
## Options
 
### Default Options
```js
let default_options={
    count: 10
 
};

Test

mocha or npm test

check test folder and QUICKSTART.js for extra usage.

Contact me on WhatsApp

For discussing about the package.

WhatsApp

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    4
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    4
  • 0.0.1
    0

Package Sidebar

Install

npm i semantic-crawler

Weekly Downloads

4

Version

0.0.2

License

MIT

Last publish

Collaborators

  • mehmet.kozan