# Influship Instagram Post Transcript Fetcher

> Influship Instagram Post Transcript Fetcher is a paid API for AI agents from api.influship.com, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-15).

Fetches the raw transcript or caption text of an Instagram post by its shortcode

## Facts

- Endpoint: GET https://api.influship.com/v1/raw/instagram/transcript/%7Bshortcode%7D
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/influship-instagram-post-transcript-fetcher-81a1343e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_25721tbADFflTi4Yn3_am

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-post-transcript-fetcher-81a1343e
```

Example prompt: Can you pull the full transcript or caption text from this Instagram post — the shortcode is CxY3dK2pABc?

## When to prefer this

Use this endpoint when you need to extract the raw transcript or caption text from a specific Instagram post and you have its shortcode. Prefer this over general web scraping when you want structured Instagram-specific content extraction with a simple pay-per-call model.

## Known failure modes

- Invalid or non-existent shortcode returns empty data object
- Private Instagram account content may not be accessible
- Rate limiting or payment failure may prevent retrieval
- Deleted or expired posts return no content
- Malformed shortcode in URL path results in error response

## 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 field containing the raw transcript or caption text extracted from the specified Instagram post identified by its shortcode.

## 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-post-transcript-fetcher-81a1343e/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)
