An open API service indexing awesome lists of open source software.

https://github.com/vinodnextcoder/nodejs_webscrape


https://github.com/vinodnextcoder/nodejs_webscrape

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Node.js Web Scraping

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.

## Installation

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:

```bash
npm install
```

## Usage
## Commodity District-Wise Scrape
To scrape commodity district-wise data, run the following command in your terminal:

```bash
node comodityDistrictWiseScrape.js
```

## APMC-Wise Scrape
To scrape APMC-wise data, run the following command in your terminal:

```bash
node apmcWiseScrape.js
```