# Influship Creator Lookup

> Influship Creator 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-15).

Retrieves profile and metadata for a specific social media creator by ID on the Influship platform

## Facts

- Endpoint: GET https://api.influship.com/v1/creators/:var1
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/influship-creator-lookup-86b7084a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_firdPo4aq3G2Xu1H8MDYk

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-creator-lookup-86b7084a
```

Example prompt: Can you pull up the Influship creator profile for the YouTube channel ID 'UCX6OQ3DkcsbYNE6H8uQQuVA' — I want to see their audience size, content stats, and engagement metrics?

## When to prefer this

Use this endpoint when you have a specific creator's ID or handle and need to retrieve their full profile and metrics from Influship. Prefer this over search endpoints when the exact creator identifier is already known. Best for influencer vetting, outreach preparation, or enriching CRM records with creator data.

## Known failure modes

- Creator ID not found — returns 404 or empty result
- Invalid or malformed creator identifier — returns 400 error
- Payment not received or x402 handshake fails — returns 402 Payment Required
- Rate limiting or quota exceeded — returns 429
- Creator data temporarily unavailable due to scraping issues — returns 503

## How this service works

Creator lookup

## Output

Returns a creator profile object from Influship including channel/account metadata, audience size, engagement metrics, content statistics, and other influencer-relevant data for the specified creator identifier.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/influship-creator-lookup-86b7084a/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)
