IMDB REST Webservice update
Update 2009-12-16
Looking for help in hosting
If you have a server that hosts PHP and you want to support the Scraper service please contact me (info at thumnet dot com).
Update 2009-12-12
Service currently down, due to too many request to IMDb, working on a fix!
Update 2009-12-09
- Added Picture in imdb-name request
- Added result count limitation param (see the guide)
- Some small bugfixes:
- missing tt and nm prefix in ImdbID property in imdb-name-search request,
- missing ImdbID for Writers and Directors in imdb-title request,
- changed Season and Episode in imdb-episode request to SeasonNR and EpisodeNR
- added result type to the summary element, to identify the result data
Update 2009-12-02
- Added Name search functionality, with imdb-name-search url param (imdb-search is now imdb-title-search)
- Added Name details, with imdb-name url param
Update 2009-12-01
- Fixed the Plot and Tagline for imdb title’s, see comments below.
It’s been some time since my post about the IMDB webservice but I’m proud to tell you readers there is a new version available.
Some important changes include:
- Restructured output (sorry to you guys who have to update their software)
- Output available in XML, JSON and debug (other output formats can be added on request)
- Automatic support for gzipping the output
- Summary information, containing:
- data source
- timestamp of the data
- time taken in ms
- scraper info
- error code (0 for no error!) and error description
- Easily extendable scrape framework, so in the future more sites can be scraped!
- Admin interface to review the data you guys produce
Still interested or just curious?
Well the new url is: http://scraper.thumnet.com
The old version (imdb.thumnet.com) will only be available until 1 december 2009.