Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 12

Minor Project

Web Scraping

 Harsh Vijay
Web Scraping with Python

Web Scraping is the automation of the data


Extraction process from websites . This is
done with the help of web scraping software
known as web scrapers . They automatically
load and extract data from the websites
based on user requirements.
Price Monitoring

Monitoring of product price across


ecommerce platforms helps companies
increase their sales/revenue and provide
better experience to customers.

3
Benefits Of Price Monitoring

Increase Your Turnover With Price Follow Competitor’s Stock level


Monitoring And Sales

Preserve Brand Value Improve Future Business Relationships

4
 Beautiful Soup and
other libraries

• Beautiful Soup is a pure Python library


for extracting structured data from a
website. It allows us to parse data from
HTML and XML files.
• It saves programmers hours or days of
work since it works with our favorite
parsers like lxml and html5lib to
provide organic ways of navigating and
modifying the parse tree.
• It is also considered to be faster when
compared to other general parsing or
scraping techniques
WEB SCRAPPPING AMAZON PRODUCTS
CSV file after Scrapping Amazon products:
Price Monitoring
Thank You!

You might also like