# Netflix Search ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/netflix/search` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/netflix-search | ## Description Extract detailed Netflix genre data efficiently for content aggregation and market analysis with Piloterr’s Netflix Search API. ## Authentication - **Key Name:** `x-api-key` - **Location:** HTTP Header - **Get an API key:** https://app.piloterr.com/register ## Example Request ```bash curl --location --request GET 'https://api.piloterr.com/v2/netflix/search' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "genre": 839338, "items": [ { "url": "https://www.netflix.com/title/80192098", "genre": [ "Action", "Adventure" ], "title": "Movie 1", "rating": "PG-13", "synopsis": "Synopsis of Movie 1" }, { "url": "https://www.netflix.com/title/70244479", "genre": [ "Comedy", "Drama" ], "title": "Movie 2", "rating": "R", "synopsis": "Synopsis of Movie 2" }, { "url": "https://www.netflix.com/title/80057281", "genre": [ "Documentary" ], "title": "Movie 3", "rating": "PG", "synopsis": "Synopsis of Movie 3" } ] } ``` ## Documentation ## Overview Extract detailed Netflix genre data efficiently for content aggregation and market analysis with Piloterr’s Netflix Search API. ## Quickstart ``` GET https://api.piloterr.com/v2/netflix/search?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Netflix Search data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Netflix without maintaining scrapers - Power internal dashboards and workflow automations with live Netflix data