🎬 YouTube Shorts Scraper & AI Transcript Extractor Pro Python SDK
Official Python SDK for youtube-shorts-scraper-api. Extract YouTube Shorts data, metadata, viral engagement rates, and AI transcript summaries in 1 line of Python code.
🚀 Installation
pip install youtube-shorts-scraper-api
💻 Quick Usage
from youtube_shorts_scraper import YouTubeShortsClient
client = YouTubeShortsClient(api_key="YOUR_RAPIDAPI_KEY")
res = client.scrape_shorts(channel_handle="rainbowicecream9780", max_results=10)
for video in res["videos"]:
print(f"Title: {video['title']} | Views: {video['views_count']} | Virality: {video['engagement_rate']}")
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file youtube_shorts_scraper_api-1.0.0.tar.gz.
File metadata
- Download URL: youtube_shorts_scraper_api-1.0.0.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e220770ec9daf41fdbd96918998f134d585da0218d939a0d7daf0dadbaafc92
|
|
| MD5 |
ec8c8c30e684890be60264db669900ca
|
|
| BLAKE2b-256 |
2619045f047103c75f4d4627cc758f1e302a93c6772c75ba772cfcaa7475d540
|
File details
Details for the file youtube_shorts_scraper_api-1.0.0-py3-none-any.whl.
File metadata
- Download URL: youtube_shorts_scraper_api-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a8b59f6949e8d13c8767a79d146300e9cc0b6690f684d4e6ed65fe57b96865a2
|
|
| MD5 |
64030101b0dc81ffa3c1815a74cfaefc
|
|
| BLAKE2b-256 |
4c8c15935aabec3135ce0ec06c0b87eeac562cc064895894315986b7882d01f6
|