# Video & Social Media

- [YouTube](https://developers.oxylabs.io/api-targets/video-and-social-media/youtube.md): Learn how to get YouTube data using the Web Scraper API. Discover all supported YouTube sources and get started.
- [Scraping Guide for AI](https://developers.oxylabs.io/api-targets/video-and-social-media/youtube/youtube-scraping-guide-for-ai.md): Learn how to get YouTube data for AI training using the Web Scraper API. Find out more about the complete workflow, from searching for videos to creating a database.
- [Search](https://developers.oxylabs.io/api-targets/video-and-social-media/youtube/youtube-search.md): Scrape YouTube search results for videos, channels, playlists, and movies, with filters for upload date, duration, content type, resolution, live streams, subtitles, and more.
- [Video Trainability](https://developers.oxylabs.io/api-targets/video-and-social-media/youtube/youtube-video-trainability.md): Retrieve AI training permission status for a YouTube video by video ID, including whether training is permitted for all parties, specific parties, or none.
- [Metadata](https://developers.oxylabs.io/api-targets/video-and-social-media/youtube/youtube-metadata.md): Retrieve parsed metadata for a YouTube video by video ID.
- [Downloader](https://developers.oxylabs.io/api-targets/video-and-social-media/youtube/youtube-downloader.md): Download YouTube audio and video content by video ID, with video quality configurable up to 4K, delivered directly to your cloud storage.
- [Transcript](https://developers.oxylabs.io/api-targets/video-and-social-media/youtube/youtube-transcript.md): Extract YouTube video transcripts by video ID, with configurable language and transcript origin (auto-generated or uploader-provided).
- [Subtitles](https://developers.oxylabs.io/api-targets/video-and-social-media/youtube/youtube-subtitles.md): Extract YouTube subtitles and closed captions by video ID, with configurable language and subtitle origin (auto-generated or uploader-provided).
- [Channel](https://developers.oxylabs.io/api-targets/video-and-social-media/youtube/youtube-channel.md): Retrieve YouTube channel data by channel handle, including subscriber, video, and view counts, general metadata, and a list of the channel's videos.
- [Autocomplete](https://developers.oxylabs.io/api-targets/video-and-social-media/youtube/autocomplete.md): Retrieve YouTube autocomplete keyword suggestions for any search term, with configurable language and location.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.oxylabs.io/api-targets/video-and-social-media.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
