> For the complete documentation index, see [llms.txt](https://developers.oxylabs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.oxylabs.io/api-targets/pt-br/video-e-midia-social.md).

# Vídeo e mídia social

- [YouTube](https://developers.oxylabs.io/api-targets/pt-br/video-e-midia-social/youtube.md): Aprenda a obter dados do YouTube usando o Web Scraper API. Descubra todas as fontes suportadas do YouTube e comece.
- [Guia de scraping para IA](https://developers.oxylabs.io/api-targets/pt-br/video-e-midia-social/youtube/youtube-scraping-guide-for-ai.md): Aprenda a obter dados do YouTube para treinamento de IA usando o Web Scraper API. Saiba mais sobre o fluxo de trabalho completo, da busca de vídeos à criação de um banco de dados.
- [Busca](https://developers.oxylabs.io/api-targets/pt-br/video-e-midia-social/youtube/youtube-search.md): Extraia resultados de busca do YouTube para vídeos, canais, playlists e filmes, com filtros para data de envio, duração, tipo de conteúdo, resolução, transmissões ao vivo, legendas e mais.
- [Treinabilidade de vídeo](https://developers.oxylabs.io/api-targets/pt-br/video-e-midia-social/youtube/youtube-video-trainability.md): Recupere o status de permissão de treinamento de IA para um vídeo do YouTube pelo ID do vídeo, incluindo se o treinamento é permitido para todas as partes, partes específicas ou nenhuma.
- [Metadados](https://developers.oxylabs.io/api-targets/pt-br/video-e-midia-social/youtube/youtube-metadata.md): Recupere metadados analisados de um vídeo do YouTube pelo ID do vídeo.
- [Downloader](https://developers.oxylabs.io/api-targets/pt-br/video-e-midia-social/youtube/youtube-downloader.md): Baixe conteúdo de áudio e vídeo do YouTube pelo ID do vídeo, com qualidade de vídeo configurável de até 8K, entregue diretamente para seu armazenamento em nuvem.
- [Legendas](https://developers.oxylabs.io/api-targets/pt-br/video-e-midia-social/youtube/youtube-subtitles.md): Extraia legendas e closed captions do YouTube pelo ID do vídeo, com idioma e origem das legendas configuráveis (geradas automaticamente ou fornecidas pelo uploader).
- [Canal](https://developers.oxylabs.io/api-targets/pt-br/video-e-midia-social/youtube/youtube-channel.md): Recupere dados do canal do YouTube pelo identificador do canal, incluindo contagens de inscritos, vídeos e visualizações, metadados gerais e uma lista dos vídeos do canal.
- [Autocompletar](https://developers.oxylabs.io/api-targets/pt-br/video-e-midia-social/youtube/autocomplete.md): Recupere sugestões de palavras-chave de autocompletar do YouTube para qualquer termo de busca, com idioma e localização configuráveis.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://developers.oxylabs.io/api-targets/pt-br/video-e-midia-social.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
