https://github.com/vinodnextcoder/nodejs_webscrape
https://github.com/vinodnextcoder/nodejs_webscrape
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vinodnextcoder/nodejs_webscrape
- Owner: vinodnextcoder
- Created: 2023-07-11T07:00:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-11T07:16:21.000Z (over 2 years ago)
- Last Synced: 2024-12-29T05:12:08.095Z (about 1 year ago)
- Language: JavaScript
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```