0% found this document useful (0 votes)
10 views

web_scrapping_final[1]

The document presents a minor project on web scraping conducted by students at Samrat Ashok Technological Institute, detailing the tools and software used, including Python libraries like Beautiful Soup and Requests. The project's objective is to develop a web scraping tool to extract data from websites for various applications such as market research and price monitoring. The target audience includes businesses and data analysts who require structured data for informed decision-making.

Uploaded by

Jay prajapati
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views

web_scrapping_final[1]

The document presents a minor project on web scraping conducted by students at Samrat Ashok Technological Institute, detailing the tools and software used, including Python libraries like Beautiful Soup and Requests. The project's objective is to develop a web scraping tool to extract data from websites for various applications such as market research and price monitoring. The target audience includes businesses and data analysts who require structured data for informed decision-making.

Uploaded by

Jay prajapati
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

WEB SCRAPPING

MINOR PROJECT PRESENTATION

SAMRAT ASHOK TECHNOLOGICAL INSTITUTE ,VIDISHA


(M.P.)

MINOR PROJECT PRESENTATION


Submitted By
Jay Prajapati (0108IT221023)
Dev shah(0108IT221009)
Rachit Dubey (0108IT221041)
Ujjwal Biley(0108IT221069)
Under the Guidance of
Prof. NIMISHA BHANDARI
INTRODUCTION

Some websites can contain a very large amount of valuable data , stock prices
products details , sports stats. If you want to access this information you either
have to use whatever format the websites uses or copy and paste the information
manually into a new document this can be pretty tedious when yo u want to extract
a lot of information from a websites here where web scrapping can help .

Software Used to Create Program :-


Jupyter notebook
Languages used :
python
Libraries :
Bs4 libraries : Beautiful Soup (bs4) is a Python library that extracts data from HTML and XML
files
Request lib : The requests module allows you to send HTTP requests using Python. The HTTP request
returns a Response Object with all the response data .

Logging : Logging is a means of tracking events that happen when some software runs.
TOOLS USED

BS4
Beautiful Soup (bs4) is a
Python librar y that
extracts data from
HTML and XML files

Request
The requests module allows you to send HTTP requests using
Python. The HTTP request returns a Response Object with all
the response data .

Logging
Logging is a means of tracking events that happen when some software runs.

URL request
Python request module has several built-in methods to make http request to specified URL
using GET , POST, PUT , PATCH or HEAD request.
WEB SCRAPPING

Some websites can contain a very large amount of valuable data , stock prices
products details , sports stats. If you want to access this information you either
have to use whatever format the websites uses or copy and paste the information
manually into a new document this can be pretty tedious when yo u want to extract
a lot of information from a websites here where web scrapping can help .
So what is web scrapping simply refers to the extraction of data from a
website his information is collected and then export into a format that is more
useful to the user. For example you can use web scrapping to export a list o f
product names and prices from amazon. Onto an excel spreadsheet . While though
web scrapping can be done manually, in most cases software cases software tools
that runs on your computer are preferred when scrapping as they can be less
expensive and work at a faster rate. But in most cases web scrapping is not a simple
task nowadays websites come in many shapes and forms and as a results web
scrapers can vary in functionality and features.
USE OF WEB SCRAPPING
1 PURPOSE

The primary goal of the project is to create a our own web scrapping
tools which will scrape the data from any websites

2 OBJECTIVE

This project aims to develop a web scrapping tools which is used to the
extraction of data from a website his information is collected and then
export into a format that is more useful to the user.

3 SCOPE
Web scraping encompasses the automated process of extracting data from
websites, allowing users to collect large amounts of structured and
unstructured information from the internet for various purpose like
Market research , price monitoring , lead generation , news, aggregation,
competitor analysis , and sentiment analysis

4 TARGET AUDIENCE
The target audience for web scraping primarily consists of
businesses and data analysts who need to extract large
amounts of structured data from websites for various purposes like market
research, price comparison, lead generation, content analysis, competitive
intelligence, and trend monitoring, allowing them to make informed
business decisions based on the collected data.
BIBLIOGRAPHY

1) Mastering Web Scraping:


Unveiling the Secrets of Data
Extraction
2) Pwskills
3) Websites and online articles
4) Research papers

THANK YOU

You might also like