Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 5

Screen Scrapping

Screen Scrapping is a computer software program that goes to different websites and
extracts information. It can be view as the robot for collecting useful information over internet.
The operation can be achieved by using different tools and techniques. It can be implemented
using low level http protocol or using high en browsers.
Web scrapping can be applied for transforming unstructured data over internet (in html
format) into structured format in local database or in spreadsheet
Web scrapping simulates human browsing using some codes or softwares. Typically it can be
used for comparing prices of different products, Weather monitoring, New updates etc.
Different tools for Web or Screen Scrapping are:
1. Text grepping and regular expression matching
2. HTTP programming and Socket Programming
3. DOM Parsing
4. Screen Scraping Softwares
5. Semantic annotation recognizing
6. Computer vision web-page analyzers
Screen Scraping
I am using Google Chromes Extension Scraper for scraping web information. The procedure for
applying this technique is shown below in different figures:
I have referenced the site: http://www.riksdagen.se/sv/ledamoter-partier/Hitta-
ledamot/Bokstavsordning/ for scraping the information.






References:
1. http://en.wikipedia.org/wiki/Web_scraping
2. http://dataist.wordpress.com/2012/10/12/get-started-with-screenscraping-using-
google-chromes-scraper-extension/
3. http://scraping.pro/scraper-google-chrome-extension-review/

You might also like