An open API service indexing awesome lists of open source software.

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.

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`