Posts tagged “youtube api”
Build a Full-Text Search Engine Over YouTube Transcripts
Learn to ingest YouTube transcript JSON with timestamps, index it in Meilisearch, return deep links to exact moments, and keep the index fresh automatically.
Zied · 8/5/2026 · 9 min read
Track Competitor YouTube Channels via API
Use the YouTube channel videos API to monitor rival channels, detect new uploads, extract transcripts, and build competitive intelligence pipelines.
Zied · 7/29/2026 · 8 min read
Feed YouTube Transcripts to GPT and Claude
Learn how to clean, chunk, and feed YouTube transcripts to LLMs for summaries, Q&A, and topic extraction, with a full Python pipeline and anti-hallucination guardrails.
Zied · 7/27/2026 · 8 min read
Resolve YouTube Channel Handles to IDs via API
Learn how to normalize @handles, custom URLs, and legacy usernames to stable channel IDs using the YouTube channel videos API. Curl, Python, and Node.js examples.
Zied · 7/26/2026 · 8 min read
List All Videos from a YouTube Channel via API
Learn how to resolve channel handles, paginate uploads, filter by date, and build full transcript pipelines using the YouTube channel videos API
Zied · 7/15/2026 · 9 min read