This repository contains Node.js scripts for web scraping data related to commodities and APMCs (Agricultural Produce Market Committees). The scripts are designed to extract specific information from websites and save it in a structured format.
Before running the scripts, make sure you have Node.js and npm (Node Package Manager) installed on your system. To install the necessary dependencies, run the following command in your terminal:
npm installTo scrape commodity district-wise data, run the following command in your terminal:
node comodityDistrictWiseScrape.jsTo scrape APMC-wise data, run the following command in your terminal:
node apmcWiseScrape.js