# Influship Creator Posts Lookup

> Influship Creator Posts 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 posts for a specific influencer/creator by their creator ID on the Influship platform

## Facts

- Endpoint: GET https://api.influship.com/v1/posts
- 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-posts-lookup-3e0a4e83
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Lwq-OsqFQrMvkSZTixPrk

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-posts-lookup-3e0a4e83
```

Example prompt: Pull the last 25 posts for creator ID 'uc_7482930' on Influship so I can review their recent content before deciding on a brand partnership.

## When to prefer this

Use this endpoint when you need to retrieve the post history or content feed for a known creator by their Influship creator ID. Ideal when you already have the creator_id and need to audit their content, analyze posting frequency, or evaluate brand fit based on recent posts.

## Known failure modes

- Missing or invalid creator_id returns an error or empty data array
- creator_id not found returns empty data array
- limit out of range (below 1 or above 100) returns validation error
- Unauthorized or payment failure (402) if x402 payment not provided
- Network timeout for large result sets

## 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 with a data array containing post records for the specified creator, up to the requested limit (1-100).

## Response schema (JSON Schema)

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

## More

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