M
M
Martovitskiy2019-03-27 21:02:51
API
Martovitskiy, 2019-03-27 21:02:51

What API to use to get a movie trailer?

I'm trying to write a site with movies in Node.js. I'm using the OMDb API , but there is nothing there except for one picture.
Who used which API? Even if it's paid. Where can I get a trailer or ideally a feature film, photo gallery? It’s not manually recorded in the database for each film ...

Answer the question

In order to leave comments, you need to log in

3 answer(s)
H
hzzzzl, 2019-03-27
@Martovitskiy

well, you can pull out the trailer through YouTube api on request "official trailer movie name", if you're lucky, the first video will be what you need
, but with full films of the open api you won't find it 99.99%, because it's ¯\_(ツ)_/¯

K
Kirill Kudryavtsev, 2019-03-29
@Deissh

You can use moonwalk, although another API might be better.

S
Stack Overflow, 2020-06-08
@glebsky

You will most likely have to parse

youtube
, and it’s better not through their api, because you won’t get quotas.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question