# Netflix Title ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/netflix/title` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/netflix-title | ## Description Unlock detailed Netflix title data for insights, market research, and enhanced user experience with our powerful 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/title' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "cast": [ "Documentary" ], "tags": [ "Scandal", "Documentary Films" ], "year": "2022", "title": "FIFA Uncovered", "genres": [ "Docuseries" ], "rating": "TV-MA", "country": "United States", "creators": [], "director": [], "duration": "1 Season", "language": "English", "description": "From power struggles to global politics, an exploration of FIFA reveals the organization’s checkered history: and what it takes to host a World Cup." } ``` ## Documentation ## Overview Unlock detailed Netflix title data for insights, market research, and enhanced user experience with our powerful API. ## Quickstart ``` GET https://api.piloterr.com/v2/netflix/title?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Netflix Title 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