Skip to content

YouTube

The YouTube namespace is a good fit when you know the channel or video you want and need structured data back.

Live route family

  • /v1/crawl/youtube/channel
  • /v1/crawl/youtube/channel_videos
  • /v1/crawl/youtube/video
  • raw REST routes also cover channel_shorts, transcript, search, search_hashtag, comments, trending_shorts, playlist, and community_post

Example

Read a channel

```bash curl 'https://api.faircompany.ai/v1/crawl/youtube/channel?handle=vercel' \ -H "Authorization: Bearer fc_live_xxx" ```

Notes

  • the TypeScript SDK wraps channel, videos, and video
  • use /research with sources: ["youtube"] when the question is topical rather than channel-specific
  • transcripts stay available on the raw REST path today