Overview

Single php file class will extract all movie / series information from IMDB site. It can scrape data by IMDB id or just by movie / series name. Script supports return data as array, json or object. It makes its easy to integrate with any existing system or CMS. The script is disguised as a google bot to prevent block from IMDB. 

If you will need more – just request and I will try implement it asap in new version, you will have free lifetime updates and premium support for 3 month 

Features

Script parses full movie / tv show data by its id or by name. Script can return data as array or as json

Here the full list of fields that parser can scrape and return:
1) imdbId
2) imdbUrl
3) title
4) original_title
5) language
6) country
7) runtime
8) year
9) rating
10) genres
11) mpaaRating
12) releaseDate
13) tagline
14) plot
15) keywords
16) 3 different size posters
17) is movie at imdb top250 or not
18) oscars number if there any
19) awards num
20) nominations num
21) votes
22) recommendations movies
23) directors
24) writers
25) cast
26) stars
27) producers
28) musicians
29) cinematographers
30) editors
31) storyline
32) alternative names
33) release dates around world
34) images
35) videos (ready for embed)

Requirements

  • PHP 5+
  • Curl extension

Instructions

you will find examples and documentation file inside archive 

Related