VOOZH about

URL: https://apify.com/coder_zoro/imdb-reviews-scraper

⇱ IMDb Reviews Scraper Β· Apify


Pricing

$4.99/month + usage

Go to Apify Store

IMDb Reviews Scraper

Scrape IMDb user reviews for a specific movie or series. Specify the IMDb title ID and maximum number of reviews to fetch. Get structured review data including author, rating, title, and content, ready for analytics or app integration.

Pricing

$4.99/month + usage

Rating

5.0

(1)

Developer

πŸ‘ Zoro

Zoro

Maintained by Community

Actor stats

1

Bookmarked

137

Total users

0

Monthly active users

5 months ago

Last modified

Categories

Share

IMDb Reviews Scraper – Apify Actor

Overview

The IMDb Reviews Scraper actor allows you to fetch user reviews for a specific movie or series from IMDb. It uses the IMDb scraper API and pushes the raw API response to the Apify dataset. Each review includes details such as the author, rating, summary, full text, submission date, upvotes, downvotes, and spoiler flag.

User Input

The actor accepts two input parameters:

keyword_1 (string, required) IMDb title ID of the movie or series (e.g., tt13655456).

keyword_2 (integer, required) Maximum number of reviews to fetch (e.g., 20).

Example Input: { "keyword_1": "tt13655456", "keyword_2": 20 }

Output

The actor pushes the raw API response to the default dataset. Each review object contains the following fields:

  • review_id: Unique ID of the review
  • username: IMDb username of the reviewer
  • user_id: IMDb user ID
  • rating: Numeric rating given by the user
  • summary: Short summary of the review
  • text: Full review text
  • submission_date: Date the review was submitted
  • upVotes: Number of upvotes
  • downVotes: Number of downvotes
  • spoiler: Boolean indicating if the review contains spoilers

Example Output:

[
{
"review_id":"rw7580291",
"username":"paudieconnolly",
"user_id":"ur47056177",
"rating":7,
"summary":"Try not to binge watch. Hard to turn off",
"text":"This is a strong suspense thriller building on each episode with solid pacing, sometimes Netflix seem to need filler episodes to get to ten. Not for the first time a strong offering at seven where every episode progressed the plot with well-timed twists and turns that keeps you ready for the next episode. Kevin Hart Wesley Snipes lead a number great supporting performances very enjoyable journey.",
"submission_date":"2021-11-24",
"upVotes":109,
"downVotes":16,
"spoiler":false
},
{
"review_id":"rw7596510",
"username":"LordCommandar",
"user_id":"ur69892343",
"rating":8,
"summary":"Great pacing and story",
"text":"The series keeps you hooked from start to finish, excellent character development and storyline. Every episode builds suspense and delivers on expectations.",
"submission_date":"2021-11-25",
"upVotes":87,
"downVotes":5,
"spoiler":false
}
]

How to Run

  1. Enter the IMDb title ID and maximum number of reviews in the input fields.
  2. Run the actor. The raw API response will appear in the Apify dataset.
  3. Download the dataset in JSON, CSV, or Excel format from the Apify console if needed.

You might also like

IMDB Reviews Scraper 🎬

easyapi/imdb-reviews-scraper

🎬 Powerful IMDB review scraper that extracts detailed user reviews, ratings, and engagement metrics from any IMDB title. Perfect for sentiment analysis, market research, and content strategy. Includes author details, helpfulness votes, and full review text.

IMDB User Reviews Scraper

powerai/imdb-user-reviews-scraper

Scrape user reviews from IMDB movie and TV show pages with automatic pagination and comprehensive review data extraction.

IMDB 🎞️ Extractor

jupri/imdb

πŸ’« Scrape IMDb.com

IMDb Scraper

dtrungtin/imdb-scraper

Free IMDb API to extract and download data on movies, TV shows, video games, and other listings from IMDb. Delivers custom machine-readable IMDb datasets containing all information on your selected listings.

IMDb Scraper

automation-lab/imdb-scraper

Scrape IMDb movie and TV show data β€” titles, ratings, vote counts, genres, runtime, and release year. Filter by type, genre, year, rating, and popularity. No API key needed. Export to JSON, CSV, or Excel.

πŸ‘ User avatar

Stas Persiianenko

14

IMDb

canadesk/imdb

List Search Results and Get Titles or Celebrities data from IMDb! It's fast and costs little.

πŸ‘ User avatar

Canadesk Support

52

IMDB Ratings

bebich/imdb-ratings

Download movie data and ratings from biggest Movie database.

IMDB Movie Scraper

getdataforme/imdb-movie-scraper

IMDB Scraper extracts all the details of the movie for which the detailed information are required for example, the rating of the movie, actors and all the details associated with the movie are fetched and presented in json or tabular format.

41

Google Translate β€” Free Unlimited Text Translation

maged120/google-translate-scraper

Translate text between any of 100+ languages using Google Translate. Batch translate multiple texts in one run without an API key, Google Cloud account, or billing.

F1 Data Extractor

richard.biros/f1-data-extractor

Extract comprehensive F1 data: race results, qualifying, practice, pit stops. Smart season/round filtering. Sorted, analysis-ready output from f1.com.

πŸ‘ User avatar

Richard BiroΕ‘

43

4.0

Related articles

How to scrape IMDb with an unofficial IMDb API 🎞️
Read more