searching Freebase API for Actors info -


i trying use freebase api data on films , actors. have millions of actors imdb ids info on. (such info includes: freebase id, wiki id, actor's biography , actor's image). how can please?

this query actors imdb ids in freebase:

[{   "id": null,   "name": null,   "key": [{     "namespace": {       "id": "/authority/imdb/name"     },     "value": null   }] }] 

you can extend other information need (but note freebase isn't going have complete bios or comprehensive set of pictures)


Comments