IMDB Titles Scraper By Company avatar
IMDB Titles Scraper By Company
Deprecated
View all Actors
This Actor is deprecated

This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?

See alternative Actors
IMDB Titles Scraper By Company

IMDB Titles Scraper By Company

medh/imdb-titles-scraper-by-company

If you ever want to scrape all the titles from a specific production company, the IMDB Titles Scraper By Company will effectively help you do that.

This actor allows you to scrape titles from IMDB that created or disturbed by a specific company. All you need to do in order to start the scraper is to get the company id which is the main input "for now" in the scraper.

Input configuration

The actor has the following input options:

  • Company ID - Paste the company id you get from IMDB into this field.
  • Testing - Optionally, select yes to scrape only the first 50 movies.
  • Proxy - Optionally, select a proxy to be used by the actor, in order to avoid IP address-based blocking by the target website. The actor automatically executes all the Scrapy's HTTP(S) requests through the proxy.

How to get the Company ID?

It might sound complicated, but it is too easy...

  1. First, from the main IMDB search bar, select Companies...

  2. Then, type the name of the company...

  3. Click the search icon, the pick the company you would like to scrape their title from the results...

  4. Finally, get the company id from the URL. The id in this example is: co0047120.

Results:

Each record represent a title. The following fields is the current data you will get from the scraper...

1{
2    "id": "tt4574334",
3    "title": "Stranger Things",
4    "year": "2016–",
5    "certificate": "15",
6    "runtime": "51 min",
7    "genre": "Drama, Fantasy, Horror",
8    "rating": "8.7",
9    "plot": "When a young boy disappears, his mother, a police chief and his friends must confront terrifying supernatural forces in order to get him back.",
10    "stars": "Millie Bobby Brown| Finn Wolfhard| Winona Ryder| David Harbour",
11    "votes": "1,031,928",
12    "url": "https://www.imdb.com/title/tt4574334/",
13    "poster_url": "https://m.media-amazon.com/images/M/MV5BODZlYjQ4NzYtZTg1MC00NGY4LTg4NjQtNGE3ZjRkMjk3YjMyXkEyXkFqcGdeQXVyMTkxNjUyNQ@@._V1_UY98_CR5,0,67,98_AL_.jpg",
14    "big_poster_url": "https://m.media-amazon.com/images/M/MV5BODZlYjQ4NzYtZTg1MC00NGY4LTg4NjQtNGE3ZjRkMjk3YjMyXkEyXkFqcGdeQXVyMTkxNjUyNQ@@._V1_SY1000_CR0,0,674,1000_AL_.jpg"
15  }

And That's it for now!

If you have any problem or anything does not work, please file an issue on Apify.

Developer
Maintained by Community
Categories