# TV & Movie Clips Finder 🎬 (`easyapi/tv-movie-clips-finder`) Actor

Search and download specific dialogue clips from TV shows, movies, and music videos! Get instant access to video clips, GIFs, and images with exact transcripts. Perfect for content creators, educators, and media enthusiasts. 🎬🔍

- **URL**: https://apify.com/easyapi/tv-movie-clips-finder.md
- **Developed by:** [EasyApi](https://apify.com/easyapi) (community)
- **Categories:** Videos, Social media, Integrations
- **Stats:** 124 total users, 0 monthly users, 90.0% runs succeeded, 3 bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.99 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## TV & Movie Clips Finder 🎬

Find and download video clips, GIFs, and images from TV shows, movies, and music videos by searching specific words or phrases! 🔍

### What does TV & Movie Clips Finder do?

This actor helps you:

- 🎯 Search for specific dialogues or quotes across a vast library of media content
- 📹 Extract video clips (MP4), GIFs, and thumbnail images
- 📝 Get detailed metadata including show/movie titles, timestamps, and transcripts
- 🎬 Access content from various sources including TV shows, movies, and music videos
- ⚡ Process multiple search terms in parallel for efficient data collection

### Features

- 🔄 Automatic scrolling and content loading
- 🎯 Precise search results with exact dialogue matches
- 💾 Multiple format downloads (MP4, GIF, JPG)
- 📊 Clean, structured output data
- ⚙️ Configurable maximum items limit
- 🔒 Proxy support for reliable scraping

### Output

The actor provides detailed information for each clip, including:

- 🎥 Video clip download URL (MP4)
- 🎞️ GIF animation URL
- 🖼️ Thumbnail image URL
- 📝 Exact transcript/dialogue
- ℹ️ Source information (show/movie title, episode details)
- ⏱️ Clip duration and timestamps

### Use Cases

- 🎓 Educational content creation
- 🎨 Social media marketing
- 📱 Meme creation and sharing
- 🔍 Media research and analysis
- 🎬 Video compilation creation

#### Input Example

A full explanation of an input example in JSON.

```json
{
    "keywords": [
        "break a leg"
    ],
    "maxItems": 25
}
```

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

```json
[
    {
        "contentType": "episode",
        "startTime": 744.075,
        "endTime": 745.804,
        "duration": 1.7,
        "gif": "https://api.apify.com/v2/key-value-stores/L7oI5xEsM94QLSk3X/records/break_a_leg-The_Big_Bang_Theory_2007_-_S01E10_The_Loobenfeld_Decay.gif",
        "jpg": "https://api.apify.com/v2/key-value-stores/L7oI5xEsM94QLSk3X/records/break_a_leg-The_Big_Bang_Theory_2007_-_S01E10_The_Loobenfeld_Decay.jpg",
        "mp4": "https://api.apify.com/v2/key-value-stores/L7oI5xEsM94QLSk3X/records/break_a_leg-The_Big_Bang_Theory_2007_-_S01E10_The_Loobenfeld_Decay.mp4",
        "transcript": "- Break a leg. - Yeah, break a leg.",
        "videoTitle": "The Big Bang Theory (2007) - S01E10 The Loobenfeld Decay",
        "videoType": "episode"
    },
    ...
]
```

### Related Actors

- 🎥 [YouTube Video Data Scraper](https://apify.com/easyapi/youtube-video-data-scraper) - Extract comprehensive metadata from YouTube videos for content analysis and research.

- 🎬 [Netflix Search Scraper](https://apify.com/easyapi/netflix-search-scraper) - Scrape Netflix titles data with detailed information about movies and TV shows.

- 🎥 [YouTube Video Statistics Scraper](https://apify.com/easyapi/youtube-video-statistics-scraper) - Get instant access to comprehensive YouTube video statistics and metadata.

- 📺 [YouTube Trending Videos/Shorts Scraper](https://apify.com/easyapi/youtube-trending-videos-shorts-scraper) - Extract trending videos and shorts from YouTube's trending page.

- 🎬 [YouTube Movies Trending Scraper](https://apify.com/easyapi/youtube-movies-trending-scraper) - Scrape trending movie trailers from YouTube's trending page.

- 🎥 [IMDB Reviews Scraper](https://apify.com/easyapi/imdb-reviews-scraper) - Extract detailed user reviews and ratings from any IMDB title.

- 🎥 [YouTube Video Metadata Scraper](https://apify.com/easyapi/youtube-video-metadata-scraper) - Extract rich metadata from YouTube videos including title, views, likes and more.

- 🎥 [YouTube Subtitle Search Crawler](https://apify.com/easyapi/youtube-subtitle-search-crawler) - Discover videos by searching through their subtitles with advanced filtering.

- 📺 [TMDB TV Shows Scraper](https://apify.com/easyapi/tmdb-tv-shows-scraper) - Fetch trending TV shows and search for specific series from The Movie Database.

- 🎥 [ESPN Video Downloader](https://apify.com/easyapi/espn-video-downloader) - Extract and download ESPN videos with comprehensive metadata.

- 🎥 [Vimeo Video Downloader](https://apify.com/easyapi/vimeo-video-downloader) - Download Vimeo videos in multiple quality options with detailed metadata.

- 🎥 [DailyMotion Video Downloader](https://apify.com/easyapi/dailymotion-video-downloader) - Extract video metadata and download links from DailyMotion videos.

- 🎥 [YouTube Transcript Scraper](https://apify.com/easyapi/youtube-transcript-scraper) - Extract YouTube video transcripts and captions effortlessly.

- 🎥 [TED Talk Video Downloader](https://apify.com/easyapi/ted-talk-video-downloader) - Download TED talk videos and audio in multiple quality options.

- 📝 [YouTube Description Extractor](https://apify.com/easyapi/youtube-description-extractor) - Extract complete descriptions from YouTube videos automatically.

- 🌍 [YouTube Region Restriction Checker](https://apify.com/easyapi/youtube-region-restriction-checker) - Check YouTube video regional restrictions across 170+ countries.

# Actor input Schema

## `keywords` (type: `array`):

List of words or phrases to search for

## `maxItems` (type: `integer`):

Maximum number of clips to collect per keyword (default: 100)

## `proxyConfiguration` (type: `object`):

Proxy settings for the actor

## Actor input object example

```json
{
  "keywords": [
    "break a leg"
  ],
  "maxItems": 25,
  "proxyConfiguration": {
    "useApifyProxy": false,
    "apifyProxyCountry": "CA"
  }
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("easyapi/tv-movie-clips-finder").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("easyapi/tv-movie-clips-finder").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call easyapi/tv-movie-clips-finder --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=easyapi/tv-movie-clips-finder",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/QgIWqHutqEDg1asVO/builds/qJqg7YXRhPIWcQ3RB/openapi.json
