1.0.14 • Published 6 years ago

webscrape-gbn v1.0.14

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

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago