Skip to content

Latest commit

Β 

History

History
56 lines (28 loc) Β· 1.09 KB

File metadata and controls

56 lines (28 loc) Β· 1.09 KB

YouTube Video Info Extractor 🎬

A simple web project that extracts video thumbnail, channel name, views, published date, and description from YouTube videos using the YouTube Data API v3.

✨ Features

βœ… Fetches video thumbnail

βœ… Displays channel name

βœ… Shows views and published date

βœ… Displays video description

πŸ›  Built With

YouTube Data API v3

HTML, JavaScript

πŸ”‘ How to Get Your YouTube API Key

Go to Google Cloud Console

Create a new project β†’ give it a name

Navigate to APIs & Services β†’ Library

Search for: YouTube Data API v3

Click Enable β†’ then go to Credentials β†’ Create API Key

Copy the API key and use it in your project

Important: Keep your API key private and do not share it publicly.

πŸš€ Usage

Clone or download this repository

Open the script.js file

Replace the placeholder with your API key:

const API_KEY = "YOUR_API_KEY_HERE";

Open index.html in your browser

Enter a YouTube video URL or ID

View the extracted information: thumbnail, channel name, views, published date, description

πŸ“„ License

This project is for learning and personal use only