2.0.3 • Published 2 years ago

metadata-scrapper v2.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

MetaData Scrapper

Installation

Install with the help of following command:

npm install metadata-scrapper

Running the module

Use the following Code snippet:

const metadataScrapper = require('metadata-scrapper');

//replace your actual URL
const url = "https://www.example.com" 

metadataScrapper.Crawler(url)
.then((data)=>{
    // Your scrapped content stored in data
    console.log(data);
})
.catch(err=>console.log(err);)

Contributors

2.0.3

2 years ago

1.0.7

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago