Questions tagged [imdb]

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.

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.

Resources:

396 questions
-3
votes
1 answer

IMDb webscraping for the top 250 movies using Beautifulsoup

I know that there are many similar questions here already, but none of them gives me a satisfying answer for my problem. So here it is: We need to create a dataframe from the top 250 movies from IMDb for an assignment. So we need to scrape the data…
franz_list
  • 19
  • 2
-3
votes
2 answers

How to get some pictures of a movie?

I am trying to get some pictures of a movie. I am currently using imdb module (Python: IMDbpy). I don't know how to get these images with the name of the movie or its IMDB id.
Atori
  • 25
  • 3
-3
votes
1 answer

Find all the actors that made more movies with Yash Chopra than any other director using IMDB dataset (Reposted)

The first query q1 gives desired result. But query q2 gives excessive large no of movies for a pair of actor and director. SELECT * FROM (SELECT pc.PID AS actorID, pc.Name AS Actor, pd.PID AS directorID,pd.Name AS Director,COUNT(DISTINCT…
akki_buoy
  • 11
  • 4
-3
votes
1 answer

(C#) parse imdb 'soundtracks.list' to csv

I just downloaded the soundtracks.list file from http://www.imdb.com/interfaces and I need help converting it into a csv file using C#. I read about imdbpy but I don't know anything about python. The structure of soundtracks.list is like this: # #1…
-3
votes
1 answer

How to extract budget, gross, metascore from imdb using scrapy and beautifulsoup?

I am staring with the url below: http://www.imdb.com/chart/top The structure of the HTML file seems to be so confusing: "  Metascore: " I am trying to use a format like this: movie['metascore'] = self.get_text(soup.find('h4',…
-4
votes
2 answers

Why images dont appear on my website

i some images link from imdb(using api 3rd party) and i load it to my sql db and then php app.. but when i click to show all covers they doesent appear :/ why? i use http://www.omdbapi.com/ api this is my website, to run click on "Ver Lista de…
user3046650
  • 83
  • 1
  • 1
  • 7
1 2 3
26
27