Netflix Search Scraper 🎬 avatar
Netflix Search Scraper 🎬

Pricing

$19.99/month + usage

Go to Apify Store
Netflix Search Scraper 🎬

Netflix Search Scraper 🎬

Scrape Netflix titles data, get detailed information about movies and TV shows including ratings, availability by country, runtime, and more. Perfect for content analysis and tracking Netflix's global catalog.

Pricing

$19.99/month + usage

Rating

0.0

(0)

Developer

EasyApi

EasyApi

Maintained by Community

Actor stats

2

Bookmarked

39

Total users

1

Monthly active users

5 days ago

Last modified

Share

🎯 Features

  • Scrapes detailed Netflix content information
  • Supports multiple keyword searches
  • Retrieves comprehensive metadata for each title
  • Provides country availability information
  • Includes IMDB data integration
  • Built-in anti-detection mechanisms
  • Supports custom request limits

πŸ“Š Output Data

For each Netflix title, you'll get:

  • Title and unique Netflix ID
  • Synopsis and cover image
  • Average rating
  • Release year and runtime
  • IMDB ID and poster
  • Country availability list
  • Top 250 rankings (if applicable)

πŸ”§ Input Parameters

FieldTypeDescription
keywordsArrayList of keywords to search for on Netflix
maxItemsIntegerMaximum number of items to scrape

πŸ’‘ Use Cases

  • Content analysis and research
  • Netflix catalog monitoring
  • Regional availability tracking
  • Movie/TV show data collection
  • Market research and analysis
  • Content recommendation systems

πŸ“ˆ Sample Output

Input Example

A full explanation of an input example in JSON.

{
"keywords": [
"fashion"
],
"maxItems": 20
}

Output sample

The results will be wrapped into a dataset which you can always find in theΒ StorageΒ tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

[
{
"keyword": "fashion",
"id": 32977,
"title": "Fashion",
"slug": "fashion",
"img": "https://occ-0-2851-38.1.nflxso.net/dnm/api/v6/evlCitJPPCVCry0BZlEFb5-QjKc/AAAABYEp0-AXO3ORcVZcc8RRdKmWUDLSqiBoJc_dt_y8lrkH3xK6hA_n8khJNR3qmaWII6ddn1rioa7PzGdUY_s9xsqWTA.jpg?r=bb2",
"vtype": "movie",
"nfid": 70111162,
"synopsis": "A small-town girl finally realizes her dream of becoming a famous supermodel but soon finds there's a price for her glamorous new life.",
"avgrating": 3.5794206,
"year": 2008,
"runtime": 9831,
"imdbid": "tt0964516",
"poster": "http://ia.media-imdb.com/images/M/MV5BMTkxNzg4NDI0OV5BMl5BanBnXkFtZTcwNzIyMjk5MQ@@._V1_SX300.jpg",
"top250": 0,
"top250tv": 0,
"clist": "\"CA\":\"Canada\",\"US\":\"United States\",\"AR\":\"Argentina\",\"AU\":\"Australia\",\"BR\":\"Brazil\",\"CO\":\"Colombia\",\"HK\":\"Hong Kong\",\"IN\":\"India\",\"IL\":\"Israel\",\"JP\":\"Japan\",\"more\":\"+8\"",
"titledate": "2015-04-14"
},
...
]