IMDb movie/series/tvshows Title Details Extractor avatar
IMDb movie/series/tvshows Title Details Extractor

Pricing

$4.99/month + usage

Go to Apify Store
IMDb movie/series/tvshows Title Details Extractor

IMDb movie/series/tvshows Title Details Extractor

Developed by

Zoro

Zoro

Maintained by Community

Fetch complete IMDb details for a movie or TV series using its IMDb ID. Returns all information such as title, genre, release date, cast, rating, and more in a structured JSON format.

0.0 (0)

Pricing

$4.99/month + usage

0

3

3

Last modified

8 days ago

IMDb Title Details Bulk Scraper – Apify Actor

Overview

Fetch complete details for one or more movies or TV series from IMDb using IMDb IDs.
The actor calls the IMDb scraper API for each ID and pushes the structured JSON responses to the Apify dataset.

User Input

keyword_1 (array of strings, required) Paste one or more IMDb IDs in the input field, each on a new line. Each line will be processed as a separate title.

Example Input:

{
"keyword_1": [
"tt13655456",
"tt0903747",
"tt5491994"
]
}

Output

Each entry in the Apify dataset corresponds to a single IMDb title and includes detailed structured information such as:

  • type: Movie or TVSeries
  • title
  • link: IMDb URL
  • image: Poster/thumbnail URL
  • rating
  • rating counts
  • description / plot summary
  • duration
  • date published
  • actors: nested object with name and ID
  • directors: nested object with name and ID
  • creators: nested object with name and ID
  • trailer name
  • trailer url
  • trailer duration

Example Output:

{
"type": "TVSeries",
"title": "True Story",
"link": "https://www.imdb.com/name/nm0628080/",
"image": "https://m.media-amazon.com/images/M/MV5BMjZkYWYzMjAtY2JiOS00ODhkLTg2ZjItNWI4ODU4N2M0ODk4XkEyXkFqcGc@._V1_.jpg",
"rating": 7.4,
"rating counts": 21453,
"description": "A tour stop in Kid's hometown of Philadelphia becomes a matter of life and death for one of the world's most famous comedians.",
"duration": null,
"date published": "2021-11-24",
"actors": {
"1": {"name": "Kevin Hart", "id": "nm0366389"},
"2": {"name": "Wesley Snipes", "id": "nm0000648"},
"3": {"name": "William Catlett", "id": "nm2825058"}
},
"directors": {},
"creators": {
"1": {"name": "Eric Newman", "id": "nm0628080"}
},
"trailer name": "Official Trailer",
"trailer url": "https://www.imdb.com/video/vi244237081/",
"trailer duration": "00:1:47"
}

How to Run

  1. Paste IMDb IDs in the input field (one per line).
  2. Run the actor. Each title's structured JSON will appear in the Apify dataset.
  3. Download the dataset in JSON, CSV, or Excel format from the Apify console if needed.

Share Actor: