Search YouTube
search_youtubeRead-only
Search YouTube for organic keyword results to discover video hooks, angles, and long-form structures. Returns top ranked videos with key metadata.
Instructions
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).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | max videos returned (1–25, default 8) | |
| query | Yes | keyword to search videos for |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| found | No | total videos found | |
| videos | No | the compact video objects ({desc, author, handle, plays, link, cover}), ranked by views |