https://github.com/basemax/buskool.com-data
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.
https://github.com/basemax/buskool.com-data
buskool buskoolcom data farsi information ir iran json persian
Last synced: about 1 year ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/basemax/buskool.com-data
- Owner: BaseMax
- License: gpl-3.0
- Created: 2024-11-17T07:06:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-17T17:06:10.000Z (over 1 year ago)
- Last Synced: 2025-03-28T17:08:04.436Z (about 1 year ago)
- Topics: buskool, buskoolcom, data, farsi, information, ir, iran, json, persian
- Homepage: https://www.buskool.com
- Size: 4.01 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Buskool Data
This repository contains the collected product data from the [Buskool website](http://www.buskool.com/) (باسکول). The data is stored in +20k JSON files, each containing detailed information about products available on the website.
## Structure
- 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.
## Usage
1. Clone the repository:
```bash
git clone https://github.com/BaseMax/buskool.com-data.git
cd buskool.com-data
```
2. Load the JSON files in your preferred environment for analysis or integration:
```python
import json
with open('data/1.json', 'r', encoding='utf-8) as file:
data = json.load(file)
print(data)
```
```python
import json
with open('products/1.json', 'r', encoding='utf-8) as file:
data = json.load(file)
print(data)
```
## Data Source
The data in this repository was collected using the Buskool Crawler. It is intended for educational, research, and development purposes only.
## Contributing
Contributions, issues, and feature requests are welcome! Feel free to open an issue or submit a pull request.
## License
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.
Copyright © 2024, Max Base