Netflix Search Scraper 🎬 avatar

Netflix Search Scraper 🎬

Under maintenance
Try for free

2 hours trial then $19.99/month - No credit card required now

Go to Store
This Actor is under maintenance.

This Actor may be unreliable while under maintenance. Would you like to try a similar Actor instead?

See alternative Actors
Netflix Search Scraper 🎬

Netflix Search Scraper 🎬

easyapi/netflix-search-scraper
Try for free

2 hours trial then $19.99/month - No credit card required now

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.

Developer
Maintained by Community

Actor Metrics

  • 4 monthly users

  • No reviews yet

  • 1 bookmark

  • >99% runs succeeded

  • Created in Jan 2025

  • Modified 2 months ago

🎯 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.

1{
2    "keywords": [
3        "fashion"
4    ],
5    "maxItems": 20
6}

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.

1[
2    {
3        "keyword": "fashion",
4        "id": 32977,
5        "title": "Fashion",
6        "slug": "fashion",
7        "img": "https://occ-0-2851-38.1.nflxso.net/dnm/api/v6/evlCitJPPCVCry0BZlEFb5-QjKc/AAAABYEp0-AXO3ORcVZcc8RRdKmWUDLSqiBoJc_dt_y8lrkH3xK6hA_n8khJNR3qmaWII6ddn1rioa7PzGdUY_s9xsqWTA.jpg?r=bb2",
8        "vtype": "movie",
9        "nfid": 70111162,
10        "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.",
11        "avgrating": 3.5794206,
12        "year": 2008,
13        "runtime": 9831,
14        "imdbid": "tt0964516",
15        "poster": "http://ia.media-imdb.com/images/M/MV5BMTkxNzg4NDI0OV5BMl5BanBnXkFtZTcwNzIyMjk5MQ@@._V1_SX300.jpg",
16        "top250": 0,
17        "top250tv": 0,
18        "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\"",
19        "titledate": "2015-04-14"
20    },
21    ...
22]