https://github.com/ridwanullahi-code/python-web-scraping-projects
Project Description Able to extract relavant information automatic from any website is the most important skills for data analyst. This repository contains different web scraping projects.
https://github.com/ridwanullahi-code/python-web-scraping-projects
Last synced: 3 months ago
JSON representation
Project Description Able to extract relavant information automatic from any website is the most important skills for data analyst. This repository contains different web scraping projects.
- Host: GitHub
- URL: https://github.com/ridwanullahi-code/python-web-scraping-projects
- Owner: Ridwanullahi-code
- Created: 2022-05-22T17:30:18.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-18T18:15:10.000Z (almost 4 years ago)
- Last Synced: 2025-10-19T14:53:59.859Z (7 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 265 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **Data Analytics Web Scraping Projects Using Python**
## Project Description
Able to extract relavant information automatic from any website is the most important skills for data analyst.
This repository contains different web scraping projects.
## **List of projects:**
* Country Information Data Scraping: Scraping information about different countries like: Country Name, Capital and Population.
* Joblist Data Scraping: extract data from job search website on available jobs information like: Job Title, Location, Company Name, and Salary
* Nigeria House Data Scraping: Information about different Nigeria houses and their selling prices
## **Web Data Scraping Process:**
* Identify the target website.
* Collect URLs of the pages where you want to extract data from.
* Make a request to these URLs to get the HTML of the page.
* Use locators to find the data in the HTML
* Do data preprocessing
* Save the data in a JSON or CSV file or some other structured format.
More details on data scraping were explained in each projects as required.