===========================
This repository contains a web scraper that retrieves information from the Indian Bankruptcy Board of India (IBBI) website (https://ibbi.gov.in/en/tender). The scraper retrieves details of tenders, including the date, subject, and contract awarded to, from multiple pages of the website and saves them to a JSON file.
Dependencies
This project requires the following dependencies:
- Puppeteer: a Node.js library for controlling a headless Chrome browser
- fs: a Node.js core module for working with the file system
To use this scraper, you will need to have Node.js installed on your machine. Once you have cloned this repository, navigate to the project directory and run the following command to install the dependencies:
Copy code
npm install
You can then run the scraper using the following command:
Copy code
node scraper.js