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. ๐๐ฌ
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.
The actor accepts a structured JSON input to customize your query:
Field Name | Type | Description | Example |
---|---|---|---|
movie_names | Array | List 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_ids | Array | List of IMDB IDs to fetch details for specific movies or TV shows. | ["tt1375666", "tt0108778"] |
persons | Array | List of celebrity names or IMDB IDs to fetch profiles. | ["nm0000138", "Leonardo DiCaprio", "nm0424060"] |
upcoming | String | Get a list of upcoming movies/TV shows for a specific region or globally. | "us" (United States), "all" (All Regions) |
popular_movies_genre | String | Fetch popular movies by genre. Use "all" to get all genres or specify a category. | "action" , "comedy" , "all" |
popular_tv_genre | String | Fetch 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.
The actor produces structured JSON output with the following fields:
Field Name | Description |
---|---|
movie_by_name_results | Details of movies/TV shows retrieved by name. |
movie_by_imdb_id_results | Details of movies/TV shows retrieved by IMDB ID. |
person_search_results | Profiles of celebrities retrieved by name or ID. |
upcoming_movies | List of upcoming movies/TV shows. |
popular_movies | List of popular movies by genre. |
popular_tv | List of popular TV shows by genre. |
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}
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.
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.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
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!