Back to skills

videos-search

data

Searches for videos across the web using the Brave Search API. Returns results with titles, URLs, thumbnails, durations, view counts, and creator info. Supports freshness filters, SafeSearch, paginati

Setup & Installation

npx skills add https://github.com/brave/videos-search --skill videos-search
or paste the link and ask your coding assistant to install it
https://github.com/brave/videos-search
View on GitHub

What This Skill Does

Searches for videos across the web using the Brave Search API. Returns results with titles, URLs, thumbnails, durations, view counts, and creator info. Supports freshness filters, SafeSearch, pagination, and search operators like site-specific queries. Gives you structured video metadata (duration, views, creator, tags) in a single API call, which you'd otherwise have to scrape from multiple platforms individually.

When to use it

  • Working with videos search functionality
  • Implementing videos search features
  • Debugging videos search related issues