This project is a web scraper designed to extract P2P data from the Gate.io P2P trading platform. It collects information about various merchants and their respective prices, volumes, and other relevant details.
- Clone the repository:
git clone https://github.com/salaamdev/gateio-p2p-scraper.git
- Navigate to the project directory:
cd gateio-p2p-scraper
- Install the required dependencies:
npm install
- Run the scraper:
node index.js
- The scraped data will be saved in a file named
output.json
in the project directory.
This project is licensed under the MIT License. See the LICENSE file for details.