Skip to content

sasikanth6076/Web-Scrapping-Project-using-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Web Scraping Project using Python 🌐

πŸ“Œ About

This project scrapes the list of largest companies in the United States by revenue from Wikipedia and stores the data in a structured CSV file.

πŸ› οΈ Libraries Used

  • requests β†’ Fetching the webpage
  • BeautifulSoup (bs4) β†’ Parsing & extracting HTML data
  • pandas β†’ Storing data in DataFrame

▢️ How It Works

  1. Sends a request to Wikipedia page
  2. Extracts the companies table using BeautifulSoup
  3. Stores data into a pandas DataFrame
  4. Exports the DataFrame to a CSV file

πŸ“‚ Source

Wikipedia - List of largest companies in the United States by revenue

About

Python web scraping project to extract largest US companies data from Wikipedia using BeautifulSoup and export it to CSV

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors