A curated collection of 39 Python and JavaScript e-commerce scrapers for Egyptian retailers, including cleaned sample data and documentation.
# Egypt E-commerce Web Scrapers
### Production-minded product data collection for 39 Egyptian retailers
One focused scraper per retailer. One normalized sample schema. Clear setup and maintenance guidance.
Explore Scrapers | Quick Start | Data Schema | Technical Documentation
---
## Overview
This repository is a curated collection of **39 independent Python and JavaScript web scrapers** for Egyptian retail and e-commerce websites. It covers electronics, grocery, furniture, sports, beauty, pharmacy, toys, stationery, and general marketplaces.
Every retailer folder is intentionally simple:
| Included | Purpose |
|---|---|
| Final scraper | One clear Python or JavaScript entry point |
| Clean sample | Exactly 10 normalized example products |
| Project README | Target-specific setup, usage, quality, and maintenance notes |
Debug scripts, historical versions, full datasets, browser profiles, caches, and generated artifacts are excluded.
## Why this repository?
| Professional structure | Practical coverage | Consistent data |
|---|---|---|
| Isolated retailer projects with clear entry points | Multiple Egyptian retail sectors and extraction strategies | Shared product schema across all 39 samples |
| Source-detected technology and capability documentation | Static HTML, APIs, GraphQL, sitemaps, and rendered pages | Clean prices, URLs, categories, brands, and availability |
### Core features
- **39 retailer-specific scrapers** with direct project links
- **Multiple extraction strategies** for different website architectures
- **Static and dynamic website support** through HTTP clients and browser automation
- **Pagination and product discovery** through categories, search, APIs, and sitemaps
- **Async or concurrent collection** where appropriate for the source
- **Normalized sample data** with the same 10-column contract
- **Data-quality guidance** for price, URL, encoding, and duplicate validation
- **Responsible-use controls** covering rate limits …