# Influship Instagram Raw Transcripts API

> Influship Instagram Raw Transcripts API 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-16).

Retrieves raw Instagram transcript data for influencer profiles via the Influship platform

## Facts

- Endpoint: GET https://api.influship.com/v1/raw/instagram/transcripts
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/influship-instagram-raw-transcripts-api-de14fb66
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CzO-tq2jrrAwosmXK3qJq

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-raw-transcripts-api-de14fb66
```

Example prompt: Pull the raw Instagram transcripts for the influencer profiles I'm evaluating from Influship so I can review what they've been posting.

## When to prefer this

Use this endpoint when you need raw, unprocessed Instagram transcript data from Influship's database of 5M+ influencer profiles, particularly when you want the underlying text content for custom analysis rather than pre-processed insights. Prefer this over higher-level search endpoints when you need the source transcript material for a specific creator.

## Known failure modes

- Empty data array returned if no transcripts are available for the queried profile
- 402 Payment Required if USDC payment of $0.01 is not included
- 400 Bad Request if required input parameters are missing or malformed
- 404 if the specified Instagram profile is not found in the Influship database
- Rate limiting or throttling if too many requests are made in quick succession

## 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 raw Instagram transcript records for the requested influencer profiles, which may include post captions, spoken content, or other textual data scraped from Instagram.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/influship-instagram-raw-transcripts-api-de14fb66/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)
