Analysis updated 2026-05-18
Search YouTube by filters the normal site does not offer, like license type or category.
Find videos above or below a chosen view or like count.
Research a topic on YouTube with fine-grained date, duration, and region filters.
| flazeiguess/zerodig | 100/talk_stock | alexcybernetic/playground-ai | |
|---|---|---|---|
| Stars | 2 | 2 | 2 |
| Language | HTML | HTML | HTML |
| Last pushed | — | 2022-03-24 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | easy | moderate | easy |
| Complexity | 1/5 | 3/5 | 1/5 |
| Audience | general | general | general |
Figures from each repo's GitHub metadata at analysis time.
Needs a free Google Cloud YouTube Data API v3 key, which stays visible in the browser.
zerodig is a single web page that gives you a much more powerful way to search YouTube than the site itself offers. It uses YouTube's own Data API to expose every search filter Google makes available, including ones YouTube's normal search box hides, such as filtering by license type, video category, exact duration, and definition. It also adds filters the API cannot do on its own, like a minimum number of views or likes, by fetching results and then sorting them in your browser. Everything runs client side in the browser, with no server and no build step. The page is hosted for free on GitHub Pages, and you can also run it yourself with any simple local web server. There is no tracking and no login. To use it, you get a free YouTube Data API key from Google Cloud Console, paste it into the page, and it is saved in your browser's local storage. Because the app talks directly to Google's API from your browser, the README is upfront that your API key sits in the browser and could be read by someone inspecting network traffic while you use the page. It suggests restricting the key so it only works on your domain and only for the YouTube Data API, and explains that Google gives a daily quota of 10,000 units, with a typical search costing around 100 to 300 units depending on how deep you search. The tool works in two steps: first it runs a normal YouTube search with your chosen filters, then it fetches extra details for each result, like view counts or subscriber counts, so it can apply the extra filters and let you re-sort by views, likes, or length. It keeps fetching more pages automatically until it reaches a depth you set. The interface has a plain black and white terminal style, with only video thumbnails shown in color.
A free browser-based tool that adds every hidden YouTube search filter, like license, category, views, and likes, on top of your own API key.
Mainly HTML. The stack also includes HTML, CSS, JavaScript.
The README does not state a license, so terms of reuse are unclear.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.