Retrieving/storing All related Actors in Freebase
I'm trying to do something that (should be) very simple. Maybe I'm missing something. I want to get a full list of people a person has worked with. My end goal is to find who he works with most often (in whatever relationship that may be) Ex: Robert De Niro has acted together with Joe Pesci 7 times, but directed him twice. I want a table with 9 entries as a result. I can use the topic API, but that only returns a list of movies. I then have to perform 10+ API queries to get the cast of every movie. Takes forever and the code is a nightmare. If I use MQL search, I can only search for movies