TV & Movie Clips Finder 🎬 avatar

TV & Movie Clips Finder 🎬

Try for free

1 day trial then $19.99/month - No credit card required now

Go to Store
TV & Movie Clips Finder 🎬

TV & Movie Clips Finder 🎬

easyapi/tv-movie-clips-finder
Try for free

1 day trial then $19.99/month - No credit card required now

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. 🎬🔍

Developer
Maintained by Community

Actor Metrics

  • 3 Monthly users

  • No reviews yet

  • 1 bookmark

  • >99% runs succeeded

  • Created in Feb 2025

  • Modified 19 hours ago

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.

1{
2    "keywords": [
3        "break a leg"
4    ],
5    "maxItems": 25
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        "contentType": "episode",
4        "startTime": 744.075,
5        "endTime": 745.804,
6        "duration": 1.7,
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",
8        "jpg": "https://api.apify.com/v2/key-value-stores/L7oI5xEsM94QLSk3X/records/break_a_leg-The_Big_Bang_Theory_2007_-_S01E10_The_Loobenfeld_Decay.jpg",
9        "mp4": "https://api.apify.com/v2/key-value-stores/L7oI5xEsM94QLSk3X/records/break_a_leg-The_Big_Bang_Theory_2007_-_S01E10_The_Loobenfeld_Decay.mp4",
10        "transcript": "- Break a leg. - Yeah, break a leg.",
11        "videoTitle": "The Big Bang Theory (2007) - S01E10 The Loobenfeld Decay",
12        "videoType": "episode"
13    },
14    ...
15]