Skip to content

Data Scraping websites and export to CSV with BeautifulSoup, Pandas library in Python

Notifications You must be signed in to change notification settings

kingp08/webscrape-aisa-punters-walmart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Scraping Hub

Followings are websites that I have scraped.

  • Walmart
  • Aisa
  • Punters

Description:

The source files are in ./sites folder.

I will explain scraped websites below.


Walmart

SiteURL:

https://walmart.com

Scraping URL:

https://www.walmart.com/search?q=laptop

Date:

07/05/2023

Description:

I have scraped US computers list and details from the shop.

Example:

Type: Product
Title: Acer Chromebook 315, 15.6...
Seller: Walmart.com
Description: Merchandise

Type: Product
Title: HP Stream 14 Laptop...
Seller: Walmart.com
Description: Hewlett Packard Hp Stream 14\" Cel 4/64 W/ M365 Sub

ACORNS International School

SiteURL:

https://aisa.or.ke/

Scraping URL:

https://aisa.or.ke/aisa-member-schools/

Date:

07/06/2023

Description:

I have scraped schools' detail information listed on Aisa Website.

Finally, the details are saved in .csv file.

Example:

     Title: Acorns International School
       URL: https://aisa.or.ke/member-schools/acorns-international-school/
    Header: Ameena Lalani
     Email: mailto:info@ais.ac.ug
    Number: tel:(256) 312-202-665
      City: Kampala
   Country: Uganda
    Region: East Africa
Population: 250

About

Data Scraping websites and export to CSV with BeautifulSoup, Pandas library in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages