# Influship Instagram Profile Lookup

> Influship Instagram 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, last successful call 2026-07-13).

Fetches raw Instagram profile data for a given username via Influship's creator intelligence platform

## Facts

- Endpoint: GET https://api.influship.com/v1/raw/instagram/profile/%7Busername%7D
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Last successful call: 2026-07-13
- Success rate: 30% of calls made through Zero
- Activations on Zero: 110
- Tags: x402
- Canonical page: https://www.zero.xyz/c/influship-instagram-profile-lookup-67045d5c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2frC3BvrIUx314aLDFWT8

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-instagram-profile-lookup-67045d5c
```

Example prompt: Pull the raw Instagram profile data for the creator username 'huda beauty' using Influship — I want to see their follower count, engagement, and audience details.

## When to prefer this

Use this endpoint when you need raw, structured Instagram profile data for a specific known username and want AI-enriched creator analytics including audience fit scoring. Prefer this over generic scraping when you need reliable, pre-analyzed creator data at low cost per lookup.

## Known failure modes

- Username not found — profile may not exist or not be indexed in Influship's database
- Invalid username format — returns error if username contains illegal characters
- Private account — data may be limited or unavailable for private Instagram profiles
- Rate limit exceeded — too many requests in a short period
- Payment failure — x402 micropayment of $0.01 USDC not completed

## 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 raw Instagram profile data including follower counts, engagement metrics, bio, content information, and audience analytics for the requested username, as sourced 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-instagram-profile-lookup-67045d5c/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)
