search_youtube
ActiveTool of Hermoso
declared in 1.0.0
Organic YouTube keyword search (/v1/youtube/search) — videos to mine for hooks/angles/long-form structure. Returns compact JSON {desc (title), author, handle, plays, link, cover} per video, ranked by views. Spends ScrapeCreators credits (~1).
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"query"
],
"properties": {
"limit": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": -9007199254740991,
"description": "max videos returned (1–25, default 8)"
},
"query": {
"type": "string",
"description": "keyword to search videos for"
}
}
}Parent server
Hermoso
https://github.com/hermoso-ai/hermoso
1/7 registries