# Influship Instagram Post Raw Data Fetcher

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

Fetches raw data for a single Instagram post by its shortcode

## Facts

- Endpoint: GET https://api.influship.com/v1/raw/instagram/post/%7Bshortcode%7D
- Price: $0.02/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-raw-data-fetcher-060fc269
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fl0xutJkjAxaiMBIBK2be

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-raw-data-fetcher-060fc269
```

Example prompt: Can you pull the raw post data from Influship for the Instagram post with shortcode CxYzAbcDef? I need the engagement metrics and content details.

## When to prefer this

Use this endpoint when you need raw, detailed data for a specific Instagram post identified by its shortcode, especially when doing influencer research, content analysis, or brand fit evaluation via Influship's 5M+ profile database. Prefer this over generic scraping tools when you need structured Instagram post data within an influencer marketing context.

## Known failure modes

- Invalid or malformed shortcode returns an error
- Post has been deleted or is private, returning no data
- Rate limiting if the endpoint is called too frequently
- Shortcode not found in Influship's index returns empty data
- Network timeout for slow Instagram responses

## 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

A JSON object containing raw data for the specified Instagram post, including content details, engagement metrics, and other post-level attributes available via Influship's platform.

## 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-raw-data-fetcher-060fc269/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)
