Skip to content

Python program to scrape out information from flipkart/olx.

License

Notifications You must be signed in to change notification settings

jimthomas1997/ecommerce-scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ecommerce-scraper

Python program to scrape out information from flipkart/olx using BeautifulSoup and requests.

About Project

BeautifulSoup is a Python library used to scrape out information from a HTML page. Requests is used to send a HTTP requests to the site which we want to scrape. The HTTP request returns a Response Object with all the response data.

Version Specifications

* python Version v3.8.5
* pip3 Version v20.2.3
* BeautifulSoup v4.9.1

Installation

     To setup -
     pip install beautifulsoup4
     pip install requests

Screenshot of the Excel file generated

Screenshot of the graphs generated

About

Python program to scrape out information from flipkart/olx.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages