日本語 | English
Fetches competitor video thumbnails by keyword and displays them in a 16:9 grid on Google Sheets.
Built with Google Apps Script + YouTube Data API v3.
- 🖼 Thumbnail grid — 16:9 display directly in Google Sheets
- 📊 Data collection — Views, upload date, and video URL fetched simultaneously
- 🔒 Secure API key — Stored in ScriptProperties, never hardcoded
- ⚡ One-click execution — Run from Google Sheets custom menu
- Google Apps Script
- YouTube Data API v3
- Google Sheets
- Open Google Sheets → Extensions → Apps Script
- Paste the code and save
- Reload the spreadsheet
- Run ⚙️ Initial Setup from the menu
- Run 🔑 API Key Registration
- Add keywords to column A in the settings sheet
- Run ▶ Research
- Developed through AI collaboration (vibe coding)
- Requires a YouTube Data API v3 key (Google Cloud Console)
競合チャンネルの動画サムネイルをキーワードで一括取得し、Googleスプレッドシートに16:9で一覧表示するリサーチツールです。
- 🖼 サムネイル一覧 — 16:9でスプレッドシートに直接表示
- 📊 データ同時取得 — 再生数・投稿日・動画URLも一緒に取得
- 🔒 APIキー安全管理 — ScriptPropertiesに格納、コードに直書きしない設計
- ⚡ ワンクリック実行 — スプレッドシートのカスタムメニューから起動
- Google Apps Script
- YouTube Data API v3
- Google スプレッドシート
- Google スプレッドシートを開く → 拡張機能 → Apps Script
- コードを貼り付けて保存
- スプレッドシートを再読み込み
- メニューから「⚙️ 初回セットアップ」を実行
- 「🔑 APIキー登録」を実行
- 設定シートのA列にキーワードを入力
- 「▶ リサーチ実行」を実行
- AIとの協働(バイブコーディング)で開発
- YouTube Data API v3 のAPIキーが必要です(Google Cloud Console)