# Influship YouTube Channel Raw Data Lookup

> Influship YouTube Channel Raw Data Lookup is a paid API for AI agents from api.influship.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Fetches raw YouTube channel data by handle, including content, audience, and profile metadata for influencer evaluation

## Facts

- Endpoint: GET https://api.influship.com/v1/raw/youtube/channel/%7Bhandle%7D
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/influship-youtube-channel-raw-data-lookup-4a9124af
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ONyxph6Dn44fVSrd0Txj8

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 influship-youtube-channel-raw-data-lookup-4a9124af
```

Example prompt: Can you pull the raw YouTube channel data for the handle @mkbhd so I can evaluate their audience size, content focus, and brand fit for a tech campaign?

## When to prefer this

Use this endpoint when you need raw, live YouTube channel data for a specific creator by their handle, particularly for influencer discovery, vetting, or brand fit analysis. Prefer this over general search endpoints when you already know the channel handle and need detailed profile data directly from YouTube.

## Known failure modes

- Channel handle not found — 404 or empty data response
- Invalid or malformed handle format — bad request error
- YouTube rate limiting or scraping block — upstream failure
- Payment not completed — 402 payment required
- Channel is private or terminated — no data returned

## How this service works

Discover and evaluate influencers with AI-powered creator search. Influship analyzes content, audiences, and brand fit across 5M+ profiles. Start free.

## Output

Returns a JSON object with raw YouTube channel data including profile information, subscriber counts, content metadata, and audience signals for the requested channel handle

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {}
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/influship-youtube-channel-raw-data-lookup-4a9124af/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.influship.com](https://www.zero.xyz/host/api.influship.com/llms.txt)
