|
Web fetching is grabbing the content of web sites to be used and combined in different ways. screen-scraper grabs data from web sites by acting as a browser and navigating through pages while fetching the data that you specify. The data you get can then be put into a database, a spreadsheet, or anything else you need.
Also consider that screen-scraper can automatically spider through thousands of pages in a fraction of the time it would take you to grab the data manually. Web fetching with screen-scraper saves time and money.
|