UserPreferences

ScreenScraping


The parsing of display output from a program to make use of the underlying data of the program. Screen scraping is used when there is no formal interface to the program available to the those wanting to access the data programmatically.

When I use the term screen scraping, I think mostly of how to parse HTML to get data from websites.

I believe this term originated from the days of old ASCII terminals.