https://github.com/mostafahima/bachelor-salary-extractor
A project to scrape data about top-paying jobs for bachelor’s degree holders using Python tools, organizing data from PayScale source.
https://github.com/mostafahima/bachelor-salary-extractor
scraping-python
Last synced: 4 months ago
JSON representation
A project to scrape data about top-paying jobs for bachelor’s degree holders using Python tools, organizing data from PayScale source.
- Host: GitHub
- URL: https://github.com/mostafahima/bachelor-salary-extractor
- Owner: MostafaHima
- Created: 2024-11-22T19:09:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-22T19:52:55.000Z (about 1 year ago)
- Last Synced: 2025-05-20T02:10:09.434Z (6 months ago)
- Topics: scraping-python
- Language: Python
- Homepage:
- Size: 36.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WEB SCRAPING Highest Paying Jobs With a Bachelor’s Degree
This project uses Selenium and Python to scrape data about the highest paying jobs for individuals with a bachelor’s degree from PayScale.
## Features:
- Extracts data about different majors and their salaries.
- Saves the extracted data in a CSV file.
- Automatically navigates through multiple pages to gather information.
## Requirements:
- Python 3.x
- Selenium
- ChromeDriver
## Usage:
1. Clone the repository: `https://github.com/MostafaHima/Automated-Data-Extraction-for-Bachelor-s-Salary-Insights.git`
2. Install dependencies: `pip install -r requirements.txt`
3. Run the script: `python main.py`
---
# جمع بيانات أعلى الوظائف المأجورة لحاملي درجة البكالوريوس
هذا المشروع يستخدم Selenium و Python لاستخلاص البيانات حول أعلى الوظائف المأجورة للأفراد الحاصلين على درجة بكالوريوس من موقع PayScale.
## المميزات:
- استخراج البيانات حول التخصصات المختلفة ورواتبها.
- حفظ البيانات المستخلصة في ملف CSV.
- التنقل التلقائي بين الصفحات لجمع المعلومات.
## المتطلبات:
- Python 3.x
- Selenium
- ChromeDriver
## الاستخدام:
1. قم باستنساخ المستودع: `https://github.com/MostafaHima/Automated-Data-Extraction-for-Bachelor-s-Salary-Insights.git`
2. قم بتثبيت الاعتمادات: `pip install -r requirements.txt`
3. قم بتشغيل السكربت: `python main.py`