Category:Data Provider API Docs
DataQueryObject API Documentation
DATAKEY
"imdb_search"
WEBSITE
http://www.imdb.com/
DESCRIPTION
The IMDB Search will match all the movies for a given term. the "key" field returned in data is useful for getting more information about the movie ( Refer to "imdb_movie" datasource).
INPUT
1st Parameter - Term
Type - string
2nd Parameter - Start
Type - int/string
3rd Parameter - End
Type - int/string
EXAMPLE DATA
[0] => Array
(
[source] => imdb_search
[title] => Crash
[url] => http://www.imdb.com/title/tt0375679
[metadata] => Array
(
[imdb_id] => tt0375679
[year] => (2005)
[key] => tt0375679
)
[id] => 0
)
.......
Categories: