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

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.

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.