I\'m using IMDbPY to retrieve all kinds of data about movies. For example, if I have a movie object of \"Pulp Fiction (1994)\" then I can get the name of its (first) director li
Looking in the source, I found something:
http://bitbucket.org/alberanid/imdbpy/src/579c50b280f9/imdb/parser/http/init.py
check def get_movie_recommendations(self, movieID)
def get_movie_recommendations(self, movieID)
I haven't tried it, but it looks like it might be doing what you are looking for.