Welcome to Viewzoo!  |  Log In  |  Sign Up
Navigation
  1. Wiki Home
  2. Categories
  3. Title List
  4. Recent Changes
  5. RSS
  6. Atom
Active Members

 

Search the Wiki

 

Create or Find a Page

 
View imdb search
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: