# Influship YouTube Influencer Search

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

Searches YouTube for influencer profiles using AI-powered criteria to discover creators matching brand or campaign needs

## Facts

- Endpoint: GET https://api.influship.com/v1/raw/youtube/search
- Price: $0.06/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-influencer-search-f24d3d9b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ngBHj7NiwbatMGPaIu95J

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-influencer-search-f24d3d9b
```

Example prompt: Search Influship for YouTube fitness influencers — I need creators with large, engaged audiences who do workout and nutrition content so I can find the right partners for my supplement brand campaign.

## When to prefer this

Use this endpoint when you need to discover and evaluate YouTube-specific influencers and creators at scale, especially when brand fit, audience analysis, and content evaluation across 5M+ profiles is needed. Prefer over generic social media search when YouTube channel data and creator analytics are the primary requirement.

## Known failure modes

- Missing or malformed properties parameter returns empty or error response
- No matching creators found for niche query returns empty data object
- Rate limiting or quota exceeded returns 402 or 429 status
- Invalid search criteria format causes 400 bad request
- API timeout if search scope is too broad

## 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 containing YouTube creator profiles matching the search criteria, including channel data, audience metrics, and content analysis information useful for evaluating brand fit.

## Example request

```json
{
 "q": "fitness influencers"
}
```

## 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-influencer-search-f24d3d9b/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)
