{"id":13405535,"url":"https://github.com/dermasmid/scrapetube","last_synced_at":"2025-05-14T21:08:52.543Z","repository":{"id":56726270,"uuid":"380078852","full_name":"dermasmid/scrapetube","owner":"dermasmid","description":"A YouTube scraper for scraping channels, playlists, and searching 🔎","archived":false,"fork":false,"pushed_at":"2025-03-24T13:20:07.000Z","size":40,"stargazers_count":403,"open_issues_count":29,"forks_count":55,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-04-01T14:12:05.769Z","etag":null,"topics":["python","scraper","web-api","youtube","youtube-api","youtube-channel","youtube-playlist","youtube-search"],"latest_commit_sha":null,"homepage":"https://scrapetube.readthedocs.io/en/latest/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dermasmid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-25T00:04:55.000Z","updated_at":"2025-04-01T14:09:17.000Z","dependencies_parsed_at":"2024-12-13T05:00:59.689Z","dependency_job_id":"8d9850b1-a33e-4907-a252-fa9c6f98382e","html_url":"https://github.com/dermasmid/scrapetube","commit_stats":{"total_commits":42,"total_committers":9,"mean_commits":4.666666666666667,"dds":"0.30952380952380953","last_synced_commit":"8fd5b4ff50b242f646bf718c3cf0ac62af925054"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dermasmid%2Fscrapetube","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dermasmid%2Fscrapetube/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dermasmid%2Fscrapetube/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dermasmid%2Fscrapetube/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dermasmid","download_url":"https://codeload.github.com/dermasmid/scrapetube/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247866071,"owners_count":21009239,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["python","scraper","web-api","youtube","youtube-api","youtube-channel","youtube-playlist","youtube-search"],"created_at":"2024-07-30T19:02:04.855Z","updated_at":"2025-04-08T15:02:08.651Z","avatar_url":"https://github.com/dermasmid.png","language":"Python","funding_links":[],"categories":["Python","\u003ca id=\"unofficial-community\"\u003e\u003c/a\u003e⚠️ Unofficial \u0026 Community APIs"],"sub_categories":["📚 Additional Resources"],"readme":"# Scrapetube\nThis module will help you scrape youtube without the official youtube api and without selenium.\n\nWith this module you can:\n\n\n* Get all videos from a Youtube channel.\n* Get all videos from a playlist.\n* Search youtube.\n\n# Installation\n\n```bash\npip3 install scrapetube\n```\n\n# Usage\nHere's a few short code examples.\n\n## Get all videos for a channel\n```python\nimport scrapetube\n\nvideos = scrapetube.get_channel(\"UCCezIgC97PvUuR4_gbFUs5g\")\n\nfor video in videos:\n    print(video['videoId'])\n```\n\n## Get all videos for a playlist\n```python\nimport scrapetube\n\nvideos = scrapetube.get_playlist(\"PL-osiE80TeTt2d9bfVyTiXJA-UTHn6WwU\")\n\nfor video in videos:\n    print(video['videoId'])\n```\n\n## Make a search\n```python\nimport scrapetube\n\nvideos = scrapetube.get_search(\"python\")\n\nfor video in videos:\n    print(video['videoId'])\n```\n\n# Full Documentation\n\n[https://scrapetube.readthedocs.io/en/latest/](https://scrapetube.readthedocs.io/en/latest/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdermasmid%2Fscrapetube","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdermasmid%2Fscrapetube","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdermasmid%2Fscrapetube/lists"}