This repository contains the collected product data from the Buskool website (باسکول). The data is stored in +20k JSON files, each containing detailed information about products available on the website.
- Each JSON file represents a subset of the product catalog.
- Data fields include:
- Product Name
- Description
- Price
- Category
- Additional metadata as available on the website.
-
Clone the repository:
git clone https://github.com/BaseMax/buskool.com-data.git cd buskool.com-data
-
Load the JSON files in your preferred environment for analysis or integration:
import json
with open('data/1.json', 'r', encoding='utf-8) as file:
data = json.load(file)
print(data)
import json
with open('products/1.json', 'r', encoding='utf-8) as file:
data = json.load(file)
print(data)
The data in this repository was collected using the Buskool Crawler. It is intended for educational, research, and development purposes only.
Contributions, issues, and feature requests are welcome! Feel free to open an issue or submit a pull request.
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.
Copyright © 2024, Max Base