|
screen-scraper was designed from the ground up to work with a broad range of programming languages and operating systems. It will happily run on:
-
Microsoft Windows (95/98/ME, 2000, XP, Vista)
-
Mac OS X
-
Linux
-
Other flavors of Unix, such as Solaris and FreeBSD
Whatever your preferred programming language is screen-scraper should feel familiar to you. screen-scraper contains a built-in scripting engine that allows for coding to be done in:
-
VBScript
-
JScript
-
Perl
-
JavaScript
-
Python
-
Java
screen-scraper can be run in "server mode" allowing you to connect to it from external applications, much like you would a database server. Just like a database, you specify criteria, screen-scraper extracts the data, then makes it available to the program that invoked it. You can connect to screen-scraper from:
- .NET
- Active Server Pages, Visual Basic (anything COM-based)
- Java
- PHP
- Python
- Ruby
- ColdFusion
-
Any programming language that supports SOAP
|