| --- |
| license: cc-by-nc-nd-4.0 |
| task_categories: |
| - text-generation |
| language: |
| - ar |
| tags: |
| - thahabi.org |
| - shamelabooks |
| - arabic |
| - arabicbooks |
| size_categories: |
| - 1M<n<10M |
| --- |
| |
| # 📖 Thahabi Books Metadata Dataset |
|
|
| This repository contains structured **metadata for 28,896 Arabic books** scraped from **thahabi.org**. |
|
|
| Each row represents one book and includes bibliographic information such as title, author, category, and source details. |
|
|
| --- |
|
|
| # 📦 Dataset Structure |
|
|
| This repository contains **structured metadata for 28,896 Arabic books** scraped from thahabi.org. |
|
|
| Each row represents **one book** with full bibliographic and structural information. |
|
|
| --- |
|
|
| ## 📚 Metadata Schema |
|
|
| | Column | Type | Description | |
| |--------|------|-------------| |
| | book_id | string | Unique book identifier | |
| | title | string | Book title | |
| | author | string | Author name | |
| | author_id | int64 | Author ID (if available) | |
| | author_link | string | Link to author page | |
| | category | string | Book category name | |
| | category_id | int64 | Category ID | |
| | cat_link | string | Category URL | |
| | pages_total | int64 | Total number of pages in the book | |
| | words | int64 | Total word count | |
| | description | string | Book description / bibliographic text | |
| | source_url | string | Original book URL | |
| | PageNumber | int64 | Page index reference | |
| | toc_title | string | Table of contents title (if available) | |
| | toc_level | int64 | Hierarchy level of TOC entry | |
| |
| --- |
| |
| ## 📄 Example Row |
| |
| ```text |
| book_id: 1653 |
| title: العلل الكبير للترمذي = ترتيب علل الترمذي الكبير |
| author: الترمذي، محمد بن عيسى |
| author_id: 1653 |
| author_link: /en/author/1653/books |
| category: العلل والسؤالات |
| category_id: 10 |
| cat_link: /en/category/10/books |
| pages_total: 958 |
| words: 406914 |
| description: الكتاب: علل الترمذي الكبير المؤلف: محمد بن عيسى بن سَوْرة بن موسى بن الضحاك، الترمذي، أبو عيسى (المتوفى: 279هـ) رتبه على كتب الجامع: أبو طالب القاضي المحقق: صبحي السامرائي , أبو المعاطي النوري , محمود خليل الصعيدي الناشر: عالم الكتب , مكتبة النهضة العربية - بيروت الطبعة: الأولى، 1409 عدد الأجزاء: 1 [ترقيم الكتاب...] |
| source_url: https://thahabi.org/en/book/1653 |
| PageNumber: 1 |
| toc_title: الطهارة |
| toc_level: 0 |
| ``` |
| |
| ## 📄 Related Dataset |
| |
| Full page-level text dataset: |
| |
| https://huggingface.co/datasets/freococo/thahabiorg_pages |
| |
| # ❤️ Credits |
| |
| All original books, bibliographic metadata, and online library organization originate from: |
| |
| **Thahabi Shamela Books Team** |
| |
| https://thahabi.org |
| |
| All intellectual credit for the collection belongs to the **Thahabi Shamela Books Team**, the respective authors, editors, publishers, and other rights holders. |
| |
| --- |
| |
| ## ⚠️ Notice |
| |
| This dataset is for **research and educational use only**. All original content belongs to **Thahabi Shamela Books Team**. |
| |
| Dataset creator: **freococo** |