Documentation
README
Oxylabs Video Data
YouTube data extraction via API and high-bandwidth proxies for video/audio downloading.
Two Approaches
| Method | Use Case |
|---|---|
| Video Data API | Metadata, subtitles, search results (structured data) |
| High-Bandwidth Proxies | Video/audio downloads with yt-dlp |
Video Data API
Uses the same endpoint as Web Scraper API with YouTube-specific sources.
Endpoint
POST https://realtime.oxylabs.io/v1/queries # immediate metadata/search/subtitle responses
POST https://data.oxylabs.io/v1/queries # Push-Pull downloads, callbacks, storage
Content-Type: application/json
Authentication
curl -u "$OXY_WSA_USERNAME:$OXY_WSA_PASSWORD" ...
Available Sources
This is the opening of the README. Read the full README on GitHub.