Is there an IMDB API to retrieve character information ? Assuming I know the exact name of the character ?
Asked
Active
Viewed 1.1k times
2
-
Try http://mashape.com/apathetic/imdb – Jürgen Paul Feb 15 '13 at 20:16
1 Answers
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?
-
-
1Hello, Do you have an update for this answer? actually doesn´t work – Abel Valdez Oct 22 '18 at 00:12