AdrianTomin /
email-scraper
📧 A Python-based web scraping tool that recursively collects email addresses from websites. 🌐 It follows links to multiple pages and extracts emails using BeautifulSoup and regex.
76/100 healthLoading repository data…
hi-tech-AI / repository
A Python-based web scraping project designed to extract marketplace data, including product details, prices, and seller information, from various e-commerce platforms. The project features modular scrapers, data cleaning, and export functionality for analytics or integration.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Marketplace Web Scraping is a Python project designed to automate the extraction of product, price, and seller data from various online marketplaces. The project provides modular scrapers for different platforms, robust data cleaning, and export options for further analysis or integration.
git clone https://github.com/hi-tech-AI/marketplace-web-scraping.git
cd marketplace-web-scraping
pip install -r requirements.txt
config.py.python main.py
output/ directory.marketplace-web-scraping/
│
├── scrapers/ # Marketplace-specific scraper modules
├── data/ # Raw and cleaned data files
├── output/ # Exported results
├── main.py # Entry point
├── config.py # Configuration settings
├── requirements.txt # Python dependencies
└── README.md # Project documentation
Pull requests are welcome! Please open an issue to discuss major changes.
This project is licensed under the MIT License.
web-scraping, python, marketplace, e-commerce, data-extraction, data-analysis, automation, pandas, requests,
Selected from shared topics, language and repository description—not editorial ratings.
AdrianTomin /
📧 A Python-based web scraping tool that recursively collects email addresses from websites. 🌐 It follows links to multiple pages and extracts emails using BeautifulSoup and regex.
76/100 healthbeingvirus /
JobMiner – A Python-based web scraping toolkit for extracting and organizing job listings from multiple websites into structured data.
50/100 healthTareqAlKushari /
Created: 12/30/2023
Updated: 12/15/2025
Status: Active
Repository type: Original
Web-Scraping is a Python-based toolkit designed for extracting structured data from static and dynamic websites. This repository showcases efficient web scraping strategies using popular libraries like requests, BeautifulSoup, and optionally Selenium, enabling the automated retrieval of HTML content, parsing of complex web data,
fahim-506 /
A powerful Python-based web scraping toolkit using BeautifulSoup, Playwright, and Firecrawler for data extraction and automation.
55/100 healthCode-JL /
A Python-based web scraping toolkit that extracts and processes NFL kicking statistics from Pro-Football-Reference. This project automates the collection of comprehensive game data, with a particular focus on field goal attempts and environmental conditions.
42/100 healthandronescumihai /
Python-based automation suite for web scraping and multi-level link navigation using BeautifulSoup to extract and process structured data from HTML.
49/100 health