Does IMDB provide an API? [closed]

2018-12-31 08:57发布

I recently found a movie organizer application which fetches its data from the IMDB database.

Does IMDB provide an API for this, or any third party APIs available?

19条回答
与风俱净
2楼-- · 2018-12-31 09:36

Recently at SXSWi 2012, in their "Mashery Lounge", there was a booth for an IMDB-like API called from rovi. It's not a free API, but according to the sales guy I talked to they offer either a rev share or a flat fee for usage, depending on your budget. I haven't used it yet but it seems pretty cool.

查看更多
无与为乐者.
3楼-- · 2018-12-31 09:39

Im pretty confident that the application you found actually gets their information form Themoviedb.org's API(they get most of there stuff from IMDB). They have a free open API that is used alot of the movie organizer/XMBC applications.

查看更多
怪性笑人.
4楼-- · 2018-12-31 09:40

NetFilx is more of personalized media service but you can use it for public information regarding movies. It supports Javascript and OData.
Also look JMDb: The information is basically the same as you can get when using the IMDb website.

查看更多
余生请多指教
5楼-- · 2018-12-31 09:41

What about TMDb API ?

You can search by imdb_id with Movie.imdbLookup

XBMC Media Center seems to use it

https://www.themoviedb.org/documentation/api

查看更多
临风纵饮
6楼-- · 2018-12-31 09:41

IMDB doesn't seem to have a direct API as of August 2016 yet but I saw many people writing scrapers and stuff above. Here is a more standard way to access movie data using box office buzz API. All responses in JSON format and 5000 queries per day on a free plan

List of things provided by the API

  1. Movie Credits
  2. Movie ID
  3. Movie Images
  4. Get movie by IMDB id
  5. Get latest movies list
  6. Get new releases
  7. Get movie release dates
  8. Get the list of translations available for a specific movie
  9. Get videos, trailers, and teasers for a movie
  10. Search for a movie by title
  11. Also supports TV shows, games and videos
查看更多
情到深处是孤独
7楼-- · 2018-12-31 09:41

If you need TV information you can try TVmaze.com.

It's free, fast and reliable. Here is the developer page:

http://api.tvmaze.com/

查看更多
登录 后发表回答