1.0.14 • Published 5 years ago

webscrape-gbn v1.0.14

Weekly downloads
4
License
ISC
Repository
github
Last release
5 years ago

webscrape-gbn

Description

A simple web scraping module. Supported websites for web scraping are BigBasket, Grofers and Natures Basket.

Command to run this npm

node app.js -u Your-URL-String OR -url Your-URL-String

eg:-

node app.js -u https://grofers.com/prn/maggi-masala-noodles/prid/169812

Install this NPM

npm i webscrape-gbn --save

Usage

You just have to pass url of product page of supported websites.

You will get response in JSON format.

var scrape = require('webscrape-gbn');

scrape.webscrape('https://grofers.com/prn/maggi-masala-noodles/prid/169812',function(err,data){
 if(err){
    console.log(err);
  }else{
    console.log(data);
  }
})

License

MIT

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago