Back to contents
Shared
PHP
Python
Ruby
Choose a language:
ScraperWiki supports a number of 3rd party PHP libraries that we recommend for screen scraping, data analysis and data visualisation.
If you would like us to add a library that isn't listed here, please get in touch.
- Simple HTML DOM
- Exctract information from HTML, using selectors.
docs
require 'scraperwiki/simple_html_dom.php';
- PHP Excel Reader
- Read Excel spreadsheets.
docs
require 'scraperwiki/excel_reader2.php';
- GeoGraph Conversions
- Transform between geographic coordinate systems.
docs: conversionslatlong,
conversions
require 'geograph/conversionslatlong.class.php';
- GeoIP
- Convert IP addresses into countries and similar. docs
- Rar
- Read and write Rar archives. docs