Skip to content

Kra09-kp/Flipkart_web_scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project: Web Scraping on Flipkart Website

In this project, I have done web scraping on Flipkart website using Python. I have used BeautifulSoup and requests libraries to scrape the data. I have extracted the product name, price, rating, and reviews of the product. I have also stored the data in a CSV file.

Libraries Used:

  • BeautifulSoup
  • requests
  • pandas

Files included:

  • flipkart_web_scraping.ipynb This file contains the code for web scraping on Flipkart website.
  • laptop_data.csv This file contains the data extracted from the Flipkart website.
  • cleaning_data.ipynb This file contains the code for cleaning the data.
  • cleaned_data.csv This file contains the cleaned data.

Steps:

  1. Send an HTTP request to the URL of the webpage you want to access.
  2. Parse the HTML content of the page to extract the data.
  3. Store the data in a CSV file.
  4. Clean the data by doing some preprocessing.
  5. Save the cleaned data in a CSV file.

Installation:

Use the package manager pip to install the required libraries.

pip install requests
pip install BeautifulSoup4
pip install pandas

References:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors