# Influship Creator Profile Lookup

> Influship Creator Profile 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 detailed profile data for a specific influencer/creator by ID, including content analysis, audience metrics, and brand fit signals

## Facts

- Endpoint: GET https://api.influship.com/v1/creators/%7Bid%7D
- 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-profile-lookup-ee193f55
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SAQ4FwJ5knmLkE0Tc5_E4

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-profile-lookup-ee193f55
```

Example prompt: Pull up the full Influship profile for creator ID abc123 — I want to see their audience breakdown, content analysis, and brand fit signals before we reach out about a partnership.

## When to prefer this

Use this endpoint when you already have a specific creator's ID and need to fetch their full profile details, audience analysis, and brand fit data from Influship's database. Prefer this over search endpoints when you know the exact creator you want to evaluate rather than needing to discover new ones.

## Known failure modes

- Creator ID not found — returns 404 or empty data object
- Invalid ID format — returns validation error
- Rate limit exceeded — returns 429
- Payment not processed — returns 402 requiring USDC payment
- Creator profile data unavailable or incomplete — returns partial data object

## 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

A JSON object containing the creator's profile data, including audience demographics, content analysis, engagement metrics, brand fit indicators, and platform presence drawn from Influship's 5M+ creator database.

## 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-creator-profile-lookup-ee193f55/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)
