https://github.com/aleksandarbuk/data-gatherer
Gatherer is a comprehensive project designed to scrape, clean, and transform company contact data from various sources.
https://github.com/aleksandarbuk/data-gatherer
python selenium-webdriver
Last synced: 3 months ago
JSON representation
Gatherer is a comprehensive project designed to scrape, clean, and transform company contact data from various sources.
- Host: GitHub
- URL: https://github.com/aleksandarbuk/data-gatherer
- Owner: AleksandarBuk
- Created: 2024-08-24T10:39:14.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-24T10:44:27.000Z (9 months ago)
- Last Synced: 2025-01-05T02:41:37.630Z (5 months ago)
- Topics: python, selenium-webdriver
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gatherer Project
Gatherer is a comprehensive project designed to scrape, clean, and transform company contact data from various sources. The data is saved in structured formats such as JSON, CSV, and XLSX.
## Key Features
- **Web Scraping**: Utilizes Selenium for web scraping and BeautifulSoup for HTML parsing.
- **Data Manipulation**: Employs Pandas for efficient data manipulation.
- **Data Transformation**: Includes scripts for transforming raw JSON data into structured formats.## Project Structure
The project is structured to ensure maintainability and ease of use. It includes:
- **Scraping Scripts**: Scripts for scraping data from websites.
- **Cleaning and Standardizing Scripts**: Scripts for cleaning and standardizing the data.
- **Transformation Scripts**: Scripts like `transform.py` for transforming and saving data in multiple formats.## Data Transformation Process
1. **Reading Raw Data**: Reads raw JSON data.
2. **Extracting Information**: Extracts relevant information.
3. **Saving Structured Data**: Saves the data in a more structured format.