A scraper for website BigBasket made using Node.js Puppeteer Library. It fetches data from BigBasket and stores it in a google spreadsheet using Sheets API.
https://docs.google.com/spreadsheets/d/1WU_n_up8DpO_SwttQJ1looSC_YploY7lmPzcfYPvJbo/edit#gid=0
- Clone the repo using
git clone
- Run
npm install
to install all the dependencies - Make a client_secret.json file in root folder with your credentials.
- Change the Spreadsheet ID in index.js file.
- Run
node index.js
to start the script
-
DO make a file named cient_secret.json in root with your credentials before running this script.
-
Make sure to give editor access to you service email before running the script.