# Influship Lookalike Creator Search

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

Finds influencer profiles similar to a given creator using AI-powered audience and content analysis across 5M+ profiles

## Facts

- Endpoint: POST https://api.influship.com/v1/creators/lookalike
- 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-lookalike-creator-search-956e4dcd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_A7kDZuaJLzJjjfSQhE6Bf

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-lookalike-creator-search-956e4dcd -d '<json body>'
```

Example prompt: Can you find me influencers on Influship that are similar to @HudaBeauty — I'm looking for beauty and lifestyle creators with a comparable audience makeup for an upcoming campaign?

## When to prefer this

Use this endpoint when you need to scale an influencer program by discovering new creators that closely mirror a known high-performing partner, or when a brand wants to diversify its creator roster without starting from scratch. Prefer this over general search when you have a reference creator and want AI-ranked similarity matches.

## Known failure modes

- Empty data array returned if no lookalike creators are found
- 402 Payment Required if USDC balance is insufficient
- Invalid or unrecognized creator handle returns empty results
- Missing required query parameters may result in a 400 Bad Request
- Rate limiting may apply if too many requests are made in quick succession

## How this service works

Lookalike search

## Output

Returns an array of creator profiles that are similar to the input creator, including audience metrics, content category, and brand fit scores drawn from Influship's database of 5M+ profiles

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/influship-lookalike-creator-search-956e4dcd/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)
