2

Is there an IMDB API to retrieve character information ? Assuming I know the exact name of the character ?

Prakash Raman
  • 13,319
  • 27
  • 82
  • 132

1 Answers1

10

There are two public, undocumented api's that may change at any time since they are undocumented and unsupported

One of them gives you some json with some relevant information for an actor: http://www.imdb.com/xml/find?json=1&nr=1&nm=on&q={NAME+OF+ACTOR}

As an example: http://www.imdb.com/xml/find?json=1&nr=1&nm=on&q=jessica+simpson

More details can be found with this question and this answer in particular Does IMDB provide an API?

Community
  • 1
  • 1
Ghost
  • 2,146
  • 19
  • 21