# Influship Influencer Profile Lookup

> Influship Influencer 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).

Fetches AI-analyzed profile data for a specific influencer by platform and username, including content analysis, audience metrics, and brand fit signals.

## Facts

- Endpoint: GET https://api.influship.com/v1/profiles/%7Bplatform%7D/%7Busername%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-influencer-profile-lookup-c6aa107d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rg83aI7fklYoQKvhT0Ab3

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-influencer-profile-lookup-c6aa107d
```

Example prompt: Can you pull up the Influship profile analysis for @mkbhd on YouTube — I want to see their audience breakdown and brand fit signals before we consider them for a tech campaign?

## When to prefer this

Use this endpoint when you need detailed AI-powered analysis of a specific, known influencer by their username on a particular platform. Ideal when you already know the creator's handle and want audience, content, and brand-fit signals without performing a broad search. Prefer this over a search endpoint when the creator identity is already established.

## Known failure modes

- Profile not found for the given platform/username combination (404)
- Unsupported platform identifier returns an error
- Username with special characters may need URL encoding
- Rate limiting if many profiles are queried rapidly
- Payment failure via x402 protocol blocks the request
- Stale or incomplete data if the creator's profile is newly created or private

## 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 AI-analyzed profile data for the specified creator on the specified platform, including audience demographics, engagement metrics, content analysis, and brand fit indicators drawn from Influship's database of 5M+ profiles.

## 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-influencer-profile-lookup-c6aa107d/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)
