Overview This dataset provides insights into the world of YouTube content using data obtained from the YouTube API. It includes information about videos, channels, and associated metadata. The dataset aims to support analysis, research, and exploration of trends within the YouTube platform.
Content Videos: Details on individual videos, including title, description, view count, likes, dislikes, and more.
Channels: Information about YouTube channels, such as channel name, description, subscriber count, and country.
Metadata: Additional metadata associated with videos and channels, providing context for analysis.
Usage Getting Started Clone the repository: git clone https://github.com/your-username/youtube-api-scraped-data.git Navigate to the project directory: cd youtube-api-scraped-data Data Files videos.csv: Contains information about individual videos. channels.csv: Provides details about YouTube channels. metadata.csv: Additional metadata associated with videos and channels. Data Schema Detailed information about the data schema is available in the DATA_SCHEMA.md file.
Contributing If you find any issues or have suggestions for improvement, please open an issue or submit a pull request.
License This dataset is provided under the Creative Commons Attribution 4.0 International License.
Acknowledgments YouTube API: We acknowledge the YouTube API for providing the foundation for this dataset. Happy analyzing! 🚀