The Internet Movie Database (IMDb) is an online database of information related to films, television programs, and video games. This includes actors, production crew personnel, and fictional characters featured in these three visual entertainment media.

learn more… | top users | synonyms

-1
votes
1answer
37 views

How can I log into Imdb pro Page Using Java?

I want to take some metadata using my imdb pro account. The page that I'm going to look for is this: https://pro-labs.imdb.com/title/{IMDB ID} I try to open the link with Jsoup, but it returns the ...
-3
votes
0answers
26 views

How to get all the posts from IMDB forum for a movie?

For a project I want to get all the posts from IMDB forum for some movie. What is the best way to do it? Thanks! Are there some java or python scripts to do it?
0
votes
1answer
24 views

JSON omdb parsing

Movie_search is a text field got from the user and ive referenced it by using movie_search= (EditText)findViewById(r.id.editText); and same goes for the button too btn.setOnClickListener(new ...
0
votes
1answer
19 views

using imdbapi.com to popluate textboxes with jquery/ajax

I'm trying to get the movie details from IMDB according to the title of a movie, i am using imdbapi.com's API to do this. Now it seems to be returning the JSON just fine, however i can't seem to ...
0
votes
1answer
78 views

Imdb api with flash - as3 - flex

I am trying to use the imdb API, in this case: http://imdbapi.org/ I need to search for a movie by name and get a json, then load an image with the poster obtained. I'll be using as3 - flex to ...
0
votes
2answers
61 views

Imdb api with Ruby

I am trying to use the imdb API. I tried to search for Fargo, but when I run it, all I get is a black screen: require 'net/http' uri = URI.parse("http://imdbapi.org/") response = ...
0
votes
0answers
13 views

Handling images using apache server

May be the heading of this question is wrong, but here in this section where i can explain my question properly. Below mentioned link is a image of movie(ZD30) hosted by IMDB website. ...
0
votes
0answers
29 views

Get movie title dataset from imdb

I want movie title dataset for academic research work. I collected different likes from facebook. I want to filter movie from user's likes. IMDB has a huge movie collection. I download the movie list ...
-2
votes
1answer
38 views

Downloading an image temporarily to my server

I'm scraping movie posters from IMDb (using Simple_HTML_DOM), and while testing works fine locally, movie posters are not displaying when I actually push the changes to the web. The reason for this, ...
1
vote
1answer
52 views

How do I get the IMDB url from IMDBPy?

I've been using IMDBpy to collect information about movies with python. While for the most part it works great, I can't figure out how to get it to tell me the IMDB url of the movie returned from a ...
1
vote
0answers
83 views

Adobe flex as3 get data from imdb api

i'm trying to get data from imdb to as3.Is all right until i tried set in object image url from "poster". I tried the following: public function loadXML(path:String):void { var ...
0
votes
0answers
21 views

documentation of app.imdb.com

I will keep my question really small and simple I would really like to know about this website called app.imdb.com Does app.imdb.com provides any kind of documentation about themselves. If yes then ...
0
votes
1answer
44 views

Scraped image not displaying using Simple_HTML_DOM

Alright. I am scraping a poster from IMDb, and for the life of me, I cannot figure out why it is not displaying — I just get a little question mark like the image is missing. This is my current code: ...
0
votes
1answer
59 views

Movie database API with similar movies

Need api to get movie recommendations like imdb does. themoviedb is not providing corresponding IMDB id when searching for similar movies(by the way their similar movies list is really strange). ...
0
votes
2answers
36 views

Image not visible from imdb-party

<%= image_tag(movie_info.poster_url, :class => 'img-polaroid') %> HTML output: <img alt="Mv5bmje1odcyodyxml5bml5banbnxkftztcwnja1nde3mq@@._v1_" class="img-polaroid" ...
0
votes
2answers
93 views

IMDB rating plugin not working with ajax

I have a page movies.jsp that is called through ajax from the page home.jsp. movies.jsp contains the code for the IMDB rating plugin (link) : <span class="imdbRatingPlugin" data-user="ur17960624" ...
0
votes
1answer
92 views

IMDB api that provides tv series release date

Is there an api that provides that? www.imdbapi.org conveniently ignores date field, even tho field explanation has it : "The TV series's episodes(only TV series). Fields: date season episode ...
2
votes
1answer
79 views

Playing IMDB videos in my android app?

Is it possible to get url and stream and play movies trailor on my android application? i find some useful meterials that help me to play from youtube but due to some reason youtube is banned in my ...
0
votes
1answer
42 views

Save Page As XML

I have made a script that generates an IMDB API link for a movie in XML. Once this link is generated it will save to an XML file with its contents. The only issue is that the contents aren't saving. ...
0
votes
1answer
314 views

Springs RestTemplate doesn't find the right MessageConverter when reciving data from the IMBD api

first I have to say, that I am pretty new to Springs RestTemplate. I am trying to receive data from the imdb-api. (For example http://imdbapi.org/?title=Avatar&type=xml) Therefore I am using ...
0
votes
1answer
83 views

Use python object retrieved with TMDB API

How can i use some data retrieved with TMDB API? This is the function: class Movies(Core): def __init__(self, title="", limit=False): self.limit = limit ...
0
votes
1answer
92 views

Limitations of the downloadable imdb data

I am importing imdb into MySQL. The description of the downloadable plain-text imdb data files says that they contain a subset of the imdb data. Does anyone know what the limitations of the (scope of ...
-2
votes
1answer
227 views

Rating movies through IMDB API

I would like to rate a movie from my Java code, but I don't know if it's possible to do it. I can download movie data and some things using JSON but I want to do this. Do you know any unofficial API ...
1
vote
1answer
322 views

Get movie details from online database

I recently spent a little while attempting to create an application, that could go through large movie collections and download all the details pertaining to them (Title, Year, Rating, Classification, ...
1
vote
1answer
546 views

IMDB Api, retrieve title and plot only.

I found this site, that provides IMDB API: http://www.omdbapi.com and for getting for example the hobbit's it's easy enough as this: http://www.omdbapi.com/?i=tt0903624 Then I get all this ...
3
votes
1answer
84 views

Error while processing input value, sending via JSON

I've got following code, which should get the value of a input field, send the value to imdbapi.org and process the JSON sent back. I included a element showing the value of the input field, but with ...
0
votes
2answers
647 views

Get Movie Data without imdb [closed]

Im doing an small program(using C#) where i can get movie details. My first choice was to use imdb. But apparently imdb has change their website, so that all the Web Scraping examples ore api i have ...
1
vote
1answer
126 views

Python 3, http.client HTTP error 400

I've been working on a small pet project where I am using http.client to communicate (sorry if that's bad terminology, feel free to correct me) with omdbapi. From here I access the data on the website ...
1
vote
2answers
693 views

List of all movie title, actors, directors, writers on Imdb

I am working on a web app which lets users tell their favourite movies, directors, movie- writers, and actors. For this I want to provide them a dropdown list or auto complete for each of them so ...
0
votes
1answer
129 views

Imdb description [closed]

In my app I have list of movies, that updates dynamically. Is it possible when user click on movie item, to start installed Imdb app and to show movie description?
0
votes
2answers
112 views

Iphone app homescreen tableview deconstruction

Can anyone explain how the tableview in Imdb iphone homescreen is implemented ? here is the structure, if anyone havnt seen it imdb logo -- searchbar UIPageView 3 buttons movies -- tv -- ...
1
vote
2answers
254 views

Why when I make http request to “imdb.com” I get a 403 Error?

I want to do like a movie manager. And I wanted to provide my Java Application only the url of the movie on imdb and it automaticly get the producers name and other things. It's working with other ...
0
votes
1answer
134 views

C++ Curl, how to read return data?

I am trying to use curl and http://www.deanclatworthy.com/imdb to get movie and tv show information from IMDB. I am using the simple.c example from http://curl.haxx.se/libcurl/c/simple.html cout ...
0
votes
1answer
238 views

Sorting IMDB FTP data title type

I was trying to build a graph connecting actors using the movies they have worked for using IMDB ftp data. However I only wanted to use movies (title type :- Feature Films) as connections. I ...
0
votes
1answer
69 views

Error while trying to get json with jquery

im trying to crate a code that will get some info about a movie using some imdb api, but im getting two errors that i cant fix... this is the code: <body> <h1>The bourne ...
0
votes
1answer
463 views

Where to download the movie dataset?

I want to download a movie dump containing the basic information like movie name and list of actors in a single file. I looked for a couple of options like http://api.themoviedb.org/2.1/ and ...
0
votes
1answer
59 views

onclick attributes in imdb

I was looking at the source of www.imdb.com and I noticed that there is a onclick attributes in every link. I'm not very familiar with javascript, so i was wandering what's the purpose of the below ...
0
votes
1answer
289 views

How to use Tmdb API or any other API

i am a newbie android coder. i am writing a practicing app to search Movie name. I have made XML and java which has a textbox for user to type movies name, but i don't know how to search this over ...
0
votes
1answer
63 views

Grab the awards from a person and movie/TV serie from IMDb

I have these regular expression to grab the Oscars, wins, and nomination from a person (for example Cote de Pablo). preg_match('/([0-9]+) Oscars/', $url, $oscars); preg_match('/([0-9]+) ...
0
votes
1answer
426 views

API or any other way to access IMDB TOP 250 list?

I have did an extensive research and found that i couldn't find an API. Is there any available API to get TOP 250 list? Or anyother ways to get access to the list? I tried accessing the page html ...
2
votes
1answer
82 views

Fetch the body height of a person from IMDb

I'm trying to fetch a persons body height from IMDb but the line for it contains a # which indicate a comment in PHP (for example # The comment as follows). Here is how it looks like from IMDb's ...
6
votes
1answer
749 views

Freebase: What data dump file contains the “imdb_id”?

I run IMDbAPI.com and have been using Bing's Search API for finding IMDb ID's from title searches. Bing is currently changing their API over to the Azure Marketplace (August 1st) and is no longer ...
0
votes
1answer
89 views

How to dispose/clean MessageListener bean programmaticly

I am using Spring3.1(standalone env) I have created MDB by implements MessageListener which connected to a topic via templates. this bean scope is singleton. Sometimes I want to dispose that ...
1
vote
0answers
138 views

Any IMDB API to get user's ratings history?

I need to be able to import IMDB user's movie ratings into my website. Is there any API for this purpose?
2
votes
5answers
727 views

Most efficient way for reading IMDB movies list

I am reading IMDB movies listing from a text file on my harddrive (originally available from IMDB site at ftp://ftp.fu-berlin.de/pub/misc/movies/database/movies.list.gz). It takes around 5 minutes on ...
0
votes
2answers
1k views

IMDB API to retrieve character information

Is there an IMDB API to retrieve character information ? Assuming I know the exact name of the character ?
3
votes
1answer
162 views

Program freezes - no errors, no exceptions

I'm writing a program to scrape data from IMDB, using an IMDB scraping API. It works wonderfully, yet sometimes.. it just stops. No exception thrown, no error, nothing shown on intellitrace, can't ...
0
votes
1answer
1k views

IMDB Poster URL Returns Referral Denied

In my Ruby on Rails app, I use the imdb gem (https://rubygems.org/gems/imdb) to search for a movie by title and grab the poster url and add it to the movie model I have in my database. Then in my ...
0
votes
1answer
390 views

I'm looking to create a personal IMDB application, what are some suggested classes?

I'm wanting to create a personal application that will be of use to me (the main reason for the program is to help with how my program should be structured). I'll explain what I'm wanting to do and ...
0
votes
3answers
60 views

Is it possible to query all the film associated with a company on IMDB? [closed]

For example, if I know of a company such as Paramount: http://www.imdb.com/company/co0021163/ Can I access the list of films (the Filmography) via an API?

1 2