Web Site Scraping

feature
screen-scraper contains a number of built-in functions for doing things such as downloading binary files and sending email.

All examples:

Web Fetching
Web Scraping
Web Content Mining
Web Site Data Extraction
Page Scraping
Web Parsing
Web Site Scraping

Scraping web sites for information of value can be done automatically by screen-scraper. Once you set up screen-scraper for a specific site it can crawl through the web pages, extracting out data such as stock quotes, mortgage rates, or travel itineraries.

A common use case for screen-scraper is to set it up to scrape multiple web sites for information, insert that information into a database, then allow it to be searched via a web interface. This is commonly known as "meta-searching", and is probably the most common use for screen-scraper. screen-scraper can mine sites for data either on-demand (e.g., right when the user submits a search form) or on a scheduled basis.

Examples of using screen-scraper for web site scraping include:

  • Create a web site that allows users to search for travel rates from multiple web sites in real time
  • Scrape web sites containing products you'd like to sell as an affiliate, then upload that information to your own web site
  • Mine text headlines from a news web site in order to create RSS feeds

Download screen-scraper
Contact us for a free quote on your project