omdbapi / OMDb-API

The Open Movie Database Bug Tracking
423 stars 21 forks source link

Feature request:: return all actors #42

Open armin884 opened 6 years ago

armin884 commented 6 years ago

Possible to return all actors in a movie, not only the first 4? Or does that make too much traffic?

ohhsodead commented 6 years ago

I'm sure this wouldn't be too much of an issue for the developer, simply add an option to show other actors details. Although that would include adding the other actors to the database, which could take some time. Would definitely be handy for those looking for further details of movies and shows.

torben-w commented 6 years ago

I don't know the direct data source of OMDb, but if it's the following one, it would at least be possible to have up to 10 actors per movie/series/episode: http://www.imdb.com/interfaces/

omdbapi commented 6 years ago

This data is currently being mined.

worr commented 6 years ago

Hey there, is the data available yet? I have someone requesting the same thing, but it doesn't seem to be available yet.

https://github.com/worr/node-imdb-api/issues/59

jruns commented 6 years ago

@omdbapi Is there any update on when this will be exposed in the API?

eminsr commented 4 years ago

Any update regarding more actors?

Because if you make a request for Taxi Driver you won't even see Robert De Niro in the result which is crazy to me 😃

nmik2020 commented 4 years ago

Any further update on this?