# YouTube Channel Info & Paginated Videos Fetcher

> YouTube Channel Info & Paginated Videos Fetcher is a paid API for AI agents from Fiber AI API at mpp.orthogonal.com, paid per call via MPP, $0.04/call, status unknown (last checked 2026-09-14).

Fetches YouTube channel metadata and a paginated list of videos for a given channel.

## Facts

- Endpoint: POST https://mpp.orthogonal.com/fiber/v1/youtube/channel
- Price: $0.04/call
- Payment: MPP
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Provider: Fiber AI API
- Docs: https://api.fiber.ai
- Website: https://api.fiber.ai
- Tags: contacts, email, phone, enrichment, data
- Canonical page: https://www.zero.xyz/c/fiber-ai-api-youtube-channel-info-paginated-videos-fetcher-62d6e400
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_adHji03FJdU7u5Wjv2UoS

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability fiber-ai-api-youtube-channel-info-paginated-videos-fetcher-62d6e400 -d '<json body>'
```

Example prompt: Can you pull up the channel info and first page of videos for the YouTube channel '@mkbhd'?

## When to prefer this

Use this endpoint when you need to programmatically retrieve YouTube channel metadata and browse or paginate through its video catalog — for example, to audit a creator's content, build a video index, or monitor publishing activity. Prefer this over manual YouTube scraping or the YouTube Data API when you want a simple, pay-per-call interface without managing OAuth credentials.

## Known failure modes

- Invalid or non-existent channel ID/handle returns an error
- Rate limit exceeded returns a 429-style error
- Malformed request body returns a validation error
- Private or terminated channels may return empty or error responses
- Expired pagination cursor may not return expected results

## How this service works

Fetches YouTube channel info and paginated videos. Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/run response. For later page, offset, or cursor calls on the same logical search, pass parentRequestId with unchanged non-pagination parameters. Valid continuation calls still get their own request IDs and quoted price, but are charged 0. Changing filters starts a new billable request.

## Output

Returns structured YouTube channel metadata (name, description, subscriber count, etc.) along with a paginated list of videos (titles, IDs, thumbnails, publish dates) and a cursor for fetching subsequent pages.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fiber-ai-api-youtube-channel-info-paginated-videos-fetcher-62d6e400/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mpp.orthogonal.com](https://www.zero.xyz/host/mpp.orthogonal.com/llms.txt)
