Discover/filmot.com API
live

filmot.com APIfilmot.com

Search Filmot's YouTube subtitle database by keyword, find bilingual subtitle pairs, and look up channel metadata with subscriber and view counts.

Endpoints
3
Updated
2mo ago
Try it
Channel name to search for
api.parse.bot/scraper/17532800-a068-4b63-a3c0-61fa737691d9/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/17532800-a068-4b63-a3c0-61fa737691d9/search_channels?query=MrBeast' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

Search for YouTube channels by name using autocomplete. Returns channel metadata including subscriber count, view count, thumbnail, and handle.

Input
ParamTypeDescription
queryrequiredstringChannel name to search for
Response
{
  "type": "object",
  "fields": {
    "query": "search query string that was used",
    "total": "integer total number of matching channels",
    "channels": "array of channel objects with channel_id, name, thumbnail_url, subscriber_count, subscriber_count_display, view_count, view_count_display, and handle"
  },
  "sample": {
    "data": {
      "query": "MrBeast",
      "total": 100,
      "channels": [
        {
          "name": "MrBeast",
          "handle": "@MrBeast",
          "channel_id": "UCX6OQ3DkcsbYNE6H8uQQuVA",
          "view_count": 55474165472,
          "thumbnail_url": "http://yt3.googleusercontent.com/nxYrc_1_2f77DoBadyxMTmv7ZpRZapHR5jbuYe7PlPd5cIRJxtNNEYyOC0ZsxaDyJJzXrnJiuDE=s900-c-k-c0x00ffffff-no-rj",
          "subscriber_count": 494000000,
          "view_count_display": "55.5B",
          "subscriber_count_display": "494M"
        }
      ]
    },
    "status": "success"
  }
}

About the filmot.com API

The Filmot API exposes 3 endpoints that let you search YouTube subtitle data and channel metadata from Filmot's indexed database. The search_subtitles endpoint returns up to 60 videos per page with matching subtitle snippets, view counts, and upload dates. The search_transverso endpoint finds cross-language subtitle pairs, returning the source and target text alongside timestamps. The search_channels endpoint looks up channels by name with subscriber and view count figures.

Subtitle Search

The search_subtitles endpoint accepts a query string and an optional page integer for pagination, returning up to 60 video results per page. Each item in the videos array includes video_id, title, channel_name, channel_id, view_count, upload_date, duration, and a subtitle_snippet showing the matched text in context. The total_clips field returns a human-readable count (e.g., '3.4M clips found') indicating the scale of matching results across Filmot's index.

Cross-Language Subtitle Matching

The search_transverso endpoint accepts a query alongside source_lang and target_lang language codes (e.g., en, fr, de, es) or their display-name equivalents via source_lang_name and target_lang_name. Each result in the results array includes video_id, video_url, timestamp_seconds, source_text, and target_text, making it straightforward to compare how a phrase is rendered across subtitle tracks. This is useful for translation research, language learning tools, and finding how specific terminology is localized in real video content.

Channel Search

The search_channels endpoint functions as an autocomplete lookup — pass a partial or full channel name as query and the response returns a channels array with each channel's channel_id, name, thumbnail_url, subscriber_count, subscriber_count_display, and view_count. The total field gives the integer count of matched channels, which can be large for common name fragments.

Common use cases
  • Build a language learning tool that surfaces real YouTube examples of a phrase in two languages using search_transverso
  • Index YouTube video content by keyword to build a searchable clip library using search_subtitles
  • Identify which channels have covered a specific topic by matching channel_name and channel_id from subtitle results
  • Track how often a product name or brand term appears in YouTube subtitles by iterating search_subtitles pages and summing total_clips
  • Resolve a channel name to its channel_id and subscriber_count for use in downstream YouTube Data API calls via search_channels
  • Analyze how a technical term is localized across subtitle languages by querying search_transverso with different source_lang/target_lang pairs
  • Build a journalism tool that finds video clips mentioning a specific keyword along with upload_date and view_count for editorial context
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Filmot offer an official developer API?+
Filmot does not publish an official public developer API. The site at filmot.com is a search tool for end users. This Parse API provides structured programmatic access to the same data.
What does `search_subtitles` return beyond the matching text?+
Each result includes video_id, title, channel_name, channel_id, view_count, upload_date, duration, and a subtitle_snippet showing the matched phrase in context. The total_clips field gives a display string indicating the total number of matching subtitle clips across Filmot's index, not just the current page.
Does `search_transverso` support all language pairs?+
Language availability depends on what subtitle tracks Filmot has indexed for a given video. You pass language codes like en, fr, de, or es via source_lang and target_lang. Pairs with lower subtitle coverage on YouTube — such as less-common languages — will return fewer results or none. The total field in the response reflects actual match count for the requested pair.
Does the API return full subtitle transcripts for a video?+
No. search_subtitles returns a subtitle_snippet — a short excerpt around the matched keyword — not a full transcript. Full per-video transcript retrieval is not currently covered. You can fork this API on Parse and revise it to add a full-transcript endpoint if your use case requires complete caption text.
Is there a way to filter subtitle search results by upload date, channel, or view count?+
The search_subtitles endpoint accepts only query and page as inputs; server-side filtering by date range, channel, or view count is not currently exposed. The upload_date, channel_id, and view_count fields are returned per result so you can filter client-side. You can fork this API on Parse and revise it to add those filter parameters if Filmot's interface supports them.
Page content last updated . Spec covers 3 endpoints from filmot.com.
Related APIs in Streaming VideoSee all →
app.channelcrawler.com API
Search and discover YouTube channels across a database of 22M+ channels to find creators, communities, and content in your areas of interest. Get detailed channel information including stats and metadata to research creators and understand their audience.
viewstats.com API
viewstats.com API
justwatch.com API
Search for movies and TV shows, retrieve streaming availability and detailed metadata, browse trending content, and discover similar titles — all via JustWatch.
tmdb.org API
Search for movies and TV shows to discover details like cast, crew, reviews, images, videos, and where to watch them. Get information about actors, browse trending and popular titles, and access comprehensive metadata for entertainment planning.
filmfreeway.com API
Search and discover film festivals worldwide with detailed information including deadlines, submission categories, fees, rules, and organizer contacts. Access comprehensive festival profiles, photos, and grant opportunities listed on FilmFreeway.
fmhy.net API
Browse, search, and extract resource listings from the FMHY (freemediaheckyeah) wiki. Retrieve entries by category, keyword, or star rating across all wiki pages.
filmaffinity.com API
Search FilmAffinity's film database by title, director, genre, year, and more. Retrieve detailed movie information including cast, crew, synopsis, ratings, and user reviews. Access top-rated lists, box office rankings, theatrical and streaming releases, and full filmographies for cast and crew members.
mymovies.it API
Search for movies and showtimes across Italian cinemas, find what's playing near you by city, and discover detailed information about films, cast members, and box office rankings. Browse upcoming releases and get comprehensive cinema details to plan your movie nights.