IMDB Scraper Pro ๐Ÿ”ฅ

IMDB Scraper Pro ๐Ÿ”ฅ

Unlock IMDb detailed actor profiles and filmographies with the IMDB Apify Actor Scraper! Fast, reliable, and customizable, it fetches comprehensive data for developers, researchers, and film enthusiasts. Export clean JSON and bring your movie-related projects to life with ease. ๐Ÿš€๐ŸŽฌ

AUTOMATIONAIVIDEOSApify

๐ŸŽฌ IMDB Apify Actor Scraper

Fetch comprehensive data from IMDB with ease!
This actor retrieves information about movies, TV shows, celebrities, upcoming releases, and popular titles from IMDB using a flexible and customizable input schema.


๐Ÿ“‹ Features

  • ๐Ÿ”Ž Search by Name: Retrieve detailed information about movies and TV shows by name, release year, or type.
  • ๐Ÿ†” Search by IMDB ID: Fetch data using unique IMDB IDs for precision.
  • ๐Ÿ‘ค Person Profiles: Get detailed profiles of actors, directors, and other celebrities by name or IMDB ID.
  • ๐ŸŽฅ Upcoming Movies: Explore upcoming releases globally or by region (ISO codes).
  • ๐ŸŒŸ Popular Content: Discover trending movies and TV shows filtered by genre.

๐Ÿ›  Input Schema

The actor accepts a structured JSON input to customize your query:

Input Fields

Field NameTypeDescriptionExample
movie_namesArrayList of movie/TV names to search for. Optional fields: release_year, tv (boolean).[{"movie_name": "Inception", "release_year": 2010}, {"movie_name": "Friends", "tv": true}]
movie_idsArrayList of IMDB IDs to fetch details for specific movies or TV shows.["tt1375666", "tt0108778"]
personsArrayList of celebrity names or IMDB IDs to fetch profiles.["nm0000138", "Leonardo DiCaprio", "nm0424060"]
upcomingStringGet a list of upcoming movies/TV shows for a specific region or globally."us" (United States), "all" (All Regions)
popular_movies_genreStringFetch popular movies by genre. Use "all" to get all genres or specify a category."action", "comedy", "all"
popular_tv_genreStringFetch popular TV shows by genre. Use "all" to get all genres or specify a category."thriller", "drama", "all"

Note: All fields are optional. Provide the ones relevant to your query.


๐Ÿ“ค Output

The actor produces structured JSON output with the following fields:

Field NameDescription
movie_by_name_resultsDetails of movies/TV shows retrieved by name.
movie_by_imdb_id_resultsDetails of movies/TV shows retrieved by IMDB ID.
person_search_resultsProfiles of celebrities retrieved by name or ID.
upcoming_moviesList of upcoming movies/TV shows.
popular_moviesList of popular movies by genre.
popular_tvList of popular TV shows by genre.

๐Ÿš€ How to Use

  1. Set up the Actor:
    • Create an actor on Apify using this codebase.
  2. Configure the Input:
    • Use the input schema editor to add the required fields in JSON format.
  3. Run the Actor:
    • Start the actor to fetch data from IMDB.
  4. Download Results:
    • Access the output data in JSON format from the Apify Dataset.

๐Ÿ’ก Examples

Example Input

1{
2    "movie_names": [{"movie_name": "Inception", "release_year": 2010}],
3    "movie_ids": ["tt1375666"],
4    "persons": ["Leonardo DiCaprio", "nm0000138"],
5    "upcoming": "us",
6    "popular_movies_genre": "action",
7    "popular_tv_genre": "thriller"
8}

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool โ€” just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. Youโ€™ll be guided to input a search term and get structured results. No setup needed!