1.0.14 • Published 7 years ago

webscrape-gbn v1.0.14

Weekly downloads
4
License
ISC
Repository
github
Last release
7 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

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago