# StableSocial YouTube Channel Details Scraper

> StableSocial YouTube Channel Details Scraper is a paid API for AI agents from stablesocial.dev, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-13).

Scrapes and returns detailed profile and metadata for a YouTube channel given a channel identifier.

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/youtube/channel
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablesocial-youtube-channel-details-scraper-62d8ff6e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fezoVwi243BvPMWTAJ_53

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 stablesocial-youtube-channel-details-scraper-62d8ff6e -d '<json body>'
```

Example prompt: Can you pull the full channel details for the YouTube channel '@mkbhd' — I need things like their subscriber count, total views, and channel description?

## When to prefer this

Choose this endpoint when you need pay-per-request YouTube channel profile data without managing API keys or YouTube Data API quotas. Ideal for agents that need on-demand channel lookups, influencer research, or creator database enrichment at low cost per call ($0.06 USDC). Prefer over YouTube's official API when you want to avoid quota management or need simpler programmatic access.

## Known failure modes

- Channel not found — invalid channel ID or handle returns an error
- Private or terminated channels may return no data
- Rate limiting or upstream YouTube blocking may cause failed scrapes
- Malformed channel URL input may result in a parse error
- Data may be slightly delayed compared to real-time YouTube counts

## How this service works

Scrape Creators · YouTube — Channel Details

## Output

Returns structured data about the YouTube channel including channel name, subscriber count, total view count, video count, channel description, profile/banner image URLs, channel creation date, and other available profile metadata.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "YouTube channel URL. Can pass a channelId, handle or url"
  },
  "handle": {
   "type": "string",
   "description": "YouTube channel handle. Can pass a channelId, handle or url"
  },
  "channelId": {
   "type": "string",
   "description": "YouTube channel ID. Can pass a channelId, handle or url"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-youtube-channel-details-scraper-62d8ff6e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stablesocial.dev](https://www.zero.xyz/host/stablesocial.dev/llms.txt)
